npm

prm-bundles @45.0.0

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

Malicious

OSV ID

MAL-2026-15543

Ecosystem

npm

Summary

package.json line 11 declares a dependency whose key equals the package's own name ( prm-bundles ) and whose value is a bare HTTPS URL ( https://repo.securityctrl.com/prm-bundles ) rather than a registry version range. On npm install , npm fetches whatever tarball that URL returns and installs it, executing any lifecycle scripts contained in it, with no version pin and no integrity check. Because the shipped source in this package is an inert placeholder, the manifest is the entire payload delivery mechanism, and the code that ultimately runs on the installer is whatever the operator of repo.securityctrl.com serves at install time. The implausibly high version (45.0.0) combined with the self-referential name is consistent with a dependency-confusion redirection targeting an internal package name.

Source: amazon-inspector (e252184c7a4f29eafe72c86873c662342486b68fe5c1ce3a5405845aa8695a33)

Protect your entire dependency tree

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