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/kitt2npm

@ornikar/kitt2 is a confirmed malicious npm package (MAL-2026-11762) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.1, 1.0.2, 1.0.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/kitt2 (npm)

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

What this malware does

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

package.json declares scripts.preinstall = 'node setup.mjs'. setup.mjs is an identifier-obfuscated script (_0x-style names, per-function inline string maps) that, on npm install, downloads a platform-specific Bun binary from the oven-sh/bun GitHub releases into a temp directory, chmods it executable, and immediately invokes it against a sibling file math_init.js via execFileSync. math_init.js is a 3-line, 720KB Bun-CJS module ('// @bun @bun-cjs') consisting of a shuffled ~1000-entry lookup array, a rotator, and a custom-alphabet string decoder (hc1jfK9) — no readable logic or plaintext URLs. The package's advertised purpose is a small Storybook/Tamagui React decorator (dist main is ~30 lines exporting Kitt2Provider/Kitt2Decorator); there is no legitimate reason for it to fetch a secondary runtime and execute an opaque bundle at install time. Downloading Bun specifically to run a sibling bytecode-form payload bypasses Node-focused scanning, and the delivery mechanism (obfuscated preinstall dropper + obfuscated payload + purpose mismatch) matches the alternate-runtime-dropper attack shape. Bun being downloaded from its official origin does not launder the executed bytes, which are the package's own opaque math_init.js.

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
1.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.81.0.91.0.101.0.11

Indicators of compromise (SHA-256)

1e0d16b94ce3e58fab5a6beeb11da5b6167dff8abc1748f2b370d2b38b160a34
b2836edfa8b3c0cba9a194010f2f8f96cf6756c9527a55abc599f395e444bc40
0e8fa82719ee931a1e4a4d77e483d6cf6911f77396ab7ab18b6fcc7931e1f1c4
2f71d806c8b98043a2194740f88687022f659b04c7b11c12afb2e50454c24bcb
607d2b4f4f2a0dfec07411366ef03bab3940654ef317d784abbdcf9f639232ef
9582f01e1612fa239eb0e83ebb870432a2369767ce8b6ecdbbaf1c1e91c848e9
d26a6ab6732f9420cd86f683190413c28ae29ab703ddcb3b365a59c23903bf0b
14a5f36cf2d48a56573eb5e5da2a4c3f49cc964607da3656b2dd164d912f4ad2
52fc1dbe90593804372bfcca1c574da9d395471deab7fd56c652511d7fdfedf5
783838e3292767339ae81e6768e8bb65a36197cf034fa97af82cdf40d9d1a3ce
80bd809bedabd1f8d60da51dd0282c03552671e86ccca0fc87c81262d1414a53
80effdf111b6efa2b59fb3212bf7ed00ea7e4495f92948cd31977a6dd4e15ece

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

  2. If you installed it — respond

    @ornikar/kitt2 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/kitt2 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/kitt2 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/kitt2 on npm has been identified as a malicious package (versions 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-33rr-57cc-g2ggIN-MAL-2026-011940IN-MAL-2026-011944IN-MAL-2026-011616IN-MAL-2026-011729IN-MAL-2026-011941IN-MAL-2026-011615IN-MAL-2026-011939IN-MAL-2026-011942IN-MAL-2026-011583IN-MAL-2026-011943IN-MAL-2026-011727

References

Credits

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

Detect & block this

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