KhaznaTech shared core utilities for Node.js services
npm preinstall automatically runs a telemetry script. It transmits the host name and current install-directory name to an unrelated webhook endpoint, with errors suppressed.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgpackage.json runs install-report.js during npm preinstall.
package.jsonView on unpkg · L6Source fingerprint signature matches a known malicious package signature; route for source-aware review.
install-report.jsView on unpkginstall-report.js sends hostname and install-directory name to a third-party webhook during installation.
install-report.jsView on unpkg · L4The request is error-swallowed, reducing visibility of the install-time telemetry.
install-report.jsView on unpkg · L8Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L7package.json runs install-report.js during npm preinstall.
package.jsonView on unpkg · L6install-report.js sends hostname and install-directory name to a third-party webhook during installation.
install-report.jsView on unpkg · L4The request is error-swallowed, reducing visibility of the install-time telemetry.
install-report.jsView on unpkg · L8Source fingerprint signature matches a known malicious package signature; route for source-aware review.
install-report.jsView on unpkg