npm

jsb-adapter @45.0.0

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

Malicious

OSV ID

MAL-2026-15512

Ecosystem

npm

Summary

package.json declares a dependency whose key ( jsb-adapter ) equals this package's own name and whose value is the bare HTTPS URL https://repo.securityctrl.com/jsb-adapter instead of a registry version range. On npm install , npm fetches whatever tarball that host currently returns, unpinned and with no integrity check, and runs any lifecycle scripts inside it — so the code executed on the installer is whoever controls repo.securityctrl.com at install time, not the published tarball. The shipped index.js is an inert stub, so the manifest line is the entire published payload. Aggravating shape: the dependency key matches the package's own name and the version 45.0.0 is implausibly high, consistent with dependency-confusion targeting an internal package of the same name.

Source: amazon-inspector (368bba2e9d134a0d1ce565627644361ebe98bbf7bc2fd04812ff7137c300eaac)

Protect your entire dependency tree

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