OpenSSF/OSV advisory MAL-2026-13807 confirms this npm version as malicious. The tarball contains only package.json and index.html. package.json declares main as index.html, and there are no preinstall/install/postinstall/prepare scripts. index.html mimics a Cloudflare 'Just a moment...' interstitial and runs obfuscated JavaScript inside a 1-second setTimeout that constructs a URL pointing at a '*.cloud.homes' host and calls window.location.replace() with the current query string forwarded...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in fdhcvriwecv3 (npm)
Details
The tarball contains only package.json and index.html. package.json declares main as index.html, and there are no preinstall/install/postinstall/prepare scripts. index.html mimics a Cloudflare 'Just a moment...' interstitial and runs obfuscated JavaScript inside a 1-second setTimeout that constructs a URL pointing at a '*.cloud.homes' host and calls window.location.replace() with the current query string forwarded. Because main points at HTML, the module cannot be loaded via require()/import, and no JavaScript executes at npm install time or when the package is required. The behavior only fires if a browser fetches index.html through a public npm CDN (unpkg/jsdelivr) — a CDN-abuse / phishing-hosting pattern that leverages npm as a redirector host, not a supply-chain attack against developers who install the package. No credentials are read, no network callbacks fire on install/import, and no code runs on the installer's machine.
## Source: ghsa-malware (7314c00f6d8976ab86309f197f7b8aba1478cf9257e057a5fd9306f37e8f0e0b) 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
No blocking static signals were detected.