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-confignpm

@ornikar/eslint-config is a confirmed malicious npm package (MAL-2026-11745) that steals credentials and exfiltrates sensitive data (malicious versions 24.0.1, 24.0.2, 24.0.3…). Do not install it — remove it immediately and rotate any exposed credentials.

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

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

What this malware does

npm/@ornikar/eslint-config 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) that automatically executes on npm install. setup.mjs is itself obfuscated with _0x-style hex variable names and string-property dictionaries characteristic of obfuscator.io output. At install time it detects the host platform and libc (including musl/Alpine), downloads the Bun runtime as a zip from https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/, extracts it via unzip/PowerShell/inline ZIP reader, chmods the binary 0o755, and invokes it against a package-local math_init.js. math_init.js is a 727KB heavily obfuscated @bun @bun-cjs bundle using rotated string-array packing (WV8StW shift function, large mixed numeric/string constant tables) with no documented source or purpose. The package advertises itself as an ESLint configuration, a role that has no legitimate need for a second language runtime or an opaque bundled payload. The combination of an obfuscated lifecycle script, install-time fetch of an alternate runtime, and automatic execution of an obfuscated bundle unrelated to the declared purpose is the alternate-runtime dropper pattern, resulting in arbitrary code execution on the installer's machine on npm install.

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
24.0.124.0.224.0.324.0.424.0.524.0.624.0.724.0.824.0.924.0.1024.0.1124.0.12

Indicators of compromise (SHA-256)

b9cc90b3e5bfd5e34c38ae69ce520904b25b8aa6d1fce70f68f45e4c00a0fe83
dfb02ae098e8d84f046027d391f8b716d1e8cbc81b4be6975f70b2e419daa715
edad314fda2434ff0aeab4877c4844ee9439a602468bdabe79eb22ba9638b520
f726c2094ed3adef6bd5713742c727ffca8984ab8759bbe4e8318ad35def7be7
264b7cfbb7c96b333b5d72d64ae2f8cfaf6301a4cc5e6e144c6f8d15350f9c3c
298507a0cd84813dc1d59bcf6e3c4e4daa356d0a719a389b1b72ac829602dfd6
3a89da47df7f0e09952991ffd398447673fb1b22f0ea15ce0fe0328a0b6d343a
6ba2bbb11f728b140bbd91c54a2c70a6809fda2118e8167bcc938cd533d1660b
e021444b57a6b68b1e9be1b0fc1ee727bff87b008b7f57252ab8f0403d4fd994
13dc4b021f702a11ff5c9c1026f2106bd9a4b60ccf829fcd38bad5556df2ea94
57ec5a636b3d85723b7d80f17afb7db10000b0339d5e7689de16cc59079c47c6
91bc9e5ba93ea081ba5b00c92bd84ee86884bcbdfecaf134417d8e5768cf6a3a
dc2924a68d73fdf5b6b7154910c1d9d5091b20d189e2b7e17559624624ce9bd3

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 (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 across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/eslint-config 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 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 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 on npm has been identified as a malicious package (versions 24.0.1, 24.0.2, 24.0.3, 24.0.4, 24.0.5, 24.0.6, 24.0.7, 24.0.8, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-7qcp-pxw2-878vIN-MAL-2026-011843IN-MAL-2026-011766IN-MAL-2026-011674IN-MAL-2026-011842IN-MAL-2026-011710IN-MAL-2026-011848IN-MAL-2026-011769IN-MAL-2026-011675IN-MAL-2026-011841IN-MAL-2026-011763IN-MAL-2026-011555IN-MAL-2026-011673

References

Credits

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

Detect & block this

O3 blocks @ornikar/eslint-config-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 (npm) malicious package — MAL-2026-11745 | O3 Security