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

get-deps-pathnpm

Malicious code in get-deps-path (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4571
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall get-deps-path

What this malware does

On require(), get-deps-path immediately invokes getPlugin(), which performs an HTTP fetch to https://jsonkeeper.com/b/QBRMI (an anonymous public paste host where any user can mutate content) and passes the response's model field directly to eval(). The fetched JavaScript executes in the installer's Node process with no integrity check, no version pin, and no signature verification — whoever controls the paste controls code execution on every machine that imports this module. The package additionally masquerades: package.json keywords are ['koa','middleware','compose'] and index.js is a koa-compose clone, while the package name and README advertise unrelated 'dependency install' functionality. The mismatch between the advertised purpose, the visible source code, and the embedded import-time eval-from-mutable-URL is the cover-story shape of a deliberate backdoor, not a misconfiguration.

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.0.01.0.21.4.02.0.02.3.06.5.11

Indicators of compromise (SHA-256)

57d7034a7cf96adf40cb8b52911c95780c306be35579daba6fbe4db3de899656
5ab2c326ced4705bede2d4e85b568c67cc6ca100ead58607e401c308a938e81c
65fa6f34a831aa832f9d88019ce3d0f4011701df6ab0667bd263645208c978ce
75850fa2822778f4e27ae92d867c3d4e08b0513a98a2b610bd3fc22120c946bc
a841cff65b6dbc9c997010a677b1c825eb7440504407b9eca13ebbf0ba0eb498
e9ca6350d9d7333424e442b038b6f0827180c3e495858608262d89ab82c8459e
964ca7187d345d1bb60e771f2e5135d44d6fdcb74dc3339b0e7e76134c5250bc

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

  2. If you installed it — respond

    get-deps-path 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 get-deps-path 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 get-deps-path 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. get-deps-path on npm has been identified as a malicious package (versions 1.0.0, 1.0.2, 1.4.0, 2.0.0, 2.3.0, 6.5.11 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-003387IN-MAL-2026-003372IN-MAL-2026-003340IN-MAL-2026-003350IN-MAL-2026-003368IN-MAL-2026-003378GHSA-c852-72hm-gxvf

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks get-deps-path-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

get-deps-path (npm) malicious package — MAL-2026-4571 | O3 Security