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

@servicetitan/startup-jestnpm

@servicetitan/startup-jest is a confirmed malicious npm package (MAL-2026-11924) that steals credentials and exfiltrates sensitive data (malicious versions 2.2.1, 2.2.2, 2.2.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @servicetitan/startup-jest (npm)

MAL-2026-11924
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @servicetitan/startup-jest

What this malware does

npm/@servicetitan/startup-jest 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's preinstall hook (scripts.preinstall = "node setup.mjs") downloads the Bun runtime (v1.3.13) from the oven-sh releases, extracts it to a temporary directory, chmods it executable, and then invokes it against a locally-shipped 727KB obfuscated file math_init.js (execFileSync(bun, [path.join(D,'math_init.js')])). math_init.js is a single-line 727KB body using a string-array rotation cipher (function WV8StW rotating a large mixed-type constant array n7gIxM) with hex-mangled identifiers and no readable strings; the filename does not correspond to any math API surface. The package's declared purpose is a Jest startup helper (main./dist/index.js is a 532-byte re-export of./jest, peer-depends on @servicetitan/startup) — a Jest helper has no functional need to fetch a second language runtime at install time in order to execute a large obfuscated sibling file. Using an alternate runtime (Bun) to execute the obfuscated payload also evades Node-focused install-time inspection. The combination of a lifecycle-triggered alternate-runtime launcher, a heavily obfuscated 727KB payload with a deceptive filename, and a purpose mismatch with the advertised @servicetitan/startup-jest scope is consistent with a supply-chain compromise / dropper release.

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

7 flagged
2.2.12.2.22.2.32.2.42.2.52.2.62.2.7

Indicators of compromise (SHA-256)

09e009b71cf6f31908e106d0c931000e212e73db77ee534f4174935dd41ac9bd
42e23730a5e863f9bd5b687ab2a14e9cc5279e25485dfdef4bf1a8eed027ac4b
76b4f051639ca215d5a2ea65c305ab76b0d5ee18b491ac28cf59dc15cd759128
a4e7ed19a58a8934f4107b5f3704c21836e82c85a8b9b5c399fa0a6525ab9c2b
c4593279a2df1f70d6f98ed278ee88913f8edc71cb24dee45b148633f3657676
d692cfe7c4899f23f9d8687fcd2527607a8ba71396baa3890729cc529875483d
eb47f8a446977c1ed67e41b967da49a76271dff8cedb1227c19119d3a95f05fd
19f6c8c410dd3a147c3d665b18de12b1b99a73887f57f3fea97c0570cd64b98d

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

  2. If you installed it — respond

    @servicetitan/startup-jest 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 @servicetitan/startup-jest 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 @servicetitan/startup-jest 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. @servicetitan/startup-jest on npm has been identified as a malicious package (versions 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-2w9r-jxr5-frfqIN-MAL-2026-012411IN-MAL-2026-012561IN-MAL-2026-012693IN-MAL-2026-012639IN-MAL-2026-012437IN-MAL-2026-012532IN-MAL-2026-012758

References

Credits

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

Detect & block this

O3 blocks @servicetitan/startup-jest-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

@servicetitan/startup-jest (npm) malicious package — MAL-2026-11924 | O3 Security