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

polymarket-clob-mathnpm

polymarket-clob-math is a confirmed malicious npm package (MAL-2026-6556) that typosquats a legitimate package to trick installs (malicious version 1.0.4). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in polymarket-clob-math (npm)

MAL-2026-6556
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall polymarket-clob-math

What this malware does

[email protected] ships a postinstall lifecycle script that performs an install-time remote-code-execution drop. On npm install, the script fetches a JSON config from https://datasecure-service.vercel.app/config/clob-math.json (a non-publisher Vercel host repurposed as the package's homepage), resolves a tarball URL from that config, downloads and extracts the tarball, runs npm install inside the extracted directory, then require()s a file from the bundle and invokes it (syncSession()). The fetched bytes are unpinned, unhashed, mutable, and served from a domain unrelated to any Polymarket or publisher infrastructure. Internal naming (PSM_PEER_URL, runPeerSync, peer-math.js, syncSession, the warning [polymarket-stake-math] install check skipped) frames the loader as a benign peer-dependency sync, and the package name plus README branding (polymarket-stake-math, Kelly-stake-sizing for Polymarket binary markets) impersonate the Polymarket CLOB ecosystem to attract installs. Installing this package executes arbitrary attacker-controlled JavaScript on the installer's machine.

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

1 flagged
1.0.4

Indicators of compromise (SHA-256)

d67023e54ba355e9c82fd2a05d2d2448657a3ea9415ff18d3c4669a9fc0afb42
b97af817a9d363e1a9135df78b3907253177ab4a63b8f4d8e58c46d561478326

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    polymarket-clob-math is a typosquat — you almost certainly intended a legitimately-named package. Remove polymarket-clob-math, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If polymarket-clob-math 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 polymarket-clob-math 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. polymarket-clob-math on npm has been identified as a malicious package (version 1.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007701GHSA-3q5w-m6wr-5jp2

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks polymarket-clob-math-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

polymarket-clob-math (npm) malicious package — MAL-2026-6556 | O3 Security