On npm install, the package collects ECS task metadata and the current OS username. It sends the collected output to an external ngrok host.
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 automatically during npm installation.
package.jsonView on unpkg · L5Its output is POSTed to an unrelated ngrok endpoint.
package.jsonView on unpkg · L5A single source file combines environment access, network access, and code or shell execution; review context before blocking.
package.json#scripts.postinstallView on unpkg · L1Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall executes automatically during npm installation.
package.jsonView on unpkg · L5Its output is POSTed to an unrelated ngrok endpoint.
package.jsonView on unpkg · L5A single source file combines environment access, network access, and code or shell execution; review context before blocking.
package.json#scripts.postinstallView on unpkg · L1