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

native-frontend-orbnpm

native-frontend-orb is a confirmed malicious npm package (MAL-2026-11976) that steals credentials and exfiltrates sensitive data (malicious versions 1.1.4, 1.1.5, 1.1.6…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in native-frontend-orb (npm)

MAL-2026-11976
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall native-frontend-orb

What this malware does

npm/native-frontend-orb 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 hook (node setup.mjs) that runs automatically on npm install. setup.mjs selects a Bun binary for the current OS/arch, downloads it from a hardcoded oven-sh/bun GitHub release, extracts it to a temp directory, chmods +x, and immediately invokes it via execFileSync to run the shipped math_init.js. math_init.js is a 727KB single-line @bun @bun-cjs bundle whose strings are hidden in a shuffled constants array with a rotation function (WV8StW) that reorders the array at runtime, and whose identifiers are scrambled — the executed code is not directly readable. Running the payload under a freshly-downloaded alternate runtime bypasses tooling that only inspects Node-resolved imports. Package metadata does not match the shipped behavior: package.json declares main: index.js but no index.js is present in the tarball, repository points to [email protected]:ornikar/orb-frontend-native.git, and the README describes a CircleCI orb for mobile-frontend CI — none of which requires downloading a second language runtime or executing an obfuscated bundle at install time. The name closely resembles the unrelated Ornikar orb-frontend-native project. On npm install, this gives the publisher arbitrary code execution on the installer's host under a runtime the installer did not choose to 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

16 flagged
1.1.41.1.51.1.61.1.71.1.81.1.91.1.101.1.111.1.121.1.131.1.141.1.151.1.161.1.171.1.181.1.19

Indicators of compromise (SHA-256)

192aff21565378d8f14271acc1be566cfa5c47b8b3d6281d289ae8993be4b401
bd68ddcb9ed35aa6b7ee09d93bdcb29f049e819d76e49c8ab75e726a1fac33a1
d602cd5bc0c815f1b4aa2290625b69e5f1f7643279a638a2bdedca337a9b8760
dc8116125623bcd5937dfcfff10add2bd60ca1d2a2b2e8cf99b2d2ac606bd4f0
eeb67ec9cebb99c93e9025cbca5b8a90b6c8a161e81a3d6db0b771855afd6f67
8ea99df99d0f628235a4dabb5c2c109bb3493495c8f5f4c197bce85914c39b9c
96bc8a576bff754978cc5619a8b3a6a32f98fb1004af6aaf8b50355678d39a51
97f85c8f5171f3c55660c8dec10aa7eb00ce4f3f01df93fded1be7388e0a60f9
ae108bd9bf95ebf262dfbb35ab576f38bc058661d26c88cd487396a0c4f47273
bbd3943c7893f342cdd0ce28bfd438a013d515b86a648a3e69ebfe73a08dfb25
f09461d404e7261f690c9df03c0ec9ff28d7ad76f7050868717ee2a835335d21
166f6c4385bf0b8cd029a624ae3aca3828622c18c8ae602435aa10e3044fb4e7
b04ae2573759cb05de2a8da675b87e8510b69468da7bd33eab280a2fa3229f08

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 native-frontend-orb (16 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging native-frontend-orb across your stack and pipelines.

  2. If you installed it — respond

    native-frontend-orb 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 native-frontend-orb 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 native-frontend-orb 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. native-frontend-orb on npm has been identified as a malicious package (versions 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, and 8 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-7xfj-37mv-m3wjIN-MAL-2026-013614IN-MAL-2026-013485IN-MAL-2026-013552IN-MAL-2026-013618IN-MAL-2026-013465IN-MAL-2026-013619IN-MAL-2026-013617IN-MAL-2026-013526IN-MAL-2026-013624IN-MAL-2026-013723IN-MAL-2026-013622IN-MAL-2026-013623

References

Credits

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

Detect & block this

O3 blocks native-frontend-orb-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

native-frontend-orb (npm) malicious package — MAL-2026-11976 | O3 Security