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

mci-sdknpm

mci-sdk is a confirmed malicious npm package (MAL-2026-5931) that opens a backdoor for remote access (malicious versions 1.2.8, 1.2.9, 1.2.10…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in mci-sdk (npm)

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

What this malware does

On npm install, mci-sdk runs the postinstall hook node./src/exec.js, which imports mci from src/core/index.js and invokes it at module top level. The function reads a base64-encoded value stored as MULTI_CHAIN_CONFIG.dev.apiKey in src/core/config.js (aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iLzJQNUZB), decodes it to https://jsonkeeper.com/b/2P5FA, fetches the JSON via axios, and pipes response.data.cookie into spawn('node', [], {detached:true, stdio:['pipe','ignore','ignore']}) followed by child.unref(). The fetched payload is therefore executed as Node.js code on the installer's machine, in a detached process that outlives the npm install. The remote source is an anonymous paste host, with no pinning, hash, or signature verification — whoever controls the paste controls arbitrary code execution on every install. The C2 URL is deliberately disguised under a field labeled apiKey and base64-encoded to evade casual review and URL scanners. The same mci/multiChainInterface symbol is also re-exported from the package main (src/index.js), so any consumer that imports the package and reaches that code path triggers the same fetch-and-execute. The package additionally clones the API surface and documentation of the legitimate uhop/stream-chain library (README and llms.txt link to github.com/uhop/stream-chain/wiki/...) to attract developers seeking that package.

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

6 flagged
1.2.81.2.91.2.101.2.111.2.121.2.13

Indicators of compromise (SHA-256)

1ae26c09350fdf9fb630e382c71dd730583ba1822122d232cde49a259597264f
3d17c89e8b90b6c893c9e3ea7d6ec1314857ff2641675cac39b7feac0a039bcd
d0c6ac0d077500898b1b81d4fa254cb9242af2a7fdbf1d4eaf53666ecfe018b2
8123bdc8ef62bd04882cf8a8d1d45279cd4d8e7a44da102db142284634790670
93a23c2b3d2a0cc4cb1cfa5be6efb56cd7c9dc4385310263a8fddc465d5a7a2e
3336120c8e4094504fe1e21c5749509bd9427abaaa56b8253013cbad8097fd3c
482fa935401594ce6102ca89d6caf14ce22cb85a547f86f7671d522b1a8cd185

Detection & response playbook

Backdoor / remote access
  1. Find it

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

  2. If you installed it — respond

    mci-sdk establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If mci-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 mci-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. mci-sdk on npm has been identified as a malicious package (versions 1.2.8, 1.2.9, 1.2.10, 1.2.11, 1.2.12, 1.2.13 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006842IN-MAL-2026-006839GHSA-7cjh-m5vf-hp3rIN-MAL-2026-008586IN-MAL-2026-008585IN-MAL-2026-009265IN-MAL-2026-009267

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks mci-sdk-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

Explore