npm

calcite-web @45.0.0

Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 8:35 AM UTC

Malicious

OSV ID

MAL-2026-15499

Ecosystem

npm

Summary

package.json at line 11 declares the package's own name as a dependency whose source is the bare URL https://repo.securityctrl.com/calcite-web instead of a registry version range. On npm install, npm fetches whatever tarball that URL returns and installs it with no version pin and no integrity check, executing any lifecycle scripts inside the fetched artifact. The shipped index.js is an inert stub, so the manifest itself is the entire install-time payload, and whoever controls repo.securityctrl.com controls code that runs on every installer. The dependency key equals the package's own name (dependency-confusion shape), and the implausibly high version (45.0.0) is consistent with an override attempting to win resolution against an internal package of the same name.

Source: amazon-inspector (91223994e8bb4e46e1b3ca5eea1714a25fedbb828090590110f8c23353c6ec17)

Protect your entire dependency tree

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