npm installation runs a host-fingerprinting script. It sends identifying host and package data to a third-party Pipedream endpoint.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource collects local host identity data and sends it to an external endpoint.
A manifest entrypoint or package-local install chain reaches a fixed external POST callback.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgindex.js collects home directory, hostname, username, DNS servers, and manifest data.
index.jsView on unpkg · L8The collected data is POSTed to a fixed Pipedream endpoint during installation.
index.jsView on unpkg · L24The collected data is POSTed to a fixed Pipedream endpoint during installation.
index.jsView on unpkg · L45Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource collects local host identity data and sends it to an external endpoint.
index.jsView on unpkg · L1A manifest entrypoint or package-local install chain reaches a fixed external POST callback.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgindex.js collects home directory, hostname, username, DNS servers, and manifest data.
index.jsView on unpkg · L8The collected data is POSTed to a fixed Pipedream endpoint during installation.
index.jsView on unpkg · L24The collected data is POSTed to a fixed Pipedream endpoint during installation.
index.jsView on unpkg · L45