KhaznaTech shared utils utilities for Node.js services
npm installation triggers an outbound request without user action. It transmits a host/install-derived identifier to a third-party webhook endpoint.
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 unpkgPreinstall code sends the host name and install-directory-derived tag to a third-party webhook.site URL.
install-report.jsView on unpkg · L4The outbound request is silent and errors are swallowed.
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 · L6Preinstall code sends the host name and install-directory-derived tag to a third-party webhook.site URL.
install-report.jsView on unpkg · L4The outbound request is silent and errors are swallowed.
install-report.jsView on unpkg · L8Source fingerprint signature matches a known malicious package signature; route for source-aware review.
install-report.jsView on unpkg