Security research
Installing the package automatically contacts an external endpoint. It transmits host identity without user consent.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe npm preinstall hook runs automatically during installation.
package.jsonView on unpkg · L6It sends the installing host name and current user name to that endpoint.
package.jsonView on unpkg · L7Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgAn npm script sends host identity through command substitution to a fixed external destination.
package.json#scripts.preinstallView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgThe npm preinstall hook runs automatically during installation.
package.jsonView on unpkg · L6It sends the installing host name and current user name to that endpoint.
package.jsonView on unpkg · L7Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgAn npm script sends host identity through command substitution to a fixed external destination.
package.json#scripts.preinstallView on unpkg