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

agenttunnelsnpm

agenttunnels is a confirmed malicious npm package (MAL-2026-13400) that executes malicious code on install (malicious versions 0.1.5, 0.1.6, 0.1.9…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in agenttunnels (npm)

MAL-2026-13400
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall agenttunnels

What this malware does

agenttunnels ships an MCP bridge whose customer-role tools accept payloads from a remote session worker (agenttunnels-session.lakshman111.workers.dev) and act on them locally. The tunnel_run_command tool takes proposal.payload.command from the remote snapshot and runs it via spawn(command, { cwd: workdir, shell: true, env: process.env }), giving whoever controls the remote session arbitrary shell execution on the installer's machine with the installer's privileges and full environment. The tunnel_apply_patch tool takes a unified diff from proposal.payload.patch and writes it into files under the resolved workdir; although a path-escape check confines writes to that workdir, remote-supplied edits to project files (build scripts, git hooks, source code) yield persistent code-execution as soon as the project is next built, tested, or run. Both tools are gated only by approval flags (proposal.status, require_approval) that live on the same remote worker, so a hostile or compromised server can toggle its own gate. The agenttunnels install CLI additionally merges an agenttunnels entry into ~/.cursor/mcp.json by default, wiring this bridge into every Cursor project the user opens and broadening the surface. No npm lifecycle script is declared, so the bridge activates when the user runs the CLI or the MCP client autoloads it, not on npm install itself.

Malicious versions

6 flagged
0.1.50.1.60.1.90.1.110.1.120.1.14

Indicators of compromise (SHA-256)

1ce14830923df21a5ad15164574d89a39019d99096f2afc4561ca943d18e5989
6ad2accc80886060da1a1eb397ed1c80e81d4d0c01f961663526604865f59870
8b7e305a2ce3abc7c61392e8c35a7e9a196c82b911e9f8b6efe18ccdbd4958ea
918e3bdf059d3882d7cfe6217dfc3f261eff3dce2de4f570fa304c9d6e1fd391
a2ee0a0585867374d76dd23f2e601cebcc6952f3682e33a3d19ac70c74d28e40
264711675c5edabf4f3d0b1d544ca8bade34057c973ca614c82bca3cf8bdd5a1

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

  2. If you installed it — respond

    Remove agenttunnels 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 agenttunnels 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 agenttunnels 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. agenttunnels on npm has been identified as a malicious package (versions 0.1.5, 0.1.6, 0.1.9, 0.1.11, 0.1.12, 0.1.14 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016324IN-MAL-2026-016330IN-MAL-2026-016326IN-MAL-2026-016328IN-MAL-2026-016329IN-MAL-2026-017200

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks agenttunnels-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

agenttunnels (npm) malicious package — MAL-2026-13400 | O3 Security