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

pathfixnpm

Malicious code in pathfix (npm) Remove it immediately and rotate any exposed credentials.

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

What this malware does

On require('pathfix'), index.js auto-invokes initPlugin(), which performs an HTTP GET to https://jsonkeeper.com/b/T1SVX, parses the response as JSON, and passes the cookie field to new Function.constructor('require',...) and immediately invokes the resulting function with the package's own require. This grants the attacker-mutable jsonkeeper paste full Node.js privileges (filesystem, child_process, network) on the installer's machine the moment the package is loaded. The package metadata describes itself as 'Stylus porting of normalize.css' and declares unrelated dependencies (express, sqlite3, axios, request); only request is actually used, and only to fetch the remote payload — a cover-story / trojan pattern. Anyone who installs and requires this package executes whatever code the attacker has placed at that paste URL at that moment.

Malicious versions

1 flagged
3.0.10

Indicators of compromise (SHA-256)

44585f45909a087f0880fc714e7fdc0977285884ea381e29c7b450ae7d5c2683

Frequently asked questions

No. pathfix on npm has been identified as a malicious package (version 3.0.10 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006876

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
pathfix (npm) malicious package — MAL-2026-5989 | O3 Security