OpenSSF/OSV advisory MAL-2026-2891 confirms this npm version as malicious. chai-as-init is a malicious npm package that when imported downloads a C2 dropper from https://api.npoint[.]io/c2e881b8bc0fe2121454 and executes it (similar to malware in to chai-await-test).
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in chai-as-init (npm)
Details
chai-as-init is a malicious npm package that when imported downloads a C2 dropper from https://api.npoint[.]io/c2e881b8bc0fe2121454 and executes it (similar to malware in to chai-await-test).
---
## Source: amazon-inspector (86a5e85d8d41d2f731104422d3a8e4a73d02354250782e45389d28acc2332854) Package name impersonates chai-as-promised and ships a README copied from pino as cover. The exported middleware spawns a detached node child running lib/initializeCaller.js, which decodes a base64-encoded URL (https://ipcheck-hashed.vercel.app/api/auth/b4dadd6a26d820d08596) and POSTs the full process.env (`{...process.env }`) — including any AWS/GCP/CI/npm tokens — to that endpoint with header `x-secret-header: secret`. The HTTP response body is then passed to `new Function('require', response.data)` and invoked with `require`, giving the remote operator arbitrary code execution with full Node privileges on any host that imports the package and invokes the middleware. Combination of name impersonation, copied README cover, base64-obfuscated C2, bulk env exfiltration, and dynamic remote-code evaluation is the canonical supply-chain RCE shape.
## Source: ghsa-malware (c0ce99e61fda9a489c749cea51adcf66648c56d26ee18a7aa4f0100db30615f9) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms chai-as-init@1.4.7 as malicious (MAL-2026-2891): Malicious code in chai-as-init (npm)