OpenSSF/OSV advisory MAL-2026-13789 confirms this npm version as malicious. The package contains a single file, index.html, declared as `main`. The page renders a spoofed Cloudflare 'Just a moment...' / Turnstile 'security verification' interstitial (fake Ray ID alongside a real Turnstile widget) and, on completion, runs an obfuscator.io-wrapped script that assembles a URL starting with 'https://lo' + decoded fragments + '/', appends the current query string, and navigates window.location...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in bmgki3g6fh3 (npm)
Details
The package contains a single file, index.html, declared as `main`. The page renders a spoofed Cloudflare 'Just a moment...' / Turnstile 'security verification' interstitial (fake Ray ID alongside a real Turnstile widget) and, on completion, runs an obfuscator.io-wrapped script that assembles a URL starting with 'https://lo' + decoded fragments + '/', appends the current query string, and navigates window.location to it. No install lifecycle scripts (preinstall/install/postinstall/prepare) are declared and `main` points at a non-JS file, so `npm install` and `require()` do not execute any code on a developer machine or build system. The hostile behavior only manifests if a browser is pointed at index.html. This is registry abuse for hosting phishing/redirect infrastructure rather than a supply-chain attack against installers.
## Source: ghsa-malware (e3d6efa965e641c0214a21386f396171e4422a00a3d4445180197706fe77d065) 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.