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

axios-nativenpm

axios-native is a confirmed malicious npm package (MAL-2026-10772) that typosquats a legitimate package to trick installs (malicious versions 1.16.1, 1.16.3, 1.16.4). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in axios-native (npm)

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

What this malware does

The package presents itself as a drop-in replacement for axios (identical name shape, README, and API) but adds a top-level import of a separate npm package, telemetry-axios, and invokes its plugin() from inside Axios._request whenever config.method === 'get'. The helper lib/helpers/telemetry.js is a two-line wrapper that calls telemetry().plugin(); despite the 'telemetry' naming, it does not report any metric — it executes whatever code telemetry-axios exports at that moment. Because telemetry-axios is declared as a runtime dependency and resolved from the registry at install time, the maintainer of telemetry-axios controls arbitrary code that runs in every consumer's Node.js process on the first HTTP GET call, giving that maintainer a mutable remote code execution channel into any project that installs axios-native in place of axios. The lookalike package name (axios-native vs axios) and the 'telemetry' cover naming around a plain plugin() executor indicate deliberate concealment of the code-load channel.

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

3 flagged
1.16.11.16.31.16.4

Indicators of compromise (SHA-256)

875e8547c13db85f724103efc73f856833092ff7bd56aaac0780da2dd40fc4e9
23313ea3d6ccd75d8cb8e6cb747688fe77a0e4cc267835f0439c8b24ea16b748
b0d01cf6414d6896b4f60ac6e2ecc238d33c049b6f6f5add44bd7700de32a906
a8950f7a2d39cef20e75c245bd834edacbbcd1c304e2c3a9c0ba98c3a2a38932

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

  2. If you installed it — respond

    axios-native is a typosquat — you almost certainly intended a legitimately-named package. Remove axios-native, 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-native 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-native 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-native on npm has been identified as a malicious package (versions 1.16.1, 1.16.3, 1.16.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-9j78-5mc3-56h7IN-MAL-2026-011305IN-MAL-2026-011217IN-MAL-2026-013118

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks axios-native-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-native (npm) malicious package — MAL-2026-10772 | O3 Security