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/jest-config-react-native-webnpm

@ornikar/jest-config-react-native-web is a confirmed malicious npm package (MAL-2026-11761) that steals credentials and exfiltrates sensitive data (malicious versions 12.0.3, 12.0.4, 12.0.5…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/jest-config-react-native-web (npm)

MAL-2026-11761
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @ornikar/jest-config-react-native-web

What this malware does

npm/@ornikar/jest-config-react-native-web 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 declares preinstall: node setup.mjs in package.json. setup.mjs downloads the Bun runtime from github.com/oven-sh/bun releases into a temp directory, extracts the platform-specific binary, chmods it executable (0o755), and invokes it via execFileSync against the bundled math_init.js. math_init.js is a 727 KB single-line file with a // @bun @bun-cjs header containing a shuffled string-array decoder (WV8StW), hex-named variables (_0xNNNN), and a char-code table — heavily obfuscated Bun-compiled code that is not human-inspectable and bears no relation to a jest/react-native-web preset. The advertised jest preset entrypoint jest-preset.js throws unconditionally on require (throw new Error('Use @ornikar/jest-config-react-native/web instead')), providing zero library functionality; the only active surface of the package is the preinstall dropper. Executing the payload under a freshly-downloaded alternate runtime evades Node-level tooling. The download source (Bun releases) is legitimate for Bun, but the bundled code it is used to execute is attacker-supplied and obfuscated, and the package's stated jest-config purpose does not require a second language runtime. Installing this package causes arbitrary code execution on the installer's host at npm install time.

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
12.0.312.0.412.0.512.0.612.0.712.0.812.0.912.0.1012.0.1112.0.1212.0.13

Indicators of compromise (SHA-256)

1e46b7ced8712e3878da8d111759134e71955ff30e3a7e2d37b39b5e3bde0952
151fca1211db7c4bf0d689e54c4a730656f9d7d53f139911d30bceeca5703299
1cf4260e4a8399f44c84b62d68b1a1ea82d5c292f96eb6738be02960467f8a4e
24efa4dfd01e6af6ae25ea605a02ab3c063680bb937a83a483bb66efa2c27325
6af479f24a89dea749e9351c528a76d384ed37fa00b26e0fc85ae7c821a63999
7bd3f8b7b6a6f751f13844663e1a65dc6f939ec2085e14f6316063508b5bd338
c6df0c11fad0c48adfea5faeab0e7c76cfe202b6cf638b031d29d7ddec16cc4b
d01b56e31a139111a1f6ae3cb7d8a4ede92f7bb4d9ecbb7a5b7f8b4a615d6fdf
288b641f120a76ec0aa0d2f78d2909b7831b36e364c08700b763d551a1cbd0a7
3ebb76fc177fec049426d10402f6aa64115623fc1ee18a0fc39c830344172476
6835aae50959740cbfe7b4993f4515248a3c3697794de01fb72ae18e86b97302
9e3367e239a43a02255d0408a033e2d93a350778036585196647040f9b88190e

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/jest-config-react-native-web (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/jest-config-react-native-web across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/jest-config-react-native-web 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/jest-config-react-native-web 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/jest-config-react-native-web 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/jest-config-react-native-web on npm has been identified as a malicious package (versions 12.0.3, 12.0.4, 12.0.5, 12.0.6, 12.0.7, 12.0.8, 12.0.9, 12.0.10, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-p8hv-9x74-ggvcIN-MAL-2026-011617IN-MAL-2026-011723IN-MAL-2026-011945IN-MAL-2026-011946IN-MAL-2026-011725IN-MAL-2026-011593IN-MAL-2026-011592IN-MAL-2026-011695IN-MAL-2026-011618IN-MAL-2026-011947IN-MAL-2026-011948

References

Credits

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

Detect & block this

O3 blocks @ornikar/jest-config-react-native-web-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/jest-config-react-native-web (npm) malicious package — MAL-2026-11761 | O3 Security