@bx-ui-framework/common@15.0.0
Vulnerability report · Last retrieved from osv.dev September 4, 2026 at 2:56 AM UTC
OSV ID
MAL-2026-15867
Ecosystem
npm
Summary
package.json declares a dependency whose key equals the package's own name (@bx-ui-framework/common) and whose value is a bare HTTPS URL (https://repo.remoteknight.com/bx-ui-framework/common) rather than a registry version range. On npm install, npm fetches whatever bytes that URL returns and installs them as the resolved dependency, executing any lifecycle scripts they contain. There is no version pin, no commit SHA, and no integrity/hash check. The shipped index.js is an inert stub, so the manifest line is the entire delivery mechanism: whoever controls repo.remoteknight.com controls code that runs on every installer's machine. The self-referential dependency name is the dependency-confusion shape used to win resolution over an internal package of the same name.
Source: amazon-inspector (c5b8886bf47df30ba72e888647d651e72defd41c1172a4307c438562183d7a32)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.