Typosquat of nestjs
Installation automatically executes code that harvests likely secrets, transmits them to a configured remote host, and starts a reverse shell. This is a concrete install-time compromise path.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe postinstall hook automatically runs index.js during package 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 entry script collects environment variables whose names begin with SECRET, API, TOKEN, or KEY.
index.jsView on unpkg · L13The bundled server configuration names 84.32.22.44 on port 9999.
servers.jsonView on unpkg · L1Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe postinstall hook automatically runs index.js during package 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 entry script collects environment variables whose names begin with SECRET, API, TOKEN, or KEY.
index.jsView on unpkg · L13The bundled server configuration names 84.32.22.44 on port 9999.
servers.jsonView on unpkg · L1