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

npmjs_web3-utilnpm

Malicious code in npmjs_web3-util (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-3768
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall npmjs_web3-util

What this malware does

The package's postinstall lifecycle hook downloads a script from a personal GitHub Gist (gist.githubusercontent.com/guellemilb/631fb6348967d9d475125edf67048c0e/raw/build_utils.py) via curl/wget and pipes the response to python3, node, and eval — with fallback chains across all three interpreters. The Gist URL is mutable (the gist owner can change the served content at any time without any package republish), is unrelated to the package's advertised publisher, performs no hash or signature verification on the fetched bytes, and runs unconditionally on every npm install. The package otherwise provides no functionality: index.js is module.exports = {}; despite the package describing itself as "Utilities for Web3/web3 development" — the dropper is the package's only effect. The name (npmjs_web3-util) and web3-themed keywords appear crafted to attract developers searching for web3 utility packages, making this a typosquat-style lure whose payload is the remote-fetch-and-execute chain.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

1 flagged
1.0.0

Indicators of compromise (SHA-256)

263a0126b20b1d58bc0528a4b7bea19027b94383e00b5b9f03b712d96be89ca7
d3c0cd1a1716cccac34dbc67b699361e42946acfab12003fb1af5bb75699439b

Frequently asked questions

No. npmjs_web3-util 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-002672GHSA-qjvc-v9v6-xh96

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
npmjs_web3-util (npm) malicious package — MAL-2026-3768 | O3 Security