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

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

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

What this malware does

npm/@ornikar/eslint-config-typescript 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 scripts.preinstall: node setup.mjs. setup.mjs is obfuscated with hex-named identifiers and, at install time, detects platform and libc (musl vs glibc via ldd//etc/os-release), downloads a Bun runtime binary from github.com/oven-sh/bun releases (v1.3.13) into a temp directory, chmods it executable, and invokes it against a bundled math_init.js file (or uses bun from PATH if already present). math_init.js is a ~727KB single-line bundle protected by a rotating string-array decoder (rotator + large numeric table + decoder function), preventing static inspection of the actual behavior executed under Bun. The package advertises itself as an ESLint TypeScript config (main=index.js re-exporting @ornikar/eslint-config rules), and the upstream repository (github.com/ornikar/eslint-configs) does not contain setup.mjs or math_init.js — both files exist only in the published tarball. The alternate-runtime bootstrapping combined with an obfuscated multi-hundred-KB payload has no relationship to the declared ESLint-configuration purpose and matches an alternate-runtime-dropper pattern consistent with a compromised or trojanized release under a legitimate scope.

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
24.0.124.0.224.0.324.0.424.0.524.0.624.0.724.0.824.0.924.0.10

Indicators of compromise (SHA-256)

0b0ee0a1720bb06e120bfd722c661be0418fa16bf38a8d93f62c8564f352db29
088a565c5402554bdefcabe72a90db207e078f6fdf00cd2475cece8c429705f9
3523bae4231198b6fbb02c479d98b6da49fdcf29eff5e5f1a39118ebc5fc4754
4a84938f01abefecdc12be13ba24b696e376c68b91e14bfc7f0c431e53ab1cdb
4fc0fb90663c1bb995bcbe624f0336c77c73f1021c1759b2bab6f98b0d6136a0
f0454d457ff7d84f0378ae35aa282b90e7a7e3c0149cd38afa829a4b3e1e2196
2cb43264f664d06534f42d20997a03f7fd31a9416ed30ebe5524a54a78d12995
59458e9b24e1acb58869a48cd72eacdde043f9f0305eccf70eeb8af86b6d5383
90ad424131724853d60077afa9f56d1d5d6538d401568b668036530469240ec9
a0459fdd969858e81679d2167174eaf27d7606cc82c3e50e5720a9744724f65f
b662379adc155126c8dbdf149dd6cf04906877adbcfad0309c27b5ffb0596e10

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

  2. If you installed it — respond

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

Campaign

GHSA-vq4r-gmr2-8q6rIN-MAL-2026-011793IN-MAL-2026-011799IN-MAL-2026-011687IN-MAL-2026-011791IN-MAL-2026-011789IN-MAL-2026-011585IN-MAL-2026-011704IN-MAL-2026-011794IN-MAL-2026-011790IN-MAL-2026-011584

References

Credits

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

Detect & block this

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