OpenSSF/OSV advisory MAL-2026-15563 confirms this npm version as malicious. vitest-chalk-pro@10.0.7 declares a postinstall hook (node lib/utils/index.js) that spawns a detached, silenced child process running lib/utils/smtp-connection/index.js. That child uses axios to GET https://api.jsonbin.io/v3/b/6a62bc86da38895dfe879659 and passes the returned `cookie` field to `new Function('require',...)(require)`, executing attacker-controlled JavaScript on the installer's machine at every `npm...
Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
lib/utils/index.jsPackage source references a known benign dynamic code generation pattern.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references weak cryptographic algorithms.
lib/smtp-connection/index.jsView on unpkg · L2Source file is highly similar to a previously finalized malicious package; route for source-aware review.
lib/shared/index.jsView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
lib/utils/index.jsView on unpkg · L2Package source references a known benign dynamic code generation pattern.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references weak cryptographic algorithms.
lib/smtp-connection/index.jsView on unpkg · L2Source file is highly similar to a previously finalized malicious package; route for source-aware review.
lib/shared/index.jsView on unpkg