poc
Installation automatically runs index.js. It harvests local account and host data and transmits it to a remote endpoint.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource executes local commands and sends command output to an external endpoint.
index.jsView on unpkgA package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgSource captures command output, transforms it, and includes it in a POST body sent to a literal external destination.
index.jsView on unpkgA manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
index.jsView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkg · L12Source executes local commands and sends command output to an external endpoint.
index.jsView on unpkgA package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgPackage source references child process execution.
Source captures command output, transforms it, and includes it in a POST body sent to a literal external destination.
index.jsView on unpkgA manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
index.jsView on unpkg