INC-02 · ~1,000+ victims
Malware that weaponised the installed CLI
Confirmed · real victims
- Mechanism
- A compromised npm package enumerated installed AI CLIs and re-invoked them with permission-skipping flags as a credential-hunting agent
- Targets hunted
id_rsa, .env, wallet keystores
- Guardrail effect
- ~50% of victims had an AI CLI installed; roughly 25% of Claude invocations were refused outright; the AI path succeeded in under 25% of cases — and the campaign still netted 2,000+ verified secrets
Evidence — the actual invocation table
claude: { cmd: 'claude', args: ['--dangerously-skip-permissions', '-p', PROMPT] }, gemini: { cmd: 'gemini', args: ['--yolo', …] }, q: { cmd: 'q', args: ['chat', '--trust-all-tools', …] } [6]
So whatYour installed agent is an asset on the attacker's target list, not only a tool you drive. Guardrails degraded the attacker here; they did not stop the campaign.