OSV Malicious Advisory
scanned 2h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-10148 confirms this npm version as malicious. polygon-gamma-apis@1.5.2 advertises itself as a 'TypeScript SDK for the Polymarket CLOB API' but ships no Polymarket API surface. The exported `getPlugin` function issues an HTTPS request to https://svganchordev.net/icons/111, reads the response's `credits` field, and passes it to `new Function('require','module',...,data.credits)` — executing attacker-controlled JavaScript inside the consumer's Node.js process with...
Advisory
MAL-2026-10148
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in polygon-gamma-apis (npm)
Details
polygon-gamma-apis@1.5.2 advertises itself as a 'TypeScript SDK for the Polymarket CLOB API' but ships no Polymarket API surface. The exported `getPlugin` function issues an HTTPS request to https://svganchordev.net/icons/111, reads the response's `credits` field, and passes it to `new Function('require','module',...,data.credits)` — executing attacker-controlled JavaScript inside the consumer's Node.js process with `require`, `process`, and `Buffer` available. Because the loader is passed `require`, subsequent stages can pull in native modules (dpapi, better-sqlite3, node-machine-id) to run a credential/wallet stealer. The URL is assembled piecewise (`protocol + separator + domain + path`) and surrounded by unused constants referencing legitimate CDNs (cloudflare, fastly, akamai, cloudfront, gcorelabs, cdnjs) and Font Awesome-style paths so the fetch reads as icon retrieval; an unused `setDefaultModule` referencing those CDNs is dead-code decoy. The package name and description impersonate the real @polymarket/clob-client to attract Polymarket integrators. Any consumer that imports the package and invokes the default export runs whatever JavaScript the operator of svganchordev.net serves at that moment.
## Source: ghsa-malware (bd3cc3b2775e2ba28bb5fff5c7671fad59d10810e05e72c2f5c0c8b176c1ca8c) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms polygon-gamma-apis@2.0.0 as malicious (MAL-2026-10148): Malicious code in polygon-gamma-apis (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory