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

token-prices-cronnpm

Malicious code in token-prices-cron (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5782
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall token-prices-cron

What this malware does

On npm install, the preinstall lifecycle script in postinstall.js enumerates process.env, filters keys matching a broad credential regex (key|secret|token|pass|private|ssh|deploy|auth|api|rpc|wallet|sentry|docker|graph|slack|host), and bundles them with hostname, username, cwd, and npm registry/prefix metadata. The collected payload is POSTed over the network to a hardcoded bare IP at 185.130.46.35:8443 — no domain, no TLS verification context, no documented purpose. The package itself is a hollow shell: index.js is module.exports = {}, the description is 'Internal package', and the version is 999.0.0 — the canonical dependency-confusion shape designed to win resolution against a private-registry package of the same name and trigger the credential harvester on corporate build machines. A source comment confirms intent ('Exfil CI environment variables on install').

Malicious versions

1 flagged
999.0.0

Indicators of compromise (SHA-256)

10adc862166a2dbaf26f3dc56b4c1dfa0fd45e625f713380564d0b18fb07088d

Frequently asked questions

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

Campaign

IN-MAL-2026-006488

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
token-prices-cron (npm) malicious package — MAL-2026-5782 | O3 Security