OpenSSF/OSV advisory MAL-2026-15528 confirms this npm version as malicious. package.json declares a dependency whose key equals the package's own name (`axis-datagrid`) and whose source is the bare HTTPS URL `https://repo.securityctrl.com/axis-datagrid` instead of a registry version range. On `npm install`, npm fetches whatever bytes that URL returns and installs them, running any lifecycle scripts they contain, with no version pin and no integrity check. The shipped index.js is an inert...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in axis-datagrid (npm)
Details
package.json declares a dependency whose key equals the package's own name (`axis-datagrid`) and whose source is the bare HTTPS URL `https://repo.securityctrl.com/axis-datagrid` instead of a registry version range. On `npm install`, npm fetches whatever bytes that URL returns and installs them, running any lifecycle scripts they contain, with no version pin and no integrity check. The shipped index.js is an inert stub, so the manifest itself is the entire install-time payload: whoever controls repo.securityctrl.com controls code executed on the installer's machine. The self-referential dependency name (dependency-confusion shape) and an implausibly high version (45.0.0) for a package whose actual code is a placeholder are consistent with a package designed to win resolution against an internal name and pull code from an off-registry host.
Decision reason
OpenSSF Malicious Packages via OSV confirms axis-datagrid@45.0.0 as malicious (MAL-2026-15528): Malicious code in axis-datagrid (npm)