npm

css-import-order @1.1.0

Vulnerability report · Last retrieved from osv.dev August 26, 2026 at 3:21 AM UTC

Malicious

OSV ID

MAL-2026-14473

Ecosystem

npm

Summary

package.json declares the package's own name css-import-order as both a dependency and devDependency pointing at http://pack.nppacks.com/npm/css-import-order — a non-registry, plain-HTTP, unpinned URL under a domain unrelated to the npm publisher. On npm install , npm resolves and unpacks whatever tarball that host returns, executing any lifecycle scripts it contains. Because the source is not the npm registry, there is no integrity or version pinning, and the plain-HTTP transport additionally allows on-path substitution of the served bytes. The shipped index.js is a small benign transformer and carries a header comment reading This package use for Security Research Testing Purpose. , but the harmful vector is the install-time resolution to attacker-mutable content at pack.nppacks.com, not the local module code.

Source: amazon-inspector (a190c01197be10bae5104dd08b8cb119ff1460eaa0c816bc0eb74da8a4b88ae4)

Protect your entire dependency tree

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