OpenSSF/OSV advisory MAL-2026-13794 confirms this npm version as malicious. The tarball contains only package.json and index.html. package.json declares main: index.html and no lifecycle scripts (preinstall/install/postinstall/prepare). index.html renders a fake Cloudflare 'Just a moment...' interstitial and, on Turnstile callback, runs obfuscator.io-style JavaScript that constructs a URL and calls window.location.assign to redirect the browser...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in clxofwfjskaz7 (npm)
Details
The tarball contains only package.json and index.html. package.json declares main: index.html and no lifecycle scripts (preinstall/install/postinstall/prepare). index.html renders a fake Cloudflare 'Just a moment...' interstitial and, on Turnstile callback, runs obfuscator.io-style JavaScript that constructs a URL and calls window.location.assign to redirect the browser. Node cannot load an HTML file as a module, so nothing executes on npm install or on require of this package. The abuse surface is browsers that load this HTML via an npm-backed CDN (e.g., unpkg), not developers installing the package.
## Source: ghsa-malware (e4a55e151ec1aecc518dbb45a228bb6a498795672a58680d9c581556be7fa1d6) 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 clxofwfjskaz7@1.0.0 as malicious (MAL-2026-13794): Malicious code in clxofwfjskaz7 (npm)