OpenSSF/OSV advisory MAL-2026-15500 confirms this npm version as malicious. package.json line 11 declares a dependency whose source is the bare HTTPS URL https://repo.securityctrl.com/framework-zero instead of a registry version range. On npm install this URL is fetched and installed, running any lifecycle scripts in the returned tarball, with no version pin and no integrity check...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in framework-zero (npm)
Details
package.json line 11 declares a dependency whose source is the bare HTTPS URL https://repo.securityctrl.com/framework-zero instead of a registry version range. On npm install this URL is fetched and installed, running any lifecycle scripts in the returned tarball, with no version pin and no integrity check. The dependency key equals the package's own name (framework-zero), a dependency-confusion shape where the manifest itself is the delivery mechanism, and the pinned version 45.0.0 is implausibly high for the name — consistent with a resolution-winning squat against an internal package. The host repo.securityctrl.com is unrelated to any npm registry and can serve arbitrary content that changes at any time after publish.
Decision reason
OpenSSF Malicious Packages via OSV confirms framework-zero@45.0.0 as malicious (MAL-2026-15500): Malicious code in framework-zero (npm)