nx-app @9999.0.0-security-test
Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 7:35 AM UTC
OSV ID
MAL-2026-15516
Ecosystem
npm
Summary
package.json declares its own name nx-app as a dependency whose value is a raw HTTPS URL ( https://repo.securityctrl.com/nx-app ) rather than a semver range against the npm registry. On npm install , npm fetches a tarball from that URL and runs any lifecycle scripts it contains, with no version pin, no integrity hash, and no signature check. Whoever controls repo.securityctrl.com controls code executed on the installer's machine at install time. The self-referential dependency key (matching the package's own name) is a dependency-confusion shape that forces resolution to the off-registry URL even when a registry-hosted nx-app exists, and the shipped in-tree source is an inert stub so the manifest URL is the sole payload delivery vector.
Source: amazon-inspector (8671a9b563cebe9de36365a80edc1f242be492933cadb3e45ea590c8c5e1e115)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.