OpenSSF/OSV advisory MAL-2026-6089 confirms this npm version as malicious. package.json declares a postinstall hook (`"postinstall": "node run.js"`) that automatically runs run.js on `npm install`. run.js imports child_process, os, http, and https, reads host identifiers via os.hostname() and os.platform(), and performs outbound HTTP/HTTPS GET and POST calls (run.js lines 48, 62, 63, 265)...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in color-utils-dee0 (npm)
Details
package.json declares a postinstall hook (`"postinstall": "node run.js"`) that automatically runs run.js on `npm install`. run.js imports child_process, os, http, and https, reads host identifiers via os.hostname() and os.platform(), and performs outbound HTTP/HTTPS GET and POST calls (run.js lines 48, 62, 63, 265). The combination of automatic install-time execution, host fingerprinting, child_process availability, and outbound network POSTs of host data is the canonical install-time exfiltration / dropper shape. The package name (a short, randomly-suffixed `color-utils-dee0`) and v1.0.0-only release are consistent with a disposable squat/lure rather than a legitimate utility. Installing this package will run attacker-chosen code with the installer's privileges and leak host information to an external endpoint.
## Source: ghsa-malware (e502d4f31039aebceac601820264b22b2ea3182c51b5a906d24fde90e4a62fba) 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 color-utils-dee0@1.0.0 as malicious (MAL-2026-6089): Malicious code in color-utils-dee0 (npm)