jira-projects-backbone @45.0.0
Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 7:35 AM UTC
OSV ID
MAL-2026-15537
Ecosystem
npm
Summary
package.json line 11 declares a dependency whose key equals the package's own name ( jira-projects-backbone ) with a value that is a bare HTTPS URL, https://repo.securityctrl.com/jira-projects-backbone , instead of a registry version range. On npm install , npm fetches whatever tarball that URL returns and installs it, running any lifecycle scripts it contains, with no version pin and no integrity check. The shipped source in this package is an inert stub, so the manifest itself is the entire install-time surface — every install resolves to attacker-controlled code from repo.securityctrl.com. The self-name reuse and implausibly high version (45.0.0) also give this manifest a dependency-confusion shape against any internal package named jira-projects-backbone .
Source: amazon-inspector (f75bb5293b51dc977d699982756ea69987397ce86f50d12753844198bf40294c)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.