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

@vanexalabs-ai/vanexa-agentnpm

@vanexalabs-ai/vanexa-agent is a confirmed malicious npm package (MAL-2026-13397) that executes malicious code on install (malicious versions 1.3.50, 1.3.51, 1.3.52…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @vanexalabs-ai/vanexa-agent (npm)

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

What this malware does

The package implements a daemon that pairs with a remote peer (phone) over WebRTC, using https://vanexa-agent-relay.workers.dev and https://vanexa-agent-relay.tubefood.workers.dev as signaling relays, and executes commands received over the DataChannel by dispatching them into child_process.spawn/exec on the host running the agent. onData/onCommand/onmessage handlers are wired to shell/exec sinks in dist/bundle.cjs (POST calls at lines 221, 285, 426, 1953, 2101 correspond to signaling traffic). Anyone who controls the signaling relay or a paired peer obtains full-host remote code execution on the machine running the agent. The runtime dispatch logic is shipped only as V8 bytecode (dist/bundle.jsc loaded via bytenode from bin/vanexa-agent.js), with the.cjs fallback minified, framed in the README as 'commercial IP protection' — pairing/authorization semantics are not reviewable from source. A socket.json at the tarball root sets 'ignore' for aiMalware, gptMalware, obfuscatedCode, usesEval, nativeCode, shellAccess, filesystemAccess, networkAccess, bypassesEnvironment, and installScripts — a blanket suppression matching exactly the categories this package's runtime behavior triggers. The shell surface fires when the operator explicitly runs the agent (not at npm install or on require), so blast radius is bounded to hosts where an operator starts the daemon and completes pairing; however, once running, the remote peer channel is the attack surface.

Malicious versions

12 flagged
1.3.501.3.511.3.521.3.531.3.541.3.551.3.561.3.571.3.591.3.601.3.611.3.62

Indicators of compromise (SHA-256)

1b4b50bd96a5ba909733ff4960ed654e169894f2fff2927a9afc8afc3363cf10
41e2634bb99b42cd9c11f9cc4d4e3123030242a16096eebb331266bd0e63349b
7709cb9b0052c6ad08288e264ecc27ddb1811eb3e244184fb981a30a23acccf1
ab5de2359eef117d1f491dc2c8628e56d866435912bd6f8e55a10eee8e7a9a6c
451d664ae00f46a1424a746e9d51c6cf10b09bea152de5882318b746a2d4be07
93b53147c4622ab490f28ceac0eb77d6da7ffdc537539e66cd615f74457ace2a
9d5fe5a1a0b635b46767ec0778c8454ae0a56bc6c69c11020636e311d90d8888
da57bbc9a289f6bc892e0ce004ad8912d5510f425d669c80ed2ca90cbe57dee4
f5bd787d1a5846eba05e976edaa913f1eb1a2c3d05c0c9bc8b81e22ec9732597
3008fd0813973f7cb4270fafeddc72430f41e36529493bab0ee81fc60f4ff066
371193662ffe2258d4a2268cd896384c861fe693f496496d186df3a43337adb6
e951653fed66933e4e1bd979e7607376edc81d385ea5cebe12c4cbbc77d212de

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

  2. If you installed it — respond

    Remove @vanexalabs-ai/vanexa-agent 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 @vanexalabs-ai/vanexa-agent 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 @vanexalabs-ai/vanexa-agent 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. @vanexalabs-ai/vanexa-agent on npm has been identified as a malicious package (versions 1.3.50, 1.3.51, 1.3.52, 1.3.53, 1.3.54, 1.3.55, 1.3.56, 1.3.57, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016098IN-MAL-2026-016108IN-MAL-2026-016102IN-MAL-2026-016107IN-MAL-2026-016105IN-MAL-2026-016100IN-MAL-2026-016099IN-MAL-2026-016101IN-MAL-2026-016104IN-MAL-2026-016106IN-MAL-2026-016103IN-MAL-2026-016805

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @vanexalabs-ai/vanexa-agent-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