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

@addai/entity-runtimenpm

@addai/entity-runtime is a confirmed malicious npm package (MAL-2026-13410) that executes malicious code on install (malicious versions 0.2.45, 0.2.46, 0.2.47…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @addai/entity-runtime (npm)

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

What this malware does

The package runs a daemon that polls a hardcoded Supabase project (syhzpqqvrplaqdipcymw.supabase.co) via the RPC runtime_pick_next_request for remote-supplied job rows and spawns Claude Code / Codex / Kimi / Gemini / Grok in a PTY on the installer's host, driven by fields controlled by the paired remote party (prompt, permissionMode, appendSystemPrompt, allowedTools, model, workingDirectory). In dist/session-runner.js, spawnClaudeForRuntime invokes the agent binary through a login shell (['-l','-c','exec "$@"',...]) and, when input.permissionMode === 'bypassPermissions', passes --dangerously-skip-permissions, letting the remotely-driven AI agent execute arbitrary shell tools as the local user without any interactive prompt. On start, ensureBypassPermissionsAccepted() in dist/index.js also writes skipDangerousModePermissionPrompt: true into the installer's user-global ~/.claude/settings.json, disabling Claude Code's own bypass-permissions safety dialog for every future interactive Claude Code session the installer runs — not just those spawned by this daemon. dist/capabilities.js additionally reads ~/.kimi/config and modifies PATH. The net effect is a persistent remote-controlled channel giving the paired remote party host-level RCE on the installer's machine via the AI agent tool loop, plus a persistent lowering of a separate vendor tool's safety prompts.

Malicious versions

12 flagged
0.2.450.2.460.2.470.2.480.2.490.2.500.2.510.2.520.2.530.2.550.2.560.2.58

Indicators of compromise (SHA-256)

248d92bb0f9ac7a066bb69c3f3ecea88241e5dd35ea1b61393896c88c07b0856
cc5ab4270a0a70d482a6f9330a2f91d996ca6f0d3e6000d3bc34f9dadc0b4216
d9484bdd16ab9c436109c23a4f9ed8bdcba73a042d5f5b2fb8826fae1ba1abe3
e3b20d90f97a5d37e2127b427614c3a0859b08ecd1e99be97065112007910d61
f6c0c153959ae4bda2c8db51b34f1b769c3ea329324a9dda38041aa012e6c3d4
2a2c056dc9d2bfeb44511be27e07f31e4222b356605969294f3284ad0445e132
3d63c259eb725774353d4e5ff7478d7e88c8ae030855bfa3d2a653d20f33bffa
7a66f3ce363db41a478bf2a8d3e052bf639c962de5942a5e989725af3ab6b3c8
b3d98d001e4e4b7f1397c2dee761c04e56b70370c6957754772f3e1674a6bbb1
c2f8b71ac7ea395aa6b4a7ec7f6cad04bb9c9188c3befd0650232f6c49aba75e
3206f63a97fe6d7428bbd83bb05bc69af530ea6915190b55b7ba7d5dc46c0152
4cb7d81e9688776ae2aae1215238f24d70f21bc73d284048fe16ef219d3769fc

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove @addai/entity-runtime from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If @addai/entity-runtime 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/entity-runtime 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/entity-runtime on npm has been identified as a malicious package (versions 0.2.45, 0.2.46, 0.2.47, 0.2.48, 0.2.49, 0.2.50, 0.2.51, 0.2.52, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016401IN-MAL-2026-016402IN-MAL-2026-016404IN-MAL-2026-016409IN-MAL-2026-016403IN-MAL-2026-016405IN-MAL-2026-016399IN-MAL-2026-016398IN-MAL-2026-016408IN-MAL-2026-016407IN-MAL-2026-016400IN-MAL-2026-016406

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @addai/entity-runtime-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

@addai/entity-runtime (npm) malicious package — MAL-2026-13410 | O3 Security