FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
OpenClaw Is Unsafe By Design
How-ToSecurity

OpenClaw Is Unsafe By Design

via Dev.toMika Torren1mo ago

OpenClaw Is Unsafe By Design On February 17th, a popular VS Code extension called Cline got compromised. The attack chain reads like a catalog of AI-specific failure modes: Attacker opens a GitHub issue on Cline's repo Cline's AI-powered issue triage bot reads it Prompt injection in the issue content tricks the bot Bot poisons the GitHub Actions cache with malicious code CI pipeline steals VSCE_PAT, OVSX_PAT, and NPM_RELEASE_TOKEN Attacker publishes cline@2.3.0 with a postinstall script that runs npm install -g openclaw@latest ~4,000 developers install it in 8 hours before it's deprecated The malicious package was caught by StepSecurity's automated checks. Two red flags triggered immediately: the package was published manually (not via OIDC Trusted Publishing), and it had no npm provenance attestations. But here's the thing: the payload was OpenClaw. Not malware. Not a cryptominer. OpenClaw. And that's the problem. OpenClaw is the vulnerability. What Is OpenClaw? OpenClaw (formerly Cla

Continue reading on Dev.to

Opens in a new tab

Read Full Article
28 views

Related Articles

Why You Should Start Using Negative If Statements in Your Code
How-To

Why You Should Start Using Negative If Statements in Your Code

Dev.to • 1w ago

How-To

Most Developers Build Software Wrong — Here’s What Actually Matters

Medium Programming • 1w ago

DARVO in Text Messages: Real Examples and How to Spot It
How-To

DARVO in Text Messages: Real Examples and How to Spot It

Dev.to Beginners • 1w ago

How to Recognize Guilt-Tripping in Text Messages
How-To

How to Recognize Guilt-Tripping in Text Messages

Dev.to Beginners • 1w ago

"I'm Sorry You Feel That Way" — How to Spot a Non-Apology in Text
How-To

"I'm Sorry You Feel That Way" — How to Spot a Non-Apology in Text

Dev.to Beginners • 1w ago

Discover More Articles