OpenSSF/OSV advisory MAL-2026-5844 confirms this npm version as malicious. The npm package `numdifftools` is an empty shell (zero-byte index.js) that exists solely to fire a `preinstall` lifecycle hook. The hook runs `node -e` to issue an HTTPS GET to `https://webhook.site/cbfd239f-50d1-4bc6-9801-ba08ba9a2a4a/?host=numdiff-<hostname>`, leaking the installer's `os.hostname()` to a third-party logging endpoint automatically on `npm install` before any code review opportunity...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in numdifftools (npm)
Details
The npm package `numdifftools` is an empty shell (zero-byte index.js) that exists solely to fire a `preinstall` lifecycle hook. The hook runs `node -e` to issue an HTTPS GET to `https://webhook.site/cbfd239f-50d1-4bc6-9801-ba08ba9a2a4a/?host=numdiff-<hostname>`, leaking the installer's `os.hostname()` to a third-party logging endpoint automatically on `npm install` before any code review opportunity. The package name reuses that of the well-known PyPI numerical-differentiation library `numdifftools`, capturing installs from developers who mistakenly run `npm install numdifftools` expecting the Python library's behavior. The package provides none of the advertised functionality — its only on-install effect is the host-identifier beacon.
## Source: ghsa-malware (ecd4954558bd423a9adc4cee0b684f36395b22e0f539d7434f93d9297c5430aa) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms numdifftools@1.0.0 as malicious (MAL-2026-5844): Malicious code in numdifftools (npm)