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

autotel-terminalnpm

autotel-terminal is a confirmed malicious npm package (MAL-2026-5186) that steals credentials and exfiltrates sensitive data (malicious versions 2.1.1, 3.0.1, 4.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in autotel-terminal (npm)

MAL-2026-5186
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall autotel-terminal

What this malware does

The package ships a bundled CLI (dist/cli.cjs and dist/cli.js) in which base64 decoding primitives (Buffer.from(..., 'base64').toString(...)) co-occur with network primitives (multiple POST call sites) and a 'ping' string in the same file. The individual primitives are consistent with a variety of legitimate CLI behaviors (HTTP client, telemetry, readiness probes, encoded configuration decoding) and are not, on their own, evidence of exfiltration or remote code execution. No specific installer-side secret read (env scraping, ~/.aws, ~/.ssh, ~/.npmrc, browser profile, wallet store) is tied to a specific attacker-controlled destination in the observed evidence, no lifecycle script (preinstall/install/postinstall) is shown invoking the flagged code, and no hardcoded non-first-party C2 host is named. The bundled/minified form limits inspectability and warrants human review before trusting the CLI, but the traced evidence does not establish an installer-side attacker benefit.

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.

The Miasma malware is a self-propagating worm that spreads across the npm registry by abusing weaponized binding.gyp files to achieve execution during package installation, bypassing security tools that only inspect package lifecycle scripts. Upon execution, the malware attempts to exfiltrate credentials and OIDC tokens for various cloud and registry services, and propagates by compromising other packages managed by the stolen accounts or committing backdoor files to GitHub repositories.

Malicious versions

45 flagged
2.1.13.0.14.0.25.0.16.0.37.0.18.0.19.0.110.0.211.0.112.0.113.0.114.0.115.0.216.0.217.0.1018.0.419.0.820.0.221.0.122.0.022.0.122.0.223.0.023.0.123.0.223.0.324.0.025.0.026.0.027.0.027.0.128.0.029.0.029.0.129.0.229.0.329.0.429.0.530.0.031.0.032.0.033.0.034.0.034.0.1

Indicators of compromise (SHA-256)

eecd710c08cdc339632aae89ee93e200267cea1c34d6b429ca9202265480842f
a6c7977dbc054cdb7fe56da0d2fbd26e2a6fed695deb4263ccbf4adfedd86acb
3d7a422e9032f59bbbfd5d713cb56182e896472448c6de59532c9fb36fa0dc68
47ab3c608b6bea332dc57224c5929d54d923655f3bd225ff30e25c3406b8a9a5
7a90f9f5eff523446aa3ca030557804f1c078165f5dd203b2110d0e85840440f
9cf1627bcde255ee5dcff446111778ef59d6dc26a7c897fbe80ce82d8987000b
9c9571f78e55292111f8196ce8f01001848201695c4f397b134cd385c5c0554b
35db0b8f8d3aa73f0bad5175117cc70620b7a520d6446e6824d4b75428485ae6
9e1fa4fedaba2c4ddc33a84a0bcb65b3fd1acd0fa28a0a06570a31c584c5044b
d2f9f0f77a96753865c333a4b5583e5e6e1cf9904bffc1634d326764684f1e10
e807c0ae99b61a56348c1c4ff46cef90a0d906fd5e58220a45668870646a0cea
ed540529414ca9c8b3216539ebef1c28424742ef9bfb451ec1e44f168f56b169
febe2d5fdf4b0ed2b7febd0efb01d335129562819ce015721c2427542164b35e
0fc045889237129e2c92d845079bdff14e051d57aeac5a23446013f5fd0cdedb
47ea91b81407d5a68765aaa31a030d4bd6cbed38d13a4ebda0c3f4ea0c2655d3
5082edfbd742bafd8c5637d876247aa8151b1501e89c635602bdf9bfdaeab1f3
f21209e438c1e0985aef5d7224b93c395d85ad57028a8826b28688183ba2d7bb
eeb0471bf2351caf01147307d82cc3f835d583f3becae44db4f476f32e6e21b2
6dc8db6b483617ef0a4e924126b1bc3214501f8fe9a6358d2746e869221e1dd7
49899c545b0d4535885123c5d0bd0ba8804da194fc196e950fbf813518ff08a8
a7867a9bb19a16e299d693e7d4747bf4b86c535a4411ba9d98e12837c3c62546
edcd130db97689be65d65de1dc7d967f34b09dc0a18d4340aee7cede6ce38cc9
f7398c74f2a10a8c5d7f953461a9b4994ae64ce7455b7f6402f3db7ae72ceb58
1781f150a9e3c03bf1447cce7774d98231635bf5543a298a41c3a11815dbd19a
188f8f46c12a4db716fcb56b39b5d34b21359d3264a9dc4b278790852306b273

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 autotel-terminal (45 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging autotel-terminal across your stack and pipelines.

  2. If you installed it — respond

    autotel-terminal 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 autotel-terminal 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 autotel-terminal 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. autotel-terminal on npm has been identified as a malicious package (versions 2.1.1, 3.0.1, 4.0.2, 5.0.1, 6.0.3, 7.0.1, 8.0.1, 9.0.1, and 37 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-cw9v-v9rh-r449IN-MAL-2026-008672IN-MAL-2026-008682IN-MAL-2026-008681IN-MAL-2026-008686IN-MAL-2026-008741IN-MAL-2026-009450IN-MAL-2026-009526IN-MAL-2026-009520IN-MAL-2026-009514IN-MAL-2026-009512IN-MAL-2026-009524IN-MAL-2026-009513IN-MAL-2026-009517IN-MAL-2026-009515IN-MAL-2026-009821IN-MAL-2026-009823IN-MAL-2026-010426IN-MAL-2026-012995IN-MAL-2026-012948IN-MAL-2026-013054IN-MAL-2026-013084IN-MAL-2026-012999IN-MAL-2026-013013

References

Credits

  • Amazon Inspector · finder

Detect & block this

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

Explore

autotel-terminal (npm) malicious package — MAL-2026-5186 | O3 Security