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

chai-as-sharpenednpm

Malicious code in chai-as-sharpened (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-10045
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall chai-as-sharpened

What this malware does

On require, the package spawns a detached background node process running lib/initializeCaller.js. That script base64-decodes a hardcoded URL (https://tomato-brunhilda-40.tiiny.site/index.json), fetches JSON from it, and executes the returned cookie field through new Function.constructor('require', response)(require) — giving the remote payload full require access on the installer's host. The endpoint URL and request header key/value are hidden inside base64 strings assigned to a locally-shadowed process.env object and decoded via atob() at runtime, obfuscating the C2 destination. The package additionally impersonates two well-known libraries: the name chai-as-sharpened mimics chai-as-promised, and the README badges/links point to pino and pinojs/pino, using name confusion as the delivery vector. Import triggers unconditional RCE against any consumer.

Malicious versions

1 flagged
7.0.9

Indicators of compromise (SHA-256)

854e8e5d81ba59ee1353535523ea62b29c07de8d6a5cc50745a471696d80576a

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for chai-as-sharpened (version 7.0.9). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging chai-as-sharpened across your stack and pipelines.

  2. If you installed it — respond

    chai-as-sharpened establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If chai-as-sharpened 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 chai-as-sharpened 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. chai-as-sharpened on npm has been identified as a malicious package (version 7.0.9 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-009125

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks chai-as-sharpened-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.