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-typescript-reactnpm

@ornikar/eslint-config-typescript-react is a confirmed malicious npm package (MAL-2026-11753) 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-typescript-react (npm)

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

What this malware does

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

@ornikar/[email protected] declares scripts.preinstall = 'node setup.mjs'. setup.mjs detects the host platform/arch and downloads a Bun runtime zip from github.com/oven-sh/bun/releases (v1.3.13), unzips it, chmods +x, and execFileSyncs the downloaded bun binary against the sibling file math_init.js; if a system bun is already present it is used to run math_init.js directly. math_init.js is a ~727KB Bun-CJS-compiled bundle (sha256 9fc2570b7cef51c1b8df116d144d11ff4096357be7d2c4c6367cfc2509cf1bcc) whose body is a rotated string-array obfuscator with randomized identifiers, opaque to Node-based inspection. The visible package surface is a routine ESLint config (index.js re-exports airbnb/typescript/react rule packs) with no functional need for a second JavaScript runtime or a compiled binary blob at install time; the 'math_init' name has no relationship to the advertised eslint-config purpose. The preinstall hook fires automatically on npm install and yields arbitrary code execution on every installer's host under a runtime chosen specifically to bypass Node-only analysis. The shape and lack of prior-version precedent for this behavior in the @ornikar/eslint-config-* line are consistent with a compromised-maintainer or hijacked-namespace 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

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)

507e875736dc695c26ac7a456b6b7d46c8650b62b05173430ea8dbcd077db239
77621098ab0e51fce235c58999d251173a593e1e29171f3db890a635b1f3a7ac
050d7839a7ffab2f88a56ed25adcd62d5c657d1dbc6d6f956138790d887e4196
2847ffc18a3b2b5dd3f1db2a07bbcab934fd9d441ce14fcb924c38a046f016a2
46f8a1abf1b42840c306434a490b9562520fb353e8ab6afafa1a3bbffca0bc8f
4e105497857cfeabe8578953335ae5914fec64dccad30b74f6145cc903856b25
9c2fa29cae59c7e922e8d6d19eef062738f7457e9821ba351a6cd8050d18536f
ccdcf8d11dcf3c642d890317bc08ceccccb6c61f7550efcf11fbecadcce3cf28
f73f441f33e003728ca460f4c5588d5f57a1c09108e4af8d0946fa6fc3aa81ac
1407f07a08d27dff5f1d9707b6e010d183a316783a710b2cd77f5feaeb6cd9f0
3984093d1006e6649e255eca10fc764023e98c558e607c5e4392cd131939ee91
5c184211d00d1aeec7d6639e958d59fd3bc3df115a5a69e81807b4d62a2503de

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

  2. If you installed it — respond

    @ornikar/eslint-config-typescript-react 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-typescript-react 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-typescript-react 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-typescript-react 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-rgf4-q5r2-8vp6IN-MAL-2026-011383IN-MAL-2026-011602IN-MAL-2026-011551IN-MAL-2026-011679IN-MAL-2026-011677IN-MAL-2026-011604IN-MAL-2026-011831IN-MAL-2026-011552IN-MAL-2026-011830IN-MAL-2026-011678IN-MAL-2026-011537

References

Credits

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

Detect & block this

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