KhaznaTech shared common utilities for Node.js services
Installing the package invokes a preinstall script that transmits the host name and current install directory's final path segment to an unrelated webhook endpoint. This is undisclosed install-time system-information exfiltration.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgnpm preinstall executes install-report.js automatically.
package.jsonView on unpkg · L6Source fingerprint signature matches a known malicious package signature; route for source-aware review.
install-report.jsView on unpkgInstall script sends hostname and install-directory name to a webhook.site URL.
install-report.jsView on unpkg · L4Errors are swallowed, obscuring the outbound telemetry.
install-report.jsView on unpkg · L8Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L7npm preinstall executes install-report.js automatically.
package.jsonView on unpkg · L6Install script sends hostname and install-directory name to a webhook.site URL.
install-report.jsView on unpkg · L4Errors are swallowed, obscuring the outbound 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