OpenSSF/OSV advisory MAL-2026-5777 confirms this npm version as malicious. package.json declares both preinstall and postinstall scripts that run curl against a hardcoded bare-IP HTTP endpoint (http://3.7.226.146:9000/callback), sending the installer's username ($(whoami)), hostname ($(hostname)), current working directory ($(pwd)), and a timestamp as query-string parameters. Output is suppressed and errors swallowed with `|| true` so the beacon stays silent during `npm install`...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in field-plus (npm)
Details
package.json declares both preinstall and postinstall scripts that run curl against a hardcoded bare-IP HTTP endpoint (http://3.7.226.146:9000/callback), sending the installer's username ($(whoami)), hostname ($(hostname)), current working directory ($(pwd)), and a timestamp as query-string parameters. Output is suppressed and errors swallowed with `|| true` so the beacon stays silent during `npm install`. The tarball ships only package.json — `main: index.js` is declared but not present — so the package has no library functionality; its sole effect on installation is the identity beacon. Version 99.99.1 plus the description "testing field plus" is the canonical shape of a dependency-confusion / namespace-squat probe used to identify which organizations resolve an internal-named package from the public registry.
## Source: ghsa-malware (b9c01dfacc7ff1df16b13ba67ffe0c3ac7ff2e533c1d44bd3d402736814f3656) 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 field-plus@99.99.2 as malicious (MAL-2026-5777): Malicious code in field-plus (npm)