@riskine-frontend/design-elements @99.9.1
Vulnerability report · Last retrieved from osv.dev June 23, 2026 at 3:29 AM UTC
OSV ID
MAL-2026-4425
Ecosystem
npm
Summary
@riskine-frontend/design-elements@99.9.1 is a near-empty package whose only effect on install is to pull an external dependency. index.js contains just module.exports = {} , package.json has placeholder metadata (empty description, empty author, no repository), and the version is inflated to 99.9.1 — the canonical shape of a dependency-confusion squat designed to win npm version resolution against an internal package of the same scoped name. Its single dependency ltidisafe is resolved not from the npm registry but from an arbitrary tarball URL https://ltidi.storage.googleapis.com/depenconf/ltidisafe-2.4.2.tgz — note the literal depenconf/ (dependency confusion) folder name. Installing this package causes npm to fetch and install that external GCS-hosted tarball, executing any lifecycle scripts it declares on the installer's machine. The combination of inflated version + empty wrapper + external non-registry tarball + depenconf path is unambiguous attacker tradecraft against Riskine's internal build systems.
Source: amazon-inspector (307db7b976bd8c59b1e8e8247fee9f91ab6a353bf0ae6aa129ceb8e552d6814c)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.