Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/clinejection-prompt-injection-4000-developer-machines
โš  IssueWide OpenAttackLive

Clinejection: AI Prompt Injection via GitHub Issue Title Installs OpenClaw on 4,000 Developer Machines

A single GitHub issue title triggered a prompt injection attack chain: an AI triage bot (claude-code-action) read the malicious title, executed it, exfiltrated an npm token, and published a compromised Cline package with a postinstall hook that globally installed OpenClaw. 4,000 developers downloaded it in 8 hours before detection. First documented case of prompt injection causing real large-scale compromise.

Product Idea from this Signal

A pre-processing proxy that sanitizes external inputs before AI triage bots can execute them as instructions

827 โ–ฒ

AI-powered CI/CD workflows (GitHub Actions, GitLab CI) now use LLM agents to triage issues, review PRs, and run automated tasks. But external inputs like issue titles, PR bodies, and comments flow directly into these agents without validation. The Clinejection attack proved this is not theoretical: a single crafted GitHub issue title compromised 4,000 developer machines by hijacking an AI triage bot into exfiltrating npm credentials. This tool sits between external input sources and AI agents, stripping prompt injection patterns, validating input schemas, and enforcing action-scope limits before any LLM processes the content.

CLIOPEN-SOURCESECURITYCI-CDDEVTOOL
CompetitiveView Opportunity โ†’
Product Idea from this Signal

A runtime behavioral sandbox that detects guidance injection attacks in OpenClaw skills by observing what agents actually do instead of scanning what skills say

17.6k โ–ฒ

Existing OpenClaw skill scanners use static analysis and LLM-based content scanning to flag malicious skills before installation. The Trojan's Whisper paper (March 2026) proved that 94% of guidance injection attacks evade both approaches because the malicious payload is disguised as routine operational guidance, not explicit instructions. Meanwhile 12% of ClawHub's skill registry has been compromised at some point in 2026. The gap is clear. Instead of scanning skill text, this product spins up an isolated OpenClaw instance, installs the skill, runs a battery of natural user prompts, and observes what the agent actually does. Credential access, file writes outside sandbox, network exfiltration, privilege escalation attempts all get flagged as behavioral anomalies regardless of how the skill's guidance file describes them.

CLIOPEN-SOURCESECURITYDEVTOOLRUNTIME-ANALYSIS
CompetitiveView Opportunity โ†’

Score Breakdown

HN
827

Frequently Asked Questions