OpenSSF/OSV advisory MAL-2026-13785 confirms this npm version as malicious. Package's main entry is index.html, a page styled as a Cloudflare Turnstile challenge. The inline script is obfuscator.io-obfuscated and, after the Turnstile widget completes, reconstructs a URL from an encoded string array and calls window.location.replace to redirect the browser. package.json declares no preinstall/install/postinstall/prepare lifecycle hooks and there is no JavaScript entry point, so npm install...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in bgzxcuite2 (npm)
Details
Package's main entry is index.html, a page styled as a Cloudflare Turnstile challenge. The inline script is obfuscator.io-obfuscated and, after the Turnstile widget completes, reconstructs a URL from an encoded string array and calls window.location.replace to redirect the browser. package.json declares no preinstall/install/postinstall/prepare lifecycle hooks and there is no JavaScript entry point, so npm install and require()/import of this package do not execute the payload; the redirect only fires if a user opens the HTML file in a browser. The behavior is inconsistent with a normal npm library and is consistent with using npm as a hosting channel for a browser-side redirect (phishing/traffic-monetization shape), but it does not attack the installer's machine, filesystem, environment, credentials, or network at install or require time.
## Source: ghsa-malware (07d4731411678cd400fb21afdeb55e0da60073c177c3b98f381cb2ab56314176) 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 bgzxcuite2@1.0.0 as malicious (MAL-2026-13785): Malicious code in bgzxcuite2 (npm)