npm

confluence-rest @30.0.0

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

Malicious

OSV ID

MAL-2026-15532

Ecosystem

npm

Summary

package.json declares a self-referential dependency whose key equals the package's own name ( confluence-rest ) and whose value is the bare HTTPS URL https://repo.securityctrl.com/confluence-rest rather than a semver range. On npm install , npm resolves that URL and installs whatever tarball the host returns, running any lifecycle scripts inside it, with no version pin and no integrity check. The shipped index.js is an inert stub, so the manifest URL is the entire code-delivery path for the package. Whoever controls repo.securityctrl.com controls code that executes on the installer's machine at install time, and the self-referential dependency-confusion shape (same name as the published package, version 30.0.0 sufficient to win resolution against a legitimate internal package of the same name) indicates targeting of internal-package resolution.

Source: amazon-inspector (5d314e75faa527b1c10dbc34b2867180fb0726f2547d9b0edd0564aec3e38fd8)

Protect your entire dependency tree

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