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

noderzeronpm

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

Malicious code in noderzero (npm)

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

What this malware does

noderzero is a self-described 'stealth assistant' that exfiltrates clipboard contents and full-screen screenshots to a hardcoded author-controlled endpoint. client/noderzero.py defines API_URL = 'https://noderzero.vercel.app/api' and (a) polls pyperclip.paste() every 300ms, POSTing every change to that URL as {text:...}, and (b) on hotkey captures full-screen images via PIL.ImageGrab.grab(), base64-encodes them, and POSTs them to the same URL. The destination is fixed in source — the user cannot redirect or disable it. The Python tool is not optional: launcher.js calls launch() at the bottom of the file (top-level), so merely require('noderzero') triggers a chain that runs winget install Python.Python.3.12 --silent or downloads python-3.12.3-amd64.exe from python.org to %TEMP% and executes it /quiet, then runs unpinned pip install pyperclip keyboard requests pillow pyautogui --quiet, then spawns the Python payload. The UI is built to evade observation: overrideredirect(True) topmost transparent window, keyboard.add_hotkey('ctrl+q', self.panic_exit), keyboard.on_press(suppress=True), and pyautogui-driven human-like typing. The combination of stealth UI, global keyboard hooks, clipboard scraping, screen capture, and hardcoded outbound POSTs is a surveillance/keylogger-grade exfiltrator with attacker-benefit (all captured data flows to the author's endpoint).

Malicious versions

4 flagged
1.0.11.0.21.0.31.0.5

Indicators of compromise (SHA-256)

20cc131b4ac008bdd52a408fdc384362040cc3af59d33bef5ed26a7bbb12c9a0
f9fa08be36ae12861809af052871d79536e7ed601c90bb2cff80fa0371e2c4ce
77f04f5a70d5a2bc06e943b3e39979f82c25452cf962db59b10e8f772d936002
d396fe60e1b017899f271a36f6b803adde50338ee1bd55fda728d5dded59f787

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

  2. If you installed it — respond

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

Campaign

IN-MAL-2026-006761IN-MAL-2026-006758IN-MAL-2026-006759IN-MAL-2026-006760

References

Credits

  • Amazon Inspector · finder

Detect & block this

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

noderzero (npm) malicious package — MAL-2026-5897 | O3 Security