npm

jhkxcixudnvm1 @1.0.1

Vulnerability report · Last retrieved from osv.dev August 13, 2026 at 4:27 AM UTC

Malicious

OSV ID

MAL-2026-13817

Ecosystem

npm

Summary

The package contains only package.json and index.html, with index.html declared as main . The HTML imitates a Cloudflare 'Just a moment...' verification interstitial and includes an obfuscated script that, after a short timeout, reconstructs a destination URL from a shuffled string array and redirects window.location to it, forwarding all current query parameters. No JavaScript executes at npm install time and require('jhkxcixudnvm1') does not run the redirect (the entry is HTML, not JS), so this version does not attack installers or build systems directly. The concern is registry abuse: npm is being used to host a Cloudflare-impersonating phishing/redirect page that would harm end-users if the tarball's index.html were fetched and opened in a browser (e.g., via a CDN that serves package contents). Recommend human review for a registry-abuse takedown rather than a supply-chain block, since installing or requiring the package produces no code execution, data exfiltration, or credential access on the installer.

Source: amazon-inspector (aecafeb32fc0bc6beb0fcd9f6cab36efa71c8e69dc966271eea55bd03ba8eadf)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.