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/babel-preset-kitt-universalnpm

@ornikar/babel-preset-kitt-universal is a confirmed malicious npm package (MAL-2026-11741) that steals credentials and exfiltrates sensitive data (malicious versions 8.0.3, 8.0.4, 8.0.5…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/babel-preset-kitt-universal (npm)

MAL-2026-11741
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @ornikar/babel-preset-kitt-universal

What this malware does

npm/@ornikar/babel-preset-kitt-universal 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 preinstall script (node setup.mjs) is itself obfuscated (obfuscator.io-style _0xXXXX identifiers and per-function string-map indirection). At install time it checks for a local bun binary and, if absent, downloads a platform-specific Bun release ZIP from https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/<platform>.zip, extracts it to a temporary directory, marks it executable, and then invokes that Bun binary against a sibling file math_init.js shipped in the tarball (execFileSync(bun, [math_init.js])). math_init.js is a ~727KB obfuscated blob (shuffled string-array with a rotation function and a custom-alphabet decoder, @bun/@bun-cjs header) whose contents are opaque without runtime deobfuscation. A babel preset has no functional need for a second language runtime or for executing an obfuscated sibling script at install; running the payload under Bun rather than Node also bypasses Node-focused install-time inspection. The filename (math_init.js) is unrelated to the babel-preset purpose declared by the package. This shape — obfuscated preinstall + alternate-runtime dispatch + obfuscated executable payload with a cover-story filename — is a compromised release of the package, delivering attacker-controlled code execution on any machine that runs npm install.

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
8.0.38.0.48.0.58.0.68.0.78.0.88.0.98.0.108.0.118.0.12

Indicators of compromise (SHA-256)

45a838ea6107514ed5dbb471b05de10160b1013cc9ce814c780c2e14446ad249
2946124390bb1cbbbd9d9fa9f0820f8f64f1d33f227d01361256f1716b8946d4
2ba0367d388cd26116e6687034061ea643c964531ba22417517f20158e64ab90
2d50a558565c2d119d3d362c432ed5306e6c0dbfab0d9db927fa7d2b01b6c2a9
4128e053aaed1460eea76b32e2569f7a626856ef1c116ffa22e32d6278e9edd9
5991a07636825dd40ace1487f0cc65f7ecd4bd80c1dee28eb7cd949dffed3667
c61f1a4ee2574e9cb5965089c58224f61dc64085e1f58bd035cc25f4685c11ab
d405b9e9ea34be75ee681ddb2439d48f798eae8e6fe3c46fd3d6b0d362545fcc
d444d50ce80eb03ae546080109ee0b4c02c7345b729c08af436a3af63c3979be
6c115e9d37aa572aa17f1c631ef74a3aaeea0184482bf2e8fdb17b9673b402d8
a49ace78a253607eb3b0e9215c03ec6dfdbc98eb6bfad8b90626760b0f4b4c68

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/babel-preset-kitt-universal (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/babel-preset-kitt-universal across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/babel-preset-kitt-universal 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/babel-preset-kitt-universal 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/babel-preset-kitt-universal 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/babel-preset-kitt-universal on npm has been identified as a malicious package (versions 8.0.3, 8.0.4, 8.0.5, 8.0.6, 8.0.7, 8.0.8, 8.0.9, 8.0.10, and 2 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-mfxj-5cvr-c5xvIN-MAL-2026-011724IN-MAL-2026-011722IN-MAL-2026-011916IN-MAL-2026-011953IN-MAL-2026-011657IN-MAL-2026-011959IN-MAL-2026-011951IN-MAL-2026-011567IN-MAL-2026-011726IN-MAL-2026-011656

References

Credits

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

Detect & block this

O3 blocks @ornikar/babel-preset-kitt-universal-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/babel-preset-kitt-universal (npm) malicious package — MAL-2026-11741 | O3 Security