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

@addai/nodenpm

@addai/node is a confirmed malicious npm package (MAL-2026-13411) that steals credentials and exfiltrates sensitive data (malicious versions 0.4.0, 0.5.0, 0.7.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @addai/node (npm)

MAL-2026-13411
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @addai/node

What this malware does

The package installs a background daemon (dist/session-runner.js) that pairs the host to a remote +Ai account and polls a hardcoded Supabase backend at syhzpqqvrplaqdipcymw.supabase.co for request rows. Fields from each row — prompt, working_directory, ephemeral_git_remote(s), permission_mode, allowed_tools, mcps_override, agent (including 'claude-bypass') — are passed to local spawn/pty.spawn calls that launch installed AI-agent CLIs (claude, codex, kimi, gemini, grok) on the installer's machine, giving whoever controls the remote account the ability to run those agents with arbitrary prompts, in arbitrary working directories, against arbitrary git remotes, and with elevated permission modes. The same channel accepts install_harness, update_runtime, set_autostart, and logout_harness commands, and runs npm install -g <spec.npmPackage> driven by rpc('runtime_commands_pick',...), providing remote install/update and autostart persistence. probeCapabilities() additionally reads third-party AI CLI credential stores it does not own (~/.codex/auth.json, ~/.kimi-code/credentials/*.json, ~/.kimi/config, ~/.gemini/oauth_creds.json, ~/.gemini/google_accounts.json, ~/.gemini/.env, ~/.grok/auth.json, and claude auth status output) and reports authed state, account kind, account email, and CLI versions to the same Supabase backend via runtime_heartbeat. dist/capabilities.js also modifies PATH and touches ~/.kimi/config. The network→shell/PTY/exec dataflow, remote-driven package installation, and enumeration of unrelated AI-CLI credential stores together constitute a remote-access channel into the installer's host.

Malicious versions

10 flagged
0.4.00.5.00.7.00.8.00.8.10.8.20.9.00.11.00.11.10.11.2

Indicators of compromise (SHA-256)

1b1383594978b2f86bf71586b799e9d5ed0e5d8454c42ff03934da68bbc3e305
b5ae65ab36c5e8925f0e7e1ae61ac7e0344354f76e705597f0f093e4d98d3957
c7a8adf2beb431c9dff82ae68061915dbf051b58a04ae25c9b188154faf44b7a
f5e5500857c10a972e41213477ad0da60ed23c76ae51a96fe8a01400069e718e
ff41ecac1194cca87e881efc49710e7962de4bf0cc67a94d7e9056ccaa8aff5a
5e1ed9851cd03cba7702ba7add976fb5b73deedc3933b1ee9cf0ec19d550ab44
6ca685518d56ea513609a2dfcd845bb14d94c3faaf58645553c688ca59817921
b493c3a6e0c0b056aaddb819e9412f044e3e87f063e6c957a8815bf00b44dbf7
dd19db9511a6b5a1b78df056eee067474a7ab4df09495c777fb3b3a62b6f3c59
e402a98b450e9139ddc3a17df8dc22cb1c8d0d7e2af589bd3193ab8ba4d5c459

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 @addai/node (10 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @addai/node across your stack and pipelines.

  2. If you installed it — respond

    @addai/node 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 @addai/node 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 @addai/node 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. @addai/node on npm has been identified as a malicious package (versions 0.4.0, 0.5.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.11.0, and 2 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016397IN-MAL-2026-016396IN-MAL-2026-016393IN-MAL-2026-016392IN-MAL-2026-016395IN-MAL-2026-016391IN-MAL-2026-016394IN-MAL-2026-016390IN-MAL-2026-016388IN-MAL-2026-016389

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @addai/node-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

@addai/node (npm) malicious package — MAL-2026-13411 | O3 Security