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/commitlint-confignpm

@ornikar/commitlint-config is a confirmed malicious npm package (MAL-2026-11744) that steals credentials and exfiltrates sensitive data (malicious versions 8.3.2, 8.3.3, 8.3.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/commitlint-config (npm)

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

What this malware does

npm/@ornikar/commitlint-config 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.

This package advertises itself as a commitlint configuration (index.js is 12 lines of rules) but its package.json declares a preinstall hook node setup.mjs. setup.mjs is obfuscator.io-style renamed code (_0x-style identifiers, property-alias indirection tables hiding calls to execFileSync, https.get, zlib.inflateRawSync) that downloads the Bun runtime archive from the oven-sh/bun GitHub releases, extracts the bun binary to a temp directory, chmods it executable, and then invokes it against a bundled 727KB sibling file math_init.js. math_init.js is a single-line obfuscator.io-style bundle with a // @bun @bun-cjs header, a string-rotation function and large numeric/string constant table, and a decoder — designed to run only under the downloaded Bun runtime, which prevents inspection by Node-based tooling on the installer. The combination of an alternate-runtime fetch used to execute a heavily-obfuscated in-tarball blob, on npm install, in a package whose declared purpose has no relation to Bun or to native execution, is the alternate-runtime-dropper pattern and constitutes install-time arbitrary code execution on the developer/build machine.

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
8.3.28.3.38.3.48.3.58.3.68.3.78.3.88.3.98.3.108.3.118.3.12

Indicators of compromise (SHA-256)

16f9277694f2a93d93238b33bd96b49e1b642a58ca15afb0bf6b653646240512
0065445968b1cc6bdaa8f312deff9415e56a989d061dd306423923c4fa68cb1d
192f0e9d25c684f29072994388b7e495dc701291b80c75028b11c5db42a3e946
50f2a8c80b55006d2aabc40d053b156b6959dd7fe1e6662521a6d7390486f012
aa861d9c1fbc85914717602811cc2cf239a70d8ea2a4918b216c7a32e8f133bc
fb1d3426d0e9133e0ec99f2f7c057d1a5841fd9487fa632dd9ede7f4fb69ba75
034fe705d76bbb59eee89f80fb97d49cb9fa83833a5888453f3904b7332a0605
0ebfdd65b45932305f8e7368fad86f61b10bc178b51ad312b16e48e30a469747
4ab56a794832335e6b4496583cfe68d3a763a9a782bff3dc1aa80ed7f0fe077f
77e675daa3972714d08451ba53e91278e641cb6ff4ed007f1b0b8bbaa87fc897
7b020506dd83351ea62ff2c444ebd8f4bb227469b2df55dfff044ba342d8ba00
d6a8bf52dc4aeb64660ba6779833e28efb8b6ce6f183b7f766b95dcf07eb1ad3

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

  2. If you installed it — respond

    @ornikar/commitlint-config 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/commitlint-config 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/commitlint-config 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/commitlint-config on npm has been identified as a malicious package (versions 8.3.2, 8.3.3, 8.3.4, 8.3.5, 8.3.6, 8.3.7, 8.3.8, 8.3.9, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-79fp-44mf-fvwqIN-MAL-2026-011784IN-MAL-2026-011603IN-MAL-2026-011801IN-MAL-2026-011554IN-MAL-2026-011804IN-MAL-2026-011606IN-MAL-2026-011802IN-MAL-2026-011803IN-MAL-2026-011556IN-MAL-2026-011672IN-MAL-2026-011786

References

Credits

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

Detect & block this

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