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

eslint-plugin-folder-schemanpm

eslint-plugin-folder-schema is a confirmed malicious npm package (MAL-2026-11968) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.6, 1.0.7, 1.0.8…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in eslint-plugin-folder-schema (npm)

MAL-2026-11968
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall eslint-plugin-folder-schema

What this malware does

npm/eslint-plugin-folder-schema 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.

package.json declares scripts.preinstall = 'node setup.mjs'. setup.mjs is itself obfuscated with _0x-style identifiers and, on npm install, downloads a Bun runtime archive from github.com/oven-sh/bun/releases, extracts the bun/bun.exe binary to a temp directory, chmods it executable, and invokes it against a sibling file math_init.js. math_init.js is a 727KB Bun-bundled script (marker // @bun @bun-cjs) hidden behind a rotating string-array decoder (function WV8StW) and a large numeric constant table (n7gIxM) — the obfuscator.io-plus-Bun-bundle shape. The package presents itself as an eslint plugin authored by 'ServiceTitan' with homepage/repository pointing at github.com/servicetitan/folder-lint, and ships a small real eslint rule at lib/index.js wrapping folder-lint; that benign body is a decoy alongside the preinstall dropper. An eslint plugin has no legitimate reason to fetch a second language runtime at install time and use it to execute an opaque bundled script, and running the payload under Bun evades Node-based static analysis. Multiple hostile fingerprints stack: alternate-runtime dropper triggered from a preinstall lifecycle hook, obfuscation of both the loader and the payload, and impersonation of an established organization.

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

Indicators of compromise (SHA-256)

ee9bb4b557f2e9b45c560f4e0cb372c640c9bb9df89d10a2ca7c18fe4f114af9
abaa5498c705a175b2317ad76f303f3673142539684df880d534624b91c133d8
eccb256a094e2860e1d396580592491979f6b0e63f55c112d357d5093a49e79d
0328397089d71f26ed114078836e40c6de98e9cf99b43e1018e009868ff7942d
4179857f8acfcdf19779425080c934cddc9bb8cd232cad33fe13f35be8647390
468897062219aa3b6a5acb3978a251a4970970aa139c851c1161bebd8f7ba7fe
8d69119183be75f783e6f31e3102c31a702a5674fe2669d06221496fb31c6068
c0225b5fd8d652dc5eef0fd6e2d85f27ab5282926723a2f934f40dd0567e8f40
e5a029b75842a2e0cc6e58295fc910c3b91af2fe8afe7dd2e6d573956b538ece
2fd576072ef461b8e08baf18ad75fe9b1bcdce08c42701968020c3236d4fc5fa

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

  2. If you installed it — respond

    eslint-plugin-folder-schema 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 eslint-plugin-folder-schema 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 eslint-plugin-folder-schema 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. eslint-plugin-folder-schema on npm has been identified as a malicious package (versions 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, and 8 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-5f88-gwm2-m7rwIN-MAL-2026-013496IN-MAL-2026-013547IN-MAL-2026-013588IN-MAL-2026-013538IN-MAL-2026-013520IN-MAL-2026-013575IN-MAL-2026-013550IN-MAL-2026-013554IN-MAL-2026-013679

References

Credits

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

Detect & block this

O3 blocks eslint-plugin-folder-schema-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

eslint-plugin-folder-schema (npm) malicious package — MAL-2026-11968 | O3 Security