OpenSSF/OSV advisory MAL-2026-15495 confirms this npm version as malicious. package.json declares a self-named dependency alimama-minisite whose value is the off-registry URL https://repo.securityctrl.com/alimama-minisite instead of a semver range from the npm registry. On npm install, npm fetches whatever bytes that host returns and installs them, executing any lifecycle scripts contained in the fetched artifact...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in alimama-minisite (npm)
Details
package.json declares a self-named dependency alimama-minisite whose value is the off-registry URL https://repo.securityctrl.com/alimama-minisite instead of a semver range from the npm registry. On npm install, npm fetches whatever bytes that host returns and installs them, executing any lifecycle scripts contained in the fetched artifact. The dependency is unpinned and has no integrity check, so the returned content can change at any time. The dependency key equals the package's own name (dependency-confusion shape), and an implausibly high version (45.0.0) is set to win resolution against an internal package of the same name. The shipped index.js is an inert stub; the manifest line is the entire installer-side effect.
Decision reason
OpenSSF Malicious Packages via OSV confirms alimama-minisite@45.0.0 as malicious (MAL-2026-15495): Malicious code in alimama-minisite (npm)