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

@ornikar/eslint-plugin-neverthrow is a confirmed malicious npm package (MAL-2026-11754) that steals credentials and exfiltrates sensitive data (malicious versions 1.3.1, 1.3.2, 1.3.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/eslint-plugin-neverthrow (npm)

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

What this malware does

npm/@ornikar/eslint-plugin-neverthrow 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 declared purpose is an ESLint rule for the neverthrow library, but the tarball wires a preinstall hook (node setup.mjs) that downloads the Bun runtime from https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/ into a temp directory, chmods it executable, and invokes it against a shipped 727 KB single-line obfuscated CJS bundle math_init.js (header // @bun @bun-cjs, packed string/number array with a shuffled dispatcher). If bun is already on PATH it is used directly. Both setup.mjs and math_init.js are heavily obfuscated (obfuscator.io-style identifier mangling _0x488df8, per-call string-property dictionaries, rotator functions), preventing static inspection of the payload's behavior. An ESLint plugin has no legitimate need for an alternate language runtime or a large opaque install-time payload; the delivery mechanism itself — fetching a second runtime at install to execute a shipped obfuscated blob under it — evades Node-based static analysis and executes attacker-controlled code on the installer's machine as a side effect of npm install. The @ornikar scope publication with a legitimate-looking main: dist/src/index.js alongside the unrelated dropper is consistent with a scope hijack or malicious release under an established name.

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

12 flagged
1.3.11.3.21.3.31.3.41.3.51.3.61.3.71.3.81.3.91.3.101.3.111.3.12

Indicators of compromise (SHA-256)

624410b3684b3319c5f06cac04538a03eb59617c3d15b2dc37dd2285114a461a
be066edd2de33022597e85184ce90145c699c7949f24db35d7af6411f3148b17
c366df31b8317aa94c26b881c009395c7d7ae0465519d9c6b93645a12e41fbff
cebb0ec923dfb0a61df5dd15a55bf21b885bf7d4851a0b7b30301766cd2880ae
ee63f86d1adf5d81c9a0fd77f534581da5f0c2f0530f381b81e37ae97df2e36b
fa9a7028d5d013a020a2596e3a6cefa7f347e3a2adf181f140dabe7476a8b01f
2216a3d954b88fabfff055e1f9989f079cd68464a10005503cd7ddb559606466
46e4cff67382f87ebede694c891829d4a8ddf669ed162f56c4755e723099f83d
4cff0a005733620741a9e9d9f2c9cc51345f0a4fd677877e53de72fff719a14f
7e9aa5bb5729ec5df3a926601c43a4dbd63c5195c87851b1d50bd49752858f1c
8bfd34b7ab080211a106bd12703cabb38df061abbb1002b49aec74f7bb0ed606
984e31dc41810e2a4861954aa99b4f88423b9ead204cd84d38d6a812cd8991de
b3e2688ffff91f127077a61656dc4d73db190a68d3cc850850c45044005d7fb3

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

  2. If you installed it — respond

    @ornikar/eslint-plugin-neverthrow 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-neverthrow 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-neverthrow 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-neverthrow on npm has been identified as a malicious package (versions 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-j378-3j38-8rg5IN-MAL-2026-011633IN-MAL-2026-011632IN-MAL-2026-011573IN-MAL-2026-011713IN-MAL-2026-011818IN-MAL-2026-011690IN-MAL-2026-011637IN-MAL-2026-011709IN-MAL-2026-011812IN-MAL-2026-011630IN-MAL-2026-011815IN-MAL-2026-011816

References

Credits

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

Detect & block this

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