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

multi-acctnpm

multi-acct is a confirmed malicious npm package (MAL-2026-13371) that executes malicious code on install (malicious versions 1.0.0, 2.0.999, 2.1.999…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in multi-acct (npm)

MAL-2026-13371
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall multi-acct

What this malware does

[email protected] is a near-empty wrapper (index.js is a two-line stub returning name/version literals; author is the generic 'Package Registry' and repository.url points at an example.com-style placeholder). Its sole functional dependency, vector-cursor-stream-engine, is not resolved from the npm registry but from a hardcoded third-party HTTPS URL, https://artifacts.yosiroute.com/npm/vector-cursor-stream-engine, and the shrinkwrap marks that dependency as hasInstallScript:true. On npm install, npm downloads the tarball from artifacts.yosiroute.com and executes its lifecycle scripts, so whoever controls that host gets arbitrary code execution on the installer's machine. The URL is unpinned and carries no integrity hash, so the delivered bytes can change at any time. The wrapper shape (placeholder metadata, trivial main, single off-registry dependency with install scripts) matches a dependency-confusion / lure package whose real payload is delivered through the fetched sub-tarball.

Malicious versions

10 flagged
1.0.02.0.9992.1.9992.999.9993.0.9993.1.03.999.9994.0.04.999.99999.99.99

Indicators of compromise (SHA-256)

395e9271172eea5db15a1090043ee564ad6b8564fb9e267faff883ac3c6af125
537efbfe863db4505906ce7ce76969cc2fdb0bf36bb288252e74c8627afb3ab6
5cbd22202d671c96709714882629ae437c40992e4f27cc91e954330f724c0027
60d77744c7151848ebfbf3477444411e658c18d995d95baf576716b1eac7f694
c40d14e8ea1304684bdac199e92e1dde7c33871d8afd392c786dbb5eb015d359
53a69278502ffc07c6c585ed448b72da7de25d2d658f07d2b2f70351c500be68
716d679584225db14fb18102e7050dd6b2456f98e724e12edbe06bb12e221478
8fc75b689b3d35e796e0c6dd3740c9a838e56ae0767b3c84123b684d70a9e1ed
92458ab2b15c2634dfd809251eaa9ad2964ca323b79ad27387eeadb1fc6e9b1e
b6cefd676a14a09191eeb1883554f337fc43d09cd2ec47e6257c091e8460d475

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove multi-acct from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If multi-acct 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 multi-acct 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. multi-acct on npm has been identified as a malicious package (versions 1.0.0, 2.0.999, 2.1.999, 2.999.999, 3.0.999, 3.1.0, 3.999.999, 4.0.0, and 2 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-015867IN-MAL-2026-015863IN-MAL-2026-015865IN-MAL-2026-015860IN-MAL-2026-015862IN-MAL-2026-015866IN-MAL-2026-015858IN-MAL-2026-015859IN-MAL-2026-015864IN-MAL-2026-015861

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks multi-acct-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.

Explore

multi-acct (npm) malicious package — MAL-2026-13371 | O3 Security