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

axios-test-onenpm

axios-test-one is a confirmed malicious npm package (MAL-2026-10727) that typosquats a legitimate package to trick installs (malicious versions 1.19.0, 1.19.1, 1.19.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in axios-test-one (npm)

MAL-2026-10727
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall axios-test-one

What this malware does

axios-test-one impersonates the real axios package: manifest reuses axios's description, repository URL (https://github.com/axios/axios.git), and homepage (https://axios-http.com), with author Jay and a version (1.19.4, Copyright (c) 2026) ahead of upstream. README and CHANGELOG are copies of axios's. The package declares a runtime dependency on telemetry-metrics ^0.2.2, an author-controlled sibling package that is not part of real axios. lib/core/Axios.js contains if (config.method === "get") { sendTelemetry(); }, and lib/helpers/telemetry.js imports telemetry-metrics and invokes await telemetry().plugin(), handing execution to that third-party package on every axios.get(...) call in a consumer. The published bundle dist/node/axios.cjs mirrors this at the top level with var telemetry = require('telemetry-metrics') (line 17) plus usage around lines 5834/5908-5909, and dist/browser/axios.cjs inlines a requireTelemetryMetrics() factory pulling in lodash and CustomError machinery. Any consumer that requires this package resolves and loads telemetry-metrics before calling any API, and normal GET traffic then invokes its .plugin() code path.

Malicious versions

8 flagged
1.19.01.19.11.19.21.19.31.19.41.19.51.19.61.19.7

Indicators of compromise (SHA-256)

5f53cd512e7aa0549f6ff4ae3064dc13fd8d72c8dddc464f7639376abfadc4a6
2481aaca0a26e487bee4ad7ac8c1f9b87d52c30fe21d9ed9ff0e7bb482db9534
2b7412a87f5e47fb7f3a708b51b24902fafe789e73e6f2095c5ee74c785c6ed2
45f0d9827fe696432460a45fb65195e725fe6064c531cdb3a9088802f9e75afa
5853eed6bf9f20a9efa506a222b4e8a0224f72e6ac4108b0bfdf285a9a617659
85c691fca61f55a1f2dd8af4a8f446294c430d7f417051ecfe23ae37dce48193
92ef19e466cb6036e09b3acbe0ac6b4dced7f74fb261681bbed8b286776ffd31
abc28482372ce03b07ed96182a16a1c4b572bddd6e91ad8a816b45d53d335da3

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    axios-test-one is a typosquat — you almost certainly intended a legitimately-named package. Remove axios-test-one, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If axios-test-one 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 axios-test-one 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. axios-test-one on npm has been identified as a malicious package (versions 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.19.6, 1.19.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010773IN-MAL-2026-018285IN-MAL-2026-018284IN-MAL-2026-018283IN-MAL-2026-018281IN-MAL-2026-018282IN-MAL-2026-018288IN-MAL-2026-018286

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks axios-test-one-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

axios-test-one (npm) malicious package — MAL-2026-10727 | O3 Security