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

@ornikar/graphql-config is a confirmed malicious npm package (MAL-2026-11756) that steals credentials and exfiltrates sensitive data (malicious versions 1.1.1, 1.1.2, 1.1.3…). Do not install it — remove it immediately and rotate any exposed credentials.

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

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

What this malware does

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

@ornikar/[email protected] declares a preinstall hook (node setup.mjs) that runs automatically on npm install. setup.mjs uses _0xNNNNNN-style identifier obfuscation and per-call string-lookup objects to hide its constants; when bun is not already on PATH it downloads a Bun runtime archive from github.com/oven-sh/bun/releases/download/bun-v<VER>/<platform>.zip, unpacks it to a temp directory, chmods the binary executable, and invokes it (execFileSync) to run the sibling file math_init.js. math_init.js is a 727KB Bun-compiled bundle (// @bun @bun-cjs) with hex-scrambled identifiers and no readable source. The advertised purpose of the package is GraphQL configuration/validation, which has no relationship to Bun or a compiled binary payload. The combination — install-time execution, alternate-runtime dropper that bypasses Node-based scanner visibility, obfuscation of both the loader and the payload, and a cover-story package name unrelated to what is executed — is the alternate-runtime install-time-RCE dropper pattern. The bytes executed under the fetched Bun runtime cannot be traced from Node tooling.

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.1.11.1.21.1.31.1.41.1.51.1.61.1.71.1.81.1.91.1.101.1.11

Indicators of compromise (SHA-256)

b71cc4ec63fdca7037cc2088acc89d58c838589179afa24a910a34076d5f5414
17537e0ede0e391eaf2981a35ec3991fb9c5cd4b91585018def6c203cedeb4dd
4a60ed2585322f4b13c5ff5cee4334402e1ac9d16034dda93e4cc15088c866c2
9010976e38916d2ef7fbd229970fd21101c850160f7ebf0d46bf2b67e1788669
cd1b7faf61b81baa561b055d8f00956ad110fc20ff45c667f09e74e951edac6b
de8ca55bd26a4d3f8ed03cb5c6a1f3a500fd72a2e2e89a920d01a8d644a7f3d9
32827ed42f5a470adb5e47f32793f19df2158ed9a69d9532c95ad04beca8b10c
484f94b4adc9f85e1804149542b73a9339a4a967694540455caa6665973db545
9f69b6b6961d4c3ae492df1ff6154a15a6d88201bd440f851e8319e1a80e7e6f
ad06bd942330523f8c210d35e7dca76888e1f278df138973ef6a538a226b0727
b0780ed733e03972f65bcc96d40e5ac892f51c17cf393bb41b0ef6244c2af88a
e288c041fc0e6032b84a6b44dd3d8caba16d7fa0635b0ae0ee90ae40b74c07a0

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

  2. If you installed it — respond

    @ornikar/graphql-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/graphql-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/graphql-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/graphql-config on npm has been identified as a malicious package (versions 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-pwmg-hhvx-94mrIN-MAL-2026-011911IN-MAL-2026-011912IN-MAL-2026-011913IN-MAL-2026-011907IN-MAL-2026-011910IN-MAL-2026-011908IN-MAL-2026-011917IN-MAL-2026-011909IN-MAL-2026-011914IN-MAL-2026-011731IN-MAL-2026-011665

References

Credits

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

Detect & block this

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