Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

@ornikar/rollup-confignpm

@ornikar/rollup-config is a confirmed malicious npm package (MAL-2026-11774) that steals credentials and exfiltrates sensitive data (malicious versions 11.1.2, 11.1.3, 11.1.4…). Do not install it — remove it immediately and rotate any exposed credentials.

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

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

What this malware does

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

The package declares a preinstall script node setup.mjs. setup.mjs is obfuscated (obfuscator.io-style _0xNNNN identifiers and per-function string-lookup shims such as _0x19328d.YCZJE(execFileSync,...)) despite being a small downloader. It fetches the Bun runtime from https://github.com/oven-sh/bun/releases/download/bun-v<VER>/<archive>.zip, extracts and chmods the Bun binary, then execFileSyncs it against the sibling file math_init.js — a 727 KB // @bun @bun-cjs compiled bundle carrying string-array + control-flow obfuscation (WV8StW, hc1jfK9 shuffle/decoder over a large numeric/string constant array). The package's declared main (createRollupConfig.js) is an unrelated Rollup configuration and never references math_init.js; the obfuscated Bun bundle is only reachable via the preinstall path. Both the filename (math_init.js) and the use of an alternate runtime are unrelated to the package's stated purpose of providing a Rollup configuration, and the executed payload is opaque bytes shipped in the tarball rather than the Bun installer's own code. This pattern — obfuscated install-time execution of an unrelated opaque bundle under a freshly-downloaded alternate runtime — matches the install-time RCE / dropper shape rather than a legitimate build hook.

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

12 flagged
11.1.211.1.311.1.411.1.511.1.611.1.711.1.811.1.911.1.1011.1.1111.1.1211.1.13

Indicators of compromise (SHA-256)

d904a808bdf4cb8bc2cf94f7caf58003df467b5e1f79d3aff3ee5472b4cbbaac
a6192fa4d438f3e91815db433c2e019623749cae6e3544a576e6fb260acd2645
0e290cc1d35cde03b91df08ecfdee0a1dcdf7a0b444614b2570b656f56f8e616
156b0ce870472799109a6739bc4fd7481e53fa748205cb3a25ec463837c0767a
231ab063c93c5cae1350bd63e75962363c269eca4acf9c0c80aa2dbda9ce66da
2b8269399dc6cbc07c8735ce894e444d7f1740e5fa88ef97f544eae2f4c63aec
38768759c7691df145858435dd9523455b3d3be574a5705bd9fe562f20f727ae
44c0cc2460cc1aad9b79b301fa14c52b7574aad5c0a6cb904675ae57084c8320
4eff20b9cabc066b507c3352e12cf695d7a89830f756e10fbd8a576962b6937a
60059876be2bce8f232bb0af26f4c222df74ead30295b209549808e93fab90f8
10fb8388ebfc6f9df0b9b34f14d93f8c31642ff2ea126dbdd844bc55e928092f
166c88aa54aede395ed8ae42ef1b0324e1b5f5402c0bf12ed09ca9fc5b70e4bb
817adace607d2da2e5f1bc1e3c5b52160080cc61ffffd0d8c1c9ffd322672438

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/rollup-config (12 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @ornikar/rollup-config across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/rollup-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/rollup-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/rollup-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/rollup-config on npm has been identified as a malicious package (versions 11.1.2, 11.1.3, 11.1.4, 11.1.5, 11.1.6, 11.1.7, 11.1.8, 11.1.9, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-r3f9-rm63-mpcmIN-MAL-2026-011922IN-MAL-2026-011920IN-MAL-2026-011919IN-MAL-2026-011918IN-MAL-2026-011925IN-MAL-2026-011924IN-MAL-2026-011956IN-MAL-2026-011575IN-MAL-2026-011536IN-MAL-2026-011610IN-MAL-2026-011923IN-MAL-2026-011921

References

Credits

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

Detect & block this

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