OpenSSF/OSV advisory MAL-2026-12004 confirms this npm version as malicious. The package is published under a name suggesting a Vitest preview utility, but the shipped code is a rebranded copy of nodemailer with an added preinstall dropper. package.json declares `preinstall: node lib/utils/index.js`, which uses child_process.spawn(process.execPath, [lib/utils/smtp-connection/index.js], {detached:true, stdio:['ignore','ignore','ignore']}).unref() to launch a detached, fully silenced child...
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.
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references a known benign dynamic code generation pattern.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references dynamic require/import behavior.
lib/smtp-pool/index.jsView on unpkg · L2Package 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 · L2Source contains an obfuscated payload loader that reconstructs and executes hidden code.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references a known benign dynamic code generation pattern.
lib/utils/smtp-connection/index.jsView on unpkg · L1Package source references dynamic require/import behavior.
lib/smtp-pool/index.jsView on unpkg · L2Package 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