Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Part of a larger attack: @ornikar published 42 malicious packages. See the full campaign →
Malicious package

@ornikar/eslint-config-babel-usenpm

@ornikar/eslint-config-babel-use is a confirmed malicious npm package (MAL-2026-11747) that steals credentials and exfiltrates sensitive data (malicious versions 13.2.1, 13.2.2, 13.2.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/eslint-config-babel-use (npm)

MAL-2026-11747
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @ornikar/eslint-config-babel-use

What this malware does

npm/@ornikar/eslint-config-babel-use is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 (the "Shai-Hulud: Here We Go Again" wave) — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed version(s) were trojanized and republished by the worm after it reached an npm publish token belonging to a maintainer in this namespace; the payload enumerates every package a stolen token controls and republishes each with the same hook, so many packages under this scope were poisoned in the same short window. Every poisoned release adds a preinstall hook ("preinstall": "node setup.mjs") that runs on a bare npm install, before any project code. setup.mjs downloads a standalone Bun runtime and runs a byte-identical, heavily obfuscated ~728 KB second-stage credential stealer (shipped as Math_Symbol.js / math_init.js). It harvests GitHub, npm, AWS, GCP, Azure, HashiCorp Vault and Kubernetes credentials plus generic secrets and private keys (TruffleHog-style sweep), reads CI/CD secrets and identifies build runners, then republishes further packages the stolen token can reach. Rather than a fixed command-and-control host, it exfiltrates stolen findings to attacker-created GitHub repositories (descriptions reading "Shai-Hulud: Here We Go Again") and over DNS. Treat any environment that installed an affected version (with install scripts enabled) as compromised: rotate and revoke all reachable credentials (npm and GitHub tokens, cloud keys, Vault/Kubernetes secrets, and CI org/repo secrets). Part of the August 2026 npm worm that poisoned 400+ packages across many organizations.

The package declares a preinstall hook node setup.mjs. setup.mjs downloads the Bun runtime binary from https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/ for the installer's platform/arch, extracts it to a temp directory, marks it executable, and invokes it against a bundled ~727KB file math_init.js. math_init.js is a heavily obfuscated bundle (obfuscator.io-style rotated string-array decoder, numeric opcode tables, hex-mangled identifiers, // @bun @bun-cjs header) whose contents cannot be inspected without executing the loader. The package's declared purpose is an eslint configuration; index.js contains a plain eslint config export consistent with prior legitimate versions, and the CHANGELOG stops at 13.2.0 with no mention of a native runtime, Bun, or math_init.js. An eslint-config has no legitimate need for a second language runtime, an obfuscated payload, or a preinstall script. The dropper runs automatically on npm install with the installer's privileges, and executing the payload under a freshly downloaded Bun binary evades Node-based inspection. The shape is consistent with a hijacked or namespace-takeover republish of a previously legitimate package.

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

12 flagged
13.2.113.2.213.2.313.2.413.2.513.2.613.2.713.2.813.2.913.2.1013.2.1113.2.12

Indicators of compromise (SHA-256)

83c5e09bbe6fd5f1d53bbb370e7f2624e7153aa8e81996ce1994eb3e9b138625
313d356b3a6d6f2005d0aa6d9ffc574adc488131edb53d8a34ca85e79d2d465b
3260d97a7648d2d567259b7528ffaf7063d1d75b64f4c5823ddecd192b7754b2
948e2b7a3c3e8a7c6e246c306366cedfedd70214822aca13b0286246742223f8
099d1ff87cec47f2b22cc938b62e61ff59b9e252b94ebf7544f739478100fd36
175aef1f5216b69ae7495d6258a974f2626510b07a4e2bb44d0afe8e3cdf5649
4f50585a36aae15f8c6338090b19ed7cd3735aa067b20c14bee5c200396d36f5
7959af52d9c6402ef0e4ae2020f2fc999c0568f71e70c3b72144c9fa0546b241
ab346d9b9bf3e7c333f7ae2c8a6b2d78c30ae2fa003e9369a789f738438cbf32
c220e2bfce0b2caf467d25ad791cdca421d04fab9ac129c3791424886456d710
c5aafc42bf64ae5ef6ab5bf1a421a585bf7e56f74abfe6c93cee634a9e80343c
c9955b85bde30803bacf36792ee52b6407bfc2e1949af4b60f45d45e9d43d657
faffa8dfe44837f19d18207d25d7e8c1618ce98e81efd283076358dec3d31ca8

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @ornikar/eslint-config-babel-use (12 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @ornikar/eslint-config-babel-use across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/eslint-config-babel-use is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @ornikar/eslint-config-babel-use 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 @ornikar/eslint-config-babel-use 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. @ornikar/eslint-config-babel-use on npm has been identified as a malicious package (versions 13.2.1, 13.2.2, 13.2.3, 13.2.4, 13.2.5, 13.2.6, 13.2.7, 13.2.8, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-5jmp-8jw6-gwf5IN-MAL-2026-011392IN-MAL-2026-011387IN-MAL-2026-011375IN-MAL-2026-011599IN-MAL-2026-011559IN-MAL-2026-011560IN-MAL-2026-011664IN-MAL-2026-011563IN-MAL-2026-011562IN-MAL-2026-011785IN-MAL-2026-011693IN-MAL-2026-011808

References

Credits

  • Aikido Security · finder
  • Amazon Inspector · finder
  • SafeDep · finder
  • Socket Threat Research Team · finder

Detect & block this

O3 blocks @ornikar/eslint-config-babel-use-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

@ornikar/eslint-config-babel-use (npm) malicious package — MAL-2026-11747 | O3 Security