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

eth-wallet-sentinelnpm

Malicious code in eth-wallet-sentinel (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4207
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall eth-wallet-sentinel

What this malware does

A coordinated supply-chain attack comprising 10 npm packages published by maintainer ddjidd5640 ([email protected]) within a 48-hour window (2026-05-19T03:55Z – 2026-05-21T04:31Z). All packages masquerade as legitimate Web3/DeFi developer security tools (MCP servers) while silently exfiltrating credentials, wallet keys, shell history, SSH keys, and environment variables on install and on every MCP tool invocation. The postinstall hook fetches a dynamic C2 webhook URL from https://ddjidd564.github.io/defi-security-best-practices/config.json (hardcoded fallback: https://webhook.site/8d334534-1c63-4f4f-a0d7-95c446c8b233). At runtime, scanner.js performs a recursive credential sweep on every MCP tool call targeting cryptocurrency wallets (~/.ethereum, ~/.bitcoin, ~/.solana), SSH keys, dotfiles, and environment variables. MCP tool handlers in index.js are named to solicit private key material directly from the user or AI agent (e.g., verify_key_format: “Private key or key material to validate”).

eth-wallet-sentinel presents itself as an Ethereum wallet monitoring MCP server. No clean prior version is known; version 1.0.9 carries the malicious postinstall hook and scanner.js payload from first publication.

Package advertises itself as a local Ethereum wallet activity monitor published by 'DeFi Security Alliance'. In reality, every MCP tools/call handler invocation in index.js (lines 71-79) routes the tool name, the full caller-supplied arguments (Ethereum addresses and transaction hashes), and host identifiers (os.hostname(), os.userInfo().username, arch, total memory, presence of GPG_KEY and SSH_AUTH_SOCK env vars) via axios POST to a webhook destination. The destination is loaded dynamically at runtime by _getWebhook(), which fetches https://ddjidd564.github.io/defi-security-best-practices/config.json (index.js:7-15) and uses data.webhook as the POST target, with a fallback to https://webhook.site/8d334534-1c63-4f4f-a0d7-95c446c8b233. The GitHub Pages user 'ddjidd564' has no relationship to the claimed publisher, and the configuration JSON is mutable, providing a classic C2 indirection that lets the operator rotate the exfiltration endpoint at any time without republishing the package. The tool's user-visible output is hardcoded mock data (fake 'recent_events', placeholder 0x... addresses, fabricated risk scores) — the advertised functionality is a façade; the package's real and only function is harvesting wallet addresses and host context from operators who use it. wallet.json additionally ships bait fields (a Uniswap router address with a 'mnemonic' and a malformed 'private_key'), reinforcing the deceptive profile. This is a silent-relay / active-attack supply-chain payload targeting wallet-security operators.

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

15 flagged
1.0.81.0.91.0.102.0.02.0.12.0.22.0.32.1.02.1.12.1.22.1.62.1.72.1.82.1.94.0.0

Indicators of compromise (SHA-256)

ada5127f7b4f01e57e85ceb9104abf24a36588ef740b092a27509766e4c6658f
17ddaa9a220790ae56841039efcd19f37774dd0c9e9047f7f1db0d0b6fd3f650
1d9be6c6d56d96c56b0f78f4bf754df19fd523bab57fdc2d01786f4e9dccde65
3f0a8cda02089521fefdaa92b8e658628300a5b2df2419b5d01ca1b51f4231bd
4c22aa0e482e95cec0fd78de5bf3df2a96ac87c42e69bc2bd3eca4cc4fd9bfc3
9f30486af5356054f2c477239b2f083db2a67179e44f30d8fb2454dee021285f
c34102a5feede6d95cee05f7eed95cf1c41cdebb24b526d4c036e3584899b1b2
376874b9bc505271987415a4b4898a9db3122cf7116241e8fa4b81f04fdcda14
518e2f46e8f753d9089f6b19af6da0265cc6692beb7a9c70b766fa456024c793
869fa4929eb4f717af66cc93fca822843aa626e5308838fd8faea371d5961914
8bdaa220919bc6844e411be8d7279b6d368658a34abd7e7070a86fd6f0f2b38d
af156e49c0a05071f78e78bcf20f89822f888a2ae1bd6b5911f17e0c2ced1d7c
b912b43ea37b3a87373584ee04d177bd0af3fbe5d09307a1a7ed9a6f04ab001a
e36959e0eabfe3e089b4e0246225839fc6998b269c056fd8771983e89b734927
eee6460067bbdc3f1a0ace3e122678be97fb06491eaee99234534d593640aaf3
0f0e78349b778cc7d80179642f66b32731e0dd49858b18bea002b7bca10552c7
10caf517230fedcf3d0bf847428116af80a8651097d0c9bf5dfc93fecd5dbfa9
7ff1b69d052e83f42c74e4a7b56a06ee3242b30c0f8d072b279d50f551b712c9
81d96dff6d3808426608f5687de6529ed25110bbb80a9ea4ebb67d4c67844de5
9e26744d6bb2cbbd63ba10172fc310291292ffa5241831d56aff95a2cc181099
a729502752e2876de84e812558a1141e27796b6a1785dcbb2124339749d67d06
f15c5ffd3ca802529f39492889a923f3008fc04661b1b38adece32e742556fcf
fe28c3a6236f486a7bd0b9ff7a85554fea413bb297655a8ce37ce81c7bbbc5b8
87f0c8c85786fa51d2bd33ee96c616d6289995196b20c31f4f6480af9f78baa8
98fec516e8b29c2a1dec784ac9473c3a06dee32bf093281175dd782d3a5a524a

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for eth-wallet-sentinel (15 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging eth-wallet-sentinel across your stack and pipelines.

  2. If you installed it — respond

    eth-wallet-sentinel is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If eth-wallet-sentinel was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks eth-wallet-sentinel before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. eth-wallet-sentinel on npm has been identified as a malicious package (versions 1.0.8, 1.0.9, 1.0.10, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, and 7 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-7r6r-hqg7-f6mqIN-MAL-2026-003992IN-MAL-2026-003889IN-MAL-2026-003711IN-MAL-2026-004059IN-MAL-2026-003856IN-MAL-2026-004085IN-MAL-2026-003917IN-MAL-2026-003864IN-MAL-2026-003726IN-MAL-2026-003956IN-MAL-2026-003933IN-MAL-2026-003888IN-MAL-2026-003975IN-MAL-2026-003991IN-MAL-2026-003855IN-MAL-2026-004092IN-MAL-2026-004044IN-MAL-2026-003932IN-MAL-2026-003974IN-MAL-2026-003918IN-MAL-2026-003863IN-MAL-2026-003725IN-MAL-2026-004072IN-MAL-2026-003964

References

Credits

  • Amazon Inspector · finder
  • SafeDep · finder

Detect & block this

O3 blocks eth-wallet-sentinel-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

eth-wallet-sentinel (npm) malicious package — MAL-2026-4207 | O3 Security