npm

ux-metrics-client-interaction-subscriber @45.0.0

Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 8:35 AM UTC

Malicious

OSV ID

MAL-2026-15545

Ecosystem

npm

Summary

package.json line 11 declares a dependency whose key equals the package's own name (ux-metrics-client-interaction-subscriber) and whose value is a bare HTTPS URL to a non-registry host: https://repo.securityctrl.com/ux-metrics-client-interaction-subscriber. On npm install, npm fetches whatever tarball that URL returns and installs it, running any lifecycle scripts contained in it, with no version pin, no integrity hash, and no signature check. The shipped index.js is an inert stub, so the manifest itself is the entire delivery mechanism: control of repo.securityctrl.com equals code execution on the installer's machine. The self-name dependency-confusion shape (dependency key equals the package's own name, implausibly high version 45.0.0) is consistent with an attempt to win resolution against an internal package of the same name.

Source: amazon-inspector (6066e87b7b0822678d3514839bc7eba18d46ff1d034c12ea169f4c3513df132b)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.