OpenSSF/OSV advisory MAL-2026-15530 confirms this npm version as malicious. package.json declares a dependency whose key equals the package's own name (`confluence-create-content`) and whose value is a bare HTTPS URL, `https://repo.securityctrl.com/confluence-create-content`, instead of a registry version range. On `npm install`, npm fetches whatever bytes that URL returns and installs them, running any lifecycle scripts contained in them with no version pin and no integrity check...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in confluence-create-content (npm)
Details
package.json declares a dependency whose key equals the package's own name (`confluence-create-content`) and whose value is a bare HTTPS URL, `https://repo.securityctrl.com/confluence-create-content`, instead of a registry version range. On `npm install`, npm fetches whatever bytes that URL returns and installs them, running any lifecycle scripts contained in them with no version pin and no integrity check. The shipped `index.js` is an inert stub, so the manifest URL is effectively the entire delivered payload. The self-named dependency shape also creates dependency-confusion pressure: any environment resolving this package name pulls content from the third-party host rather than the registry.
Decision reason
OpenSSF Malicious Packages via OSV confirms confluence-create-content@30.0.0 as malicious (MAL-2026-15530): Malicious code in confluence-create-content (npm)