OpenSSF/OSV advisory MAL-2026-15535 confirms this npm version as malicious. package.json line 11 declares the dependency 'gridster-coords' as the bare HTTPS URL https://repo.securityctrl.com/gridster-coords instead of a registry version range. On npm install, npm fetches whatever bytes that URL serves, with no version pin and no integrity check, and executes any lifecycle scripts contained in the fetched tarball on the installer's machine...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in gridster-coords (npm)
Details
package.json line 11 declares the dependency 'gridster-coords' as the bare HTTPS URL https://repo.securityctrl.com/gridster-coords instead of a registry version range. On npm install, npm fetches whatever bytes that URL serves, with no version pin and no integrity check, and executes any lifecycle scripts contained in the fetched tarball on the installer's machine. The dependency key equals the package's own name (dependency-confusion shape), the version '45.0.0' is implausibly high for a package of this name, and the host repo.securityctrl.com is unrelated to any npm registry or documented publisher. The shipped source is otherwise an inert stub, so the manifest line is the entire delivery mechanism.
Decision reason
OpenSSF Malicious Packages via OSV confirms gridster-coords@45.0.0 as malicious (MAL-2026-15535): Malicious code in gridster-coords (npm)