npm installation triggers a postinstall credential and environment exfiltration script. It additionally obtains a GitHub Actions OIDC token when available.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall executes inline Node code during npm installation and suppresses failures.
package.jsonView on unpkg · L5It collects hostname, username, and the complete process environment, then POSTs it to an ngrok host.
package.jsonView on unpkg · L5In GitHub Actions it requests the CI OIDC token and includes it in the exfiltration payload.
package.jsonView on unpkg · L5An npm script serializes the process environment and posts it to an external host.
package.json#scripts.postinstallView on unpkgInstall-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall executes inline Node code during npm installation and suppresses failures.
package.jsonView on unpkg · L5It collects hostname, username, and the complete process environment, then POSTs it to an ngrok host.
package.jsonView on unpkg · L5In GitHub Actions it requests the CI OIDC token and includes it in the exfiltration payload.
package.jsonView on unpkg · L5An npm script serializes the process environment and posts it to an external host.
package.json#scripts.postinstallView on unpkg