Internal test artefact, not a real PoC. Do not install.
AUTHORISED SECURITY RESEARCH — dependency confusion proof of concept. This package was published because the name appeared in publicly served code but was unregistered on the public registry. If it is in your dependency tree, your resolver fetched an inte
Installing the package runs a preinstall beacon. It harvests host and consuming-project identity data, then transmits it through DNS plus HTTP(S).
Package defines install-time lifecycle scripts.
package.jsonView on unpkgpreinstall executes index.js during npm installation.
package.jsonView on unpkg · L10A manifest entrypoint or package-local install chain reaches a fixed external POST callback.
index.jsView on unpkgReads the consuming project's package.json via INIT_CWD/process.cwd.
index.jsView on unpkg · L35Collects username, home path, hostname, local/public IPs, DNS subnet, and project metadata.
index.jsView on unpkg · L112Encodes the collected JSON into DNS queries to an external callback.
index.jsView on unpkg · L146Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L11preinstall executes index.js during npm installation.
package.jsonView on unpkg · L10Reads the consuming project's package.json via INIT_CWD/process.cwd.
index.jsView on unpkg · L35Collects username, home path, hostname, local/public IPs, DNS subnet, and project metadata.
index.jsView on unpkg · L112Encodes the collected JSON into DNS queries to an external callback.
index.jsView on unpkg · L146A manifest entrypoint or package-local install chain reaches a fixed external POST callback.
index.jsView on unpkg