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

wormgpt-clinpm

wormgpt-cli is a confirmed malicious npm package (MAL-2026-13466) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in wormgpt-cli (npm)

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

What this malware does

The package's bin entries (wormgpt-cli, wormgpt, deepholegpt, wgpt) map to bin/victim.js, which silently spawns a detached implant on any invocation (including --help/--version). The implant connects to a hardcoded C2 at http://13.60.13.215:7771 over an AES-256-GCM/HMAC-signed protocol with pool failover and a DNS TXT dead-drop channel (protocol.js pollDnsDeaddrop) that rotates the C2 URL and shared secret at runtime. On beacon, implant.js gatherInfo() collects hostname, user, OS, architecture, PID, cwd, home, LAN IP, admin flag, and a persistent victim_id, and accepts opcodes for shell/PowerShell execution, interactive PTY reverse shell, file up/download, keylogging (GetAsyncKeyState PowerShell loop), clipboard capture, screenshots, LAN lateral-movement scanning, privilege-escalation checks, and anti-forensics wipe. stealers/browser.js reads Chrome/Edge/Brave/Opera/Vivaldi Login Data SQLite databases, decrypts DPAPI-protected passwords via PowerShell with an AMSI bypass stub (AMSI_BYPASS_B64 base64 blob run through powershell -EncodedCommand), parses Firefox logins.json, and regex-scans Discord/Chrome LevelDB for auth tokens (/[\w-]{24}\.[\w-]{6}\.[\w-]{27}|mfa\.[\w-]{84}/g), exfiltrating results via C2 opcode OP_BROWSER_DATA. persist.js installs persistence across six autostart layers per OS: Windows HKCU/HKLM Run keys, Startup.lnk, WMI __EventFilter/CommandLineEventConsumer permanent subscription, scheduled tasks, and hidden Windows Helper directories via attrib +H +S; Linux XDG autostart, systemd --user units, @reboot crontab, shell RC injection (.bashrc/.zshrc/.profile/.xinitrc), and /etc/rc.local; macOS LaunchAgent plist with KeepAlive and Login Items via osascript. loader.js runs a watchdog sibling process (poll every 20s, MAX_REVIVES = 50) plus uncaughtException respawn to keep the implant alive.

Malicious versions

9 flagged
1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.8

Indicators of compromise (SHA-256)

6f76eeb5f3df3c8ebc673a73d88aeb6dd0eb89b2b350a36023e2fe2a42eb8ed1
c19fcfc558eeb517443b7175909cc46461cde81d1b21fb85453599ad152a0ea5
eebdb11a91bed2a4772d539dc747d9e3ebbf691dda914003b5f8489f0adeeb8c
f5b2b75cd854946d520e769fef83618dd912cde948ea954a51eb716661302702
1e2405ae20c3c88dd3adeaa11ed725879aad3625226f4a252748daca8f0874a5
534ea1156519b64249657c1495faacdb3cc5d8e250a00e0dc2f8fd4e991af61c
56bfdc165a63f6eecd4e33262562a3b65da59da549298568c42e6b1e530f8860
8b03000b5f21aa6e61de1a5bf5149d0059372d0663ffda561d2ea8df59062630
a0ae945d716ee5032c1527fc139d67cd5dee3b155030441574fac459c27a14a6

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

  2. If you installed it — respond

    wormgpt-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 wormgpt-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 wormgpt-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. wormgpt-cli on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016743IN-MAL-2026-016865IN-MAL-2026-016861IN-MAL-2026-016866IN-MAL-2026-016863IN-MAL-2026-016867IN-MAL-2026-016864IN-MAL-2026-016868IN-MAL-2026-016862

References

Credits

  • Amazon Inspector · finder

Detect & block this

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

wormgpt-cli (npm) malicious package — MAL-2026-13466 | O3 Security