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

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

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

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

What this malware does

npm/@ornikar/eslint-config-node 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.

This version of the package, advertised as an ESLint configuration, ships a preinstall hook (scripts.preinstall: "node setup.mjs") that downloads the Bun runtime from the oven-sh/bun GitHub release archive (bun-v1.3.13) into a temporary directory, chmods the binary executable, and then invokes it to execute a bundled, heavily obfuscated 727KB JavaScript payload shipped in the tarball as math_init.js. The payload uses string-array rotation (WV8StW), a 1000+ entry numeric-index string array (n7gIxM), and identifier mangling (_0xNNNNNN); it carries a @bun @bun-cjs banner indicating it is bundled specifically to run under the freshly downloaded Bun runtime, bypassing Node-level static and runtime observation. The rest of the package (index.js) is the small ESLint config consistent with the advertised name, so the dropper is wholly unrelated to the declared purpose. Behavior fires automatically on npm install. The delta between the advertised purpose (an ESLint config) and the shipped runtime-download + obfuscated-payload behavior is consistent with a compromised release of the @ornikar/* scope rather than an authentic maintainer publish.

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

10 flagged
12.2.112.2.212.2.312.2.412.2.512.2.612.2.712.2.812.2.912.2.10

Indicators of compromise (SHA-256)

02adfcf4cc27c5932d81b3a5a7b7d67dcba580fcb529b1c524172c3e597c2953
e8c68ba0d4084dc97826e00fe5b1db53a1e8e2b2e8f683d603d047f4c522dc2c
46b309bd4e4b44462c0d9fe930ae7813d4d9f2190cd0e49338910d0655976df2
515fe0541551e1ff116645002c0921dcaf530a1394347560c4cd2261ec9eb64a
772cfea10490beb0e5799ac596178bb22ced0a3f2178c7c6df981b8c69e4bb60
fed6ca0be97553f5cc90f8c36394c1d28f1334376d302fd44310e5327f863c4a
1496473b0450083760c5797e402b3bc8486d980ae858abd302c3b267b43d1b35
3f3d586b3002a32ca65eac7694319cd3e868aede3969b6af659406abfc418679
504be4f6c1dc1625c4f74a4800d5c9060c1ceac89038f2b4421c3c47e1ee2a97
d4b02c8762a605e5cacb716c99717e149530b774519f336af928587124feafdd
192e559c99073a7e10026233c195314b53c5f0ce06c84844d5fd13f4ec033af5

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

  2. If you installed it — respond

    @ornikar/eslint-config-node 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-node 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-node 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-node on npm has been identified as a malicious package (versions 12.2.1, 12.2.2, 12.2.3, 12.2.4, 12.2.5, 12.2.6, 12.2.7, 12.2.8, and 2 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-6mhh-6wm3-7x4wIN-MAL-2026-011381IN-MAL-2026-011730IN-MAL-2026-011915IN-MAL-2026-011597IN-MAL-2026-011666IN-MAL-2026-011694IN-MAL-2026-011598IN-MAL-2026-011659IN-MAL-2026-011596IN-MAL-2026-011732

References

Credits

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

Detect & block this

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