OpenSSF/OSV advisory MAL-2026-13813 confirms this npm version as malicious. Package hgdvfuflnb@1.0.0 contains a single file, index.html, declared as the package main. The HTML impersonates a Cloudflare 'Just a moment...' Turnstile challenge page (data-sitekey="0x4AAAAAADrvn4rDM7WVvgPh") and, on the Turnstile callback, runs an obfuscator.io-style string-array routine that assembles a target URL and calls window.location.assign(targetUrl)...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in hgdvfuflnb (npm)
Details
Package hgdvfuflnb@1.0.0 contains a single file, index.html, declared as the package main. The HTML impersonates a Cloudflare 'Just a moment...' Turnstile challenge page (data-sitekey="0x4AAAAAADrvn4rDM7WVvgPh") and, on the Turnstile callback, runs an obfuscator.io-style string-array routine that assembles a target URL and calls window.location.assign(targetUrl). There is no JavaScript entry point, no lifecycle scripts (preinstall/install/postinstall/prepare), and no importable module — package.json declares main:"index.html" and files:["index.html"], so npm install and require('hgdvfuflnb') produce no code execution on the installer. The package is not a functional Node module; it is a browser phishing/redirector kit staged on the npm registry so the HTML can be fetched via public npm CDN mirrors (unpkg, jsdelivr). Installer-side impact is nil (no install-time or import-time code path), but the artifact abuses the registry as anonymous static hosting for hostile content aimed at end users who load the HTML through a CDN.
## Source: ghsa-malware (9786658f92af348d6108189015d23e246e1f9d5ccea934ee1ab012b521db0c6c) 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.