Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

@ai-support-agent/clinpm

@ai-support-agent/cli is a confirmed malicious npm package (MAL-2026-10707) that steals credentials and exfiltrates sensitive data (malicious versions 0.3.2, 0.3.2-beta.0, 0.3.2-beta.1…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ai-support-agent/cli (npm)

MAL-2026-10707
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @ai-support-agent/cli

What this malware does

The @ai-support-agent/cli package installs a long-running daemon (ai-support-agent start) that connects to a vendor API (default wss://api.ai-support-agent.com/ws/agent-terminal and matching AppSync/HTTP endpoints) and executes remote-delivered commands against the local host. In dist/vscode/vscode-server.js and related files, handleStdin base64-decodes WebSocket message payloads and writes them straight into a local PTY (session.write(decoded)), giving a caller with a valid token an interactive shell on the machine running the agent. A separate command-dispatch path handles structured messages including execute_command (shell), file_read/file_write/file_delete/file_mkdir, process_list/process_kill, chat (spawns Claude Code / arbitrary subprocess), and setup/reboot/update, streaming results back to the vendor. darwin-service.js and linux-service.js install the agent as a persistent system service that starts on boot, and the daemon reaches the vendor over the public internet by default. Anyone who legitimately holds — or who compromises — the vendor API endpoint has full-host remote code execution, filesystem read/write, process control, and reboot capability on every machine running this agent. The daemon behavior is documented as the product's purpose (Web UI drives remote shell/file/process operations), but the network-to-PTY and network-to-exec paths are a persistent backdoor by construction regardless of framing, and blast radius extends to any future compromise of the vendor's control plane.

Malicious versions

29 flagged
0.3.20.3.2-beta.00.3.2-beta.10.3.2-beta.20.3.2-beta.30.3.2-beta.40.3.2-beta.50.3.2-beta.80.3.2-beta.90.3.2-beta.100.3.2-beta.110.3.2-beta.140.3.2-beta.150.3.3-beta.00.3.50.3.5-beta.00.3.5-beta.10.3.5-beta.30.3.5-beta.40.3.5-beta.50.3.60.3.6-beta.00.3.6-beta.10.3.7-beta.00.4.00.4.10.4.1-beta.10.4.20.4.2-beta.0

Indicators of compromise (SHA-256)

9e75ec61a75a0063b3e468c17ed905250c786c148bc8e30edfa93e20c4a19a54
224b5ea781d96c80043c5aa202f9846f7f518c16cd9ccc993bee1c00f3a71626
f0f2da3d4305d7d53c2e7fea8fd863d66fcbac979270c16ddc09c4ea35fead79
286534dc8c04d94608c556e1511005ed3096ad1607ef5f5a5e628c0ea4ec4ce5
46bbfbbfa0829ab59a333f2dcb5c92021a8e210e0645a9afec3b36aa270e157f
48ee80cf5df6978d739182fe22b664959bb028a512057d4c9483b6844eb66d42
522c0bf36ee9925d8884ea4eac0474cef8e3e76320498ffc983c8ceb34019b83
53f40240dc34864e9971de5522fa856b98c0fdbaf3ea7c7e4da5a95a99363549
78c3b32a529f186fbeee1d15ef5656eca8f0a9f9af509db4a0b7b7e483948b17
888aa9fa0f2120014fc22bacf78c4343123ee41b7007b2636ce744e6f4123a1a
97817fb6965bb38ec1e8a0c13d79c4b411511b6d5bd31b52466f1506b7a63e34
2937552c2553c52e605076ddfca3adfae4caa789fea1aba8dc37386455784462
528281b3508567c0b34eb86417ec31ba55f62d34a864efae616e5a284c8546b1
542ef569799b2cef41118d2e4cd4d5e1ae667023b0cde7e6889f2aedd31c6b5b
5a7995fb845a98c6d74a2445316baa48c433b3530bc69f2100325fbba6acb848
7b218b111cd6149cfd866fd3fddc43d8b38b8daf4e704a2ceb1e6fcfa6d125bf
abea757361df9c2cdfcb2c4f412f5df72a297aa319b06e5ca7d0f917b1d34653
baf485d66bf18f87d79a84c1761dcacad5c77f1450647f48943145e96a19ae9e
e455630b30e6f842c00fd3f2472fc8a0bc0d7256a8d642f2a86be5ddaf801021
04e3fd0d83e86f7f32b36665137126570f3d59e17b2f8c4b8e80e914a4bb60fb
1bbdac8e1ff8d9c7f394910dc883bf000095cd4adbcdd87b7836b9af16764772
91bcb4f32f04a3b6aa3ae08468e2881d6ca7e22aeaea4e7c15fa3dcfc4932499
bbbb67d5fa1c4b90e7da8e409f66e2e4ced88c5baa6eb14aa33d1d698d5baf69
e60625fefc9e7e837914b43b55da40a369476f20b6af433d2346975caf0765dd
267c829247ec7038f7dc7ea8d76ac2636e72f96e2ae7279fd621003310edeee9
884d5ee0141a46fbf5c04371ed601b7a77db7cad0b371119772b1cbbcce7b0ff
89ddcf114672d82be128344d7cbf8ff677461f841b235c62561fa3eee1508848
e513c9b65cbb0866ea634b75b1fcdcdb96ce1936720661ac6bb8005aab60b4ee
ec5b6b46f057cc871ace3b95229b730c73ed525695bda0d456befeebdfe4c1da

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @ai-support-agent/cli (29 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @ai-support-agent/cli across your stack and pipelines.

  2. If you installed it — respond

    @ai-support-agent/cli is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @ai-support-agent/cli was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks @ai-support-agent/cli before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. @ai-support-agent/cli on npm has been identified as a malicious package (versions 0.3.2, 0.3.2-beta.0, 0.3.2-beta.1, 0.3.2-beta.2, 0.3.2-beta.3, 0.3.2-beta.4, 0.3.2-beta.5, 0.3.2-beta.8, and 21 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010795IN-MAL-2026-015839IN-MAL-2026-016457IN-MAL-2026-016464IN-MAL-2026-016463IN-MAL-2026-016470IN-MAL-2026-016453IN-MAL-2026-016474IN-MAL-2026-016450IN-MAL-2026-016468IN-MAL-2026-016472IN-MAL-2026-016471IN-MAL-2026-016475IN-MAL-2026-016462IN-MAL-2026-016456IN-MAL-2026-016459IN-MAL-2026-016452IN-MAL-2026-016469IN-MAL-2026-016467IN-MAL-2026-016473IN-MAL-2026-016449IN-MAL-2026-016466IN-MAL-2026-016455IN-MAL-2026-016460IN-MAL-2026-016461IN-MAL-2026-016465IN-MAL-2026-016451IN-MAL-2026-016458IN-MAL-2026-016454

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @ai-support-agent/cli-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

@ai-support-agent/cli (npm) malicious package — MAL-2026-10707 | O3 Security