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

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

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

What this malware does

npm/@ornikar/eslint-config-typescript-nestjs 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 advertises itself as an ESLint/TypeScript/NestJS configuration for the @ornikar scope but its install-time behavior is unrelated to any linting functionality. package.json declares scripts.preinstall: node setup.mjs. setup.mjs is itself obfuscator.io-style mangled (identifiers _0x488df8, _0x52943e, state-object property indirection with keys YCZJE/QkQej) and: checks for a local bun binary; otherwise downloads a versioned Bun release zip from github.com/oven-sh/bun, extracts the bun executable to a temp directory, chmod +x's it, and execFileSyncs it against math_init.js shipped in the same tarball. math_init.js is a single-line 727KB heavily obfuscated bundle using a shuffled string-array dispatcher (WV8StW shift routine, mangled identifiers MmgoCP/etDiOOB/JqTtnbZ, hex-numeric string table). The alternate runtime is being fetched specifically to execute the shipped obfuscated payload under an interpreter Node-based static review will not inspect, and the payload's contents cannot be verified from source. This is the alternate-runtime-dropper shape: npm install fires the preinstall, downloads a second JS runtime, and executes an opaque 700KB bundle that has no relationship to the package's declared ESLint-config purpose. The @ornikar scope's legitimate eslint config re-exports rule sets and has no need for Bun or a large binary payload at install time; this release is consistent with a compromised or impersonating 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)

4a8a520406850413121725dafe8da111fec11c894d1f8638071d9cce5dd409ce
52c6e597298c3680ae454032e29b0a1e46adecd04c15e2817ba1742ba2b9dd77
bd1437ed6e6cfa1f1e9346869fb88fb1819ff7b25642be370becd8573b54fc57
f9aa53f37dc8ddbc42ff617a38fa83746b0084389ee96474ef81be971143a3a3
2593be7791f6341e4838eaf8a361bd16781e33473d08fef86e659b4a0c79d6e6
309e95733d864a096a4d3609b3dcb9064d6b5fbed1b9dae035a67c511dd25a68
7aeb115245f0bcaa515018c0dedbae9f3e2150fe050ff60856bfbc32728638c9
b3f94df718a3d576a552ce3d743c2d78ccf752b156dacd41c39788cbd9d06490
baf9eb0f850b15ac40a5cf911a513b3b667c3ed07ed4223db2608750d574881f
eb2537483cfa639547e9b5a6eeb51008502744a839bf3e1c700a3a162f6120d5
1e24cff60a988d21723ce94ceaa8f3ec94426527dd0e172be784a82da9eee773
3ad44f2329628fc3f4f05cb89a14bc18533609f577ff69f248897844c3b255fd

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

  2. If you installed it — respond

    @ornikar/eslint-config-typescript-nestjs 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-nestjs 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-nestjs 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-nestjs 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-jr2v-ffp3-8hpwIN-MAL-2026-011539IN-MAL-2026-011538IN-MAL-2026-011542IN-MAL-2026-011782IN-MAL-2026-011779IN-MAL-2026-011688IN-MAL-2026-011689IN-MAL-2026-011684IN-MAL-2026-011707IN-MAL-2026-011809IN-MAL-2026-011578

References

Credits

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

Detect & block this

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