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

jextic-eclibnpm

Malicious code in jextic-eclib (npm) Remove it immediately and rotate any exposed credentials.

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

What this malware does

On npm install, the package's postinstall hook (postinstall.js) requires index.js, whose top-level scanAndExfiltrate() call walks the installer's working directory and parent directories for sensitive files (.env,.aws/credentials,.ssh/id_rsa,.npmrc,.netrc,.git-credentials, service-account.json, and similar) and POSTs their contents via execSync('curl...') to a hardcoded Discord webhook. The webhook URL is split into two base64-encoded chunks (aHR0cHM6Ly9kaXNjb3JkLmNvbS9hcGkvd2ViaG9va3Mv plus a base64-encoded webhook ID/token) and reassembled at runtime to evade simple string scanners. The combination of installer-secret enumeration, hardcoded attacker-controlled exfil endpoint, base64 obfuscation, and unconditional execution under the postinstall lifecycle hook is a textbook supply-chain credential-theft attack.

Malicious versions

1 flagged
1.0.0

Indicators of compromise (SHA-256)

13a6476409b9cb9296b7f778be375081c8ad12b030658351092e9fef90f4b707

Frequently asked questions

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

Campaign

IN-MAL-2026-006230

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
jextic-eclib (npm) malicious package — MAL-2026-5712 | O3 Security