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-plugin-ornikarnpm

@ornikar/eslint-plugin-ornikar is a confirmed malicious npm package (MAL-2026-11755) 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-plugin-ornikar (npm)

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

What this malware does

npm/@ornikar/eslint-plugin-ornikar 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's npm preinstall hook runs setup.mjs, an obfuscator.io-transformed bootstrap (renamed _0xXXXX identifiers and inline lookup objects wrapping calls to execFileSync('ldd', ['--version']) and readFileSync('/etc/os-release') for platform detection). setup.mjs downloads the Bun runtime (v1.3.13) from github.com/oven-sh/bun/releases, unzips it to a temp directory, chmods it executable, and invokes it against a sibling file math_init.js. math_init.js is a ~727KB single-line Bun-compiled bundle beginning with '// @bun @bun-cjs' and consisting of a custom-alphabet decoder (function hc1jfK9 over a 90+ character alphabet) driving a large opcode/string table. The filename math_init.js has no relation to the package's stated purpose (an ESLint plugin), and the payload's actual behavior is hidden behind the custom decoder. Executing the payload via a freshly downloaded alternate runtime is the alternate-runtime-dropper pattern: the code that runs on the installer's machine at npm install time is not Node-resolvable and is not visible to standard Node/npm-oriented scanners. An ESLint plugin has no legitimate need to fetch a separate JavaScript runtime at install and hand it an obfuscated opaque bundle.

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

11 flagged
24.0.124.0.224.0.324.0.424.0.524.0.624.0.724.0.824.0.924.0.1024.0.11

Indicators of compromise (SHA-256)

cd7b41d7b313e52db54b4fe55cf7955ed10a076009722e1bb97f9ae8f6138c12
04dffacb81c17323596d707af0ad5c6c7e180d8152c72188b58cf42ca111fa14
115bcf1868f0d8b6e6216d88e6d369aec3c9ef21f2d94d55558b6dde673f8588
1351abd8e313be9d51f1e3c241b2ff0a523c4d23befcfadeb4312401efa5314c
148a0219996f14c89d645873231c905d289a4183c09a0a8e76b15582e790a927
2a3878f538a47e6130f1773b917d6408087c4a399ec79e9ae6742301168bde32
4afb6da7eb1a8015e3ab8f32f0d9b784e998fdfd354277833b55e965a0e80ba7
4b0b6e4c32b34a5308c601b4500e705acd7f19af52043e2063ce912b1b354d01
5944a8610192e2e6ab71b9c27ae8bd6c67e02c59e1f8f8ace500ed5f83dc3b8b
cc84e826f69cba1a16e489ae13346a3e4246f9ef64224bbddf34839f45a42221
d1eb1ff3c1502d10c514580feaf3b3563664d62a1852fcafe70a525947e5d692
f6a4ea54a72d0a099851d1dde030e17074575d0771e42df38b540d9fef553fe9

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

  2. If you installed it — respond

    @ornikar/eslint-plugin-ornikar 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-plugin-ornikar 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-plugin-ornikar 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-plugin-ornikar 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 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-7f43-2jvm-gq85IN-MAL-2026-011847IN-MAL-2026-011638IN-MAL-2026-011844IN-MAL-2026-011761IN-MAL-2026-011845IN-MAL-2026-011850IN-MAL-2026-011635IN-MAL-2026-011849IN-MAL-2026-011846IN-MAL-2026-011579IN-MAL-2026-014264

References

Credits

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

Detect & block this

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