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

markable-tablenpm

Malicious code in markable-table (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-10444
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall markable-table

What this malware does

[email protected] declares scripts.preinstall = 'node index.d.js'. index.d.js base64-decodes an embedded payload and invokes it through an identifier reconstructed from a char-code array ([101,118,97,108] = 'eval'), hiding the 'eval' token from plain-text scanners. The decoded payload fetches JavaScript from https://everydaynodechecker-39143n.vercel.app/api/key?mem=root0 and eval()s the response body at npm install time, giving the operator of that endpoint arbitrary code execution on any machine that runs npm install. The remote-fetch-and-eval, the obfuscation of both the 'eval' identifier and the destination URL, the non-first-party Vercel host, and the mismatch with the package's advertised markdown-table purpose (and typosquat of the popular 'markdown-table' package) together match the install-time-RCE dropper pattern.

Malicious versions

7 flagged
3.1.23.1.33.1.43.1.53.1.63.1.73.1.8

Indicators of compromise (SHA-256)

08daf295f61ca44050ff034137166936a3c8a4fa5ddeed41a01407a2c69f744e
73e6942843c0305e2b75a2c48213851b78f988b53e8e08df0f24b77771484b12
75fe4f0b9c969ce8f4fea8572b175055aeb20189a92700e0e12f627473e8b94a
fd358271f202636f12507f09da4e8f00c900ba46c9dca25a5a0526d35b75bf1d
0bd1208ac38e03ae33443b5ef7e4dc4c07dd182b149f9c91866fb468aba16ce6
0e2b38fa2b828861060118bb35ab57c4da129b4e3b7abd823ed6c0b8e84b4fbc
268fe20c0478102f25a6f0289d0b14f9804ee68f762e65848e74d929d77f42e5

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

  2. If you installed it — respond

    markable-table 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 markable-table 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 markable-table 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. markable-table on npm has been identified as a malicious package (versions 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010249IN-MAL-2026-010251IN-MAL-2026-010248IN-MAL-2026-010242IN-MAL-2026-010243IN-MAL-2026-010246IN-MAL-2026-010247

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks markable-table-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.