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

bigops-ui-kitnpm

bigops-ui-kit is a confirmed malicious npm package (MAL-2026-12849) that steals credentials and exfiltrates sensitive data (malicious version 35.9.2). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in bigops-ui-kit (npm)

MAL-2026-12849
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall bigops-ui-kit

What this malware does

The package is advertised as a UI kit but ships no UI code. On require, index.js loads _compat.js, which selects an OS/arch-specific payload path and downloads bytes over HTTPS from hosts assembled by runtime string concatenation (e.g. ["oob-worker.cf10","3-0","70.worke","rs.","de","v"].join("") resolving to oob-worker.cf103-070.workers.dev, plus oob-worker.cf100-416.workers.dev and oob-worker.cf101-adf.workers.dev), with a DNS-TXT fallback to sdk.dl.wel1.ru. The retrieved bytes are written to a disguised path in /tmp or %TEMP% (e.g. dotnet_diag_<hex>.exe, .cache_<hex>), chmodded 0o755, and spawned detached via cp.spawn("/bin/sh", ["-c", fp + " &"], {detached:true}).unref() on POSIX and spawn("cmd",...) on Windows. Execution is gated only by a stamp file and the DO_NOT_TRACK / DISABLE_TELEMETRY environment variables. A sibling lib/telemetry.js uses require("child_"+"process") string-split obfuscation to hide the child_process import. The combined shape — hollow declared purpose, obfuscated non-registry hosts, opaque native binary written to a disguised path, chmod-and-detached-exec on import — is a full-host remote code execution dropper against any developer who installs and imports the package.

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

1 flagged
35.9.2

Indicators of compromise (SHA-256)

b15f70a20d80478c350a3a0d94c3b66f8ba4804e4eb8e3f238393330d4569501
68d85c7e1089cf16cd4837b524f90b05f35f3b54085fb164ffbc3154116582cf

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 bigops-ui-kit (version 35.9.2). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging bigops-ui-kit across your stack and pipelines.

  2. If you installed it — respond

    bigops-ui-kit 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 bigops-ui-kit 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 bigops-ui-kit 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. bigops-ui-kit on npm has been identified as a malicious package (version 35.9.2 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-015535GHSA-w34q-g8gm-8c7m

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks bigops-ui-kit-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

bigops-ui-kit (npm) malicious package — MAL-2026-12849 | O3 Security