yangming708 @1.0.0
Vulnerability report · Last retrieved from osv.dev August 13, 2026 at 4:27 AM UTC
OSV ID
MAL-2026-13845
Ecosystem
npm
Summary
The tarball contains only package.json and index.html. package.json declares main: "index.html", which is not a requirable Node module, and no preinstall/install/postinstall/prepare lifecycle scripts are declared. index.html contains an obfuscated script (wrapped in a fake Cloudflare 'Just a moment...' template) that, if opened in a browser, decodes an encoded string and calls window.location.replace to redirect to the resulting URL. Because npm install does not execute HTML and require()/import cannot load this main, installing or loading the package does not execute any code on a developer or build machine. The artifact looks like registry spam / a browser-side redirect page mispublished as an npm package, not a supply-chain attack against installers.
Source: amazon-inspector (f670e6c07175c9534c5554cc89c44a73a22d46a18a9a19140030b5b446fba17f)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.