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

@servicetitan/measure-sheet-datanpm

@servicetitan/measure-sheet-data is a confirmed malicious npm package (MAL-2026-11898) that steals credentials and exfiltrates sensitive data (malicious versions 2.6.1, 2.6.2, 2.6.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @servicetitan/measure-sheet-data (npm)

MAL-2026-11898
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @servicetitan/measure-sheet-data

What this malware does

npm/@servicetitan/measure-sheet-data 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 script runs node setup.mjs, which downloads a Bun runtime binary from github.com/oven-sh/bun/releases/download/bun-v<version>/<platform>.zip, unzips it, chmods it 0755, and uses it to execute a sibling file math_init.js. math_init.js is a 727KB single-line Bun-compiled bundle beginning with // @bun @bun-cjs, containing a rotating numeric string array (n7gIxM), a decoder function (hc1jfK9), and a string-array rotator (WV8StW) — heavily obfuscated with no readable strings, and unauditable without executing it under Bun. setup.mjs itself is also obfuscated with obfuscator.io-style _0x identifiers and indirection-object string maps. Node is already available (it is running setup.mjs), so fetching a second runtime solely to execute an opaque sibling script matches the alternate-runtime-dropper pattern used to evade Node-based scanning. The package's advertised purpose is measurement data for glass — a pure data/library scope that has no need to fetch a JavaScript runtime or execute a 727KB compiled binary at install. The scoped name @servicetitan/* and the referenced repository imply first-party ServiceTitan ownership, and this behavior is consistent with a scope-hijack or maintainer-account-compromise incident affecting this version.

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.6.12.6.22.6.32.6.42.6.52.6.62.6.7

Indicators of compromise (SHA-256)

cef2c702163771f9b25ddc8fa3b313d99faed2538fef82bf5616cd87200675bf
1e0543c4564b4039b55aec7a46dace9c88a4ecd79cbeb3afdf19a615ec9951f4
29cf8fa08aab2bf9cc1fd2f1ae1af80cd996dea4d6c7588fe3c539949c8ff1b7
2bf4cf1fa017a42df9155cd7e9c42e3b430ac6dddb2a7359f3c52fd4147d4940
db3a43a2e4a9d5c31186d6e8c6f2ac8d8787348000334aad8b53f9e15f44ae7d
e5ac5c851d511e120dfda14e8e671b94c37866362e4d2e9703aa540ba66dc76a

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/measure-sheet-data (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/measure-sheet-data across your stack and pipelines.

  2. If you installed it — respond

    @servicetitan/measure-sheet-data 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/measure-sheet-data 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/measure-sheet-data 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/measure-sheet-data on npm has been identified as a malicious package (versions 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6, 2.6.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-5pgw-jhw4-3q3xIN-MAL-2026-012174IN-MAL-2026-012295IN-MAL-2026-012562IN-MAL-2026-012692IN-MAL-2026-012429

References

Credits

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

Detect & block this

O3 blocks @servicetitan/measure-sheet-data-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