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

@izumiswap/sdknpm

Malicious code in @izumiswap/sdk (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4396
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @izumiswap/sdk

What this malware does

On npm install, scripts/postinstall.js runs as the preinstall/postinstall lifecycle hook and performs an unambiguous install-time RCE. It first collects installer-identifying metadata (process.platform, os.arch(), os.hostname(), os.userInfo().username, process.version, process.cwd()), base64-encodes it, and sends it as a query parameter to a hardcoded bare IP over plain HTTP (http://213.218.160.189:8080/s?q=<base64>). The destination URL is obfuscated via char-code array decoding ([104,116,116,112,58,...].map(c=>String.fromCharCode(c)).join('')) to evade static review. The HTTP response body is written to a file under the npm cache directory (~/.npm-cache/v-<ts>.js) and executed with spawn(process.execPath, [_f], { detached: true }), then deleted 60 seconds later to remove forensic evidence. The destination IP has no relationship to the package's claimed izumi.finance publisher; there is no TLS, no integrity check, and no version pinning. The package name @izumiswap/sdk also impersonates the legitimate iZiSwap SDK (iziswap-sdk from izumiFinance), targeting developers searching for the real SDK. Any installer running npm install @izumiswap/sdk executes attacker-controlled JavaScript with the full environment of the installing user.

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

4 flagged
3.0.33.0.43.0.53.0.6

Indicators of compromise (SHA-256)

63bd0a7aaa4ac18d8ae0c57c07bec05cb4f69e8650e77c117d11c048e5cec004
7d47c4739211fadbeeda6e310827742586324cc0aa0ca9fec63eab52ea3cd793
9484a372eef8fa7640d1b3d6cf298366ff5306a46aea3526a8c5f9af1df523c5
bfe6dfe841c1d0cc615a5d93d813cb3a64edb47075ab36a65186d90a71281eb6
7c5c64e8ef10bc0dd5e58da79a51baba0cdc5fb426f4e7e786fe4e0988777504

Detection & response playbook

Destructive / sabotage
  1. Find it

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

  2. If you installed it — respond

    @izumiswap/sdk carries a destructive/sabotage payload. Remove it immediately, restore any affected data from clean backups, and verify integrity of build outputs that may have been tampered with.

  3. Did it already run?

    If @izumiswap/sdk 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 @izumiswap/sdk 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. @izumiswap/sdk on npm has been identified as a malicious package (versions 3.0.3, 3.0.4, 3.0.5, 3.0.6 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004771IN-MAL-2026-004772IN-MAL-2026-004773GHSA-q782-j24w-vv68IN-MAL-2026-004900

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @izumiswap/sdk-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.