Logo
npm

@bx-ui-framework/authentication@15.0.0

Vulnerability report · Last retrieved from osv.dev September 4, 2026 at 2:56 AM UTC

Malicious

OSV ID

MAL-2026-15866

Ecosystem

npm

Summary

package.json at line 14 declares a runtime dependency microfrontend whose source is a bare HTTPS URL (https://repo.artifactorymanager.com/bx-ui-framework/authentication) rather than an npm registry version range. On npm install, npm fetches whatever bytes that host returns and installs them as a dependency, running any lifecycle scripts contained in the fetched artifact. There is no version pin, no integrity hash, and no signature check, so the delivered content is fully controlled by whoever operates repo.artifactorymanager.com, and can change between installs. The shipped package itself is a minimal stub, so this manifest entry is effectively the entire installable payload. The dependency key (microfrontend) does not match the package's own name, and the host domain is unrelated to any npm-scope publisher identity for @bx-ui-framework.

Source: amazon-inspector (a80fea2ddf5689952ca33aee5f32efb088024bd1a243621b558d3cdc41ed7d57)

Protect your entire dependency tree

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