Typosquat of nestjs
Installation automatically collects selected environment variables, transmits them to a remote server, and opens a shell connection. This is concrete credential exfiltration and remote shell behavior.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe package identifies itself as a typosquat of nestjs.
package.jsonView on unpkg · L2Its postinstall hook automatically runs index.js during 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 · L2index.js collects environment variables whose names suggest secrets, API credentials, tokens, or keys and sends them to a configured server.
index.jsView on unpkg · L13Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe package identifies itself as a typosquat of nestjs.
package.jsonView on unpkg · L2Its postinstall hook automatically runs index.js during 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 · L2index.js collects environment variables whose names suggest secrets, API credentials, tokens, or keys and sends them to a configured server.
index.jsView on unpkg · L13