npm

one-intuit-help-system-utils @45.0.0

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

Malicious

OSV ID

MAL-2026-15517

Ecosystem

npm

Summary

package.json declares a dependency whose key equals the package's own name ( one-intuit-help-system-utils ) and whose value is a bare HTTPS URL ( https://repo.securityctrl.com/one-intuit-help-system-utils ) rather than a registry version range. On npm install , npm resolves this URL, downloads whatever tarball bytes the host returns, and installs them — running any lifecycle scripts contained in that tarball — with no version pin, no integrity check, and no publisher verification. The shipped package content is an inert stub, so the manifest line itself is the entire published surface: the code that actually executes on installers comes from repo.securityctrl.com at install time and can change at any moment. The self-referential dependency name (dependency-confusion shape) and an implausibly high version (45.0.0) are consistent with a package designed to win resolution against an internal package of the same name.

Source: amazon-inspector (4c22e9eaa97b1ee548e6ca6ac6257ea72fed0ee92d5b54255781e62b8ae19783)

Protect your entire dependency tree

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