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

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

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

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