Typosquat of nestjs
Installation automatically executes code that harvests likely secrets, transmits them to an external host, and opens a shell connection. This is a concrete credential theft and remote-command attack surface.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe manifest automatically runs index.js after installation.
package.jsonView on unpkg · L6Source matches reverse-shell style process and socket wiring.
A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkg · L2A single source file combines environment access, network access, and code or shell execution; review context before blocking.
index.jsView on unpkg · L2The install script collects environment variables whose names begin with SECRET, API, TOKEN, or KEY.
index.jsView on unpkg · L13Collected values are sent over a TCP connection to a configured external server.
index.jsView on unpkg · L23Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe manifest automatically runs index.js after installation.
package.jsonView on unpkg · L6Source matches reverse-shell style process and socket wiring.
index.jsView on unpkg · L2A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkg · L2A single source file combines environment access, network access, and code or shell execution; review context before blocking.
index.jsView on unpkg · L2The install script collects environment variables whose names begin with SECRET, API, TOKEN, or KEY.
index.jsView on unpkg · L13Collected values are sent over a TCP connection to a configured external server.
index.jsView on unpkg · L23