web3-polymarket
Integrates with Polymarket for prediction market trading on Polygon, enabling order placement and market data access.
Install this skill
or
80/100
Security score
The web3-polymarket skill was audited on May 14, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 60
Template literal with variable interpolation in command context
SourceSKILL.md
| 60 | ```python |
low line 462
Access to .env file
SourceSKILL.md
| 462 | const signer = new Wallet(process.env.PRIVATE_KEY); |
low line 36
External URL reference
SourceSKILL.md
| 36 | temp = ClobClient("https://clob.polymarket.com", key=pk, chain_id=137) |
low line 39
External URL reference
SourceSKILL.md
| 39 | "https://clob.polymarket.com", |
low line 69
External URL reference
SourceSKILL.md
| 69 | "https://clob.polymarket.com", |
low line 92
External URL reference
SourceSKILL.md
| 92 | "https://clob.polymarket.com", |
low line 138
External URL reference
SourceSKILL.md
| 138 | "https://gamma-api.polymarket.com/events", |
low line 434
External URL reference
SourceSKILL.md
| 434 | | CLOB | `https://clob.polymarket.com` | L2 for trade endpoints | Orderbook, prices, order submission | |
low line 435
External URL reference
SourceSKILL.md
| 435 | | Gamma / Data | `https://gamma-api.polymarket.com` | None | Events, markets, search | |
low line 436
External URL reference
SourceSKILL.md
| 436 | | Data API | `https://data-api.polymarket.com` | None | Trades, positions, user data | |
low line 440
External URL reference
SourceSKILL.md
| 440 | | Relayer | `https://relayer-v2.polymarket.com/` | Builder headers | Gasless transactions | |
low line 441
External URL reference
SourceSKILL.md
| 441 | | Bridge | `https://bridge.polymarket.com` | None | Deposits/withdrawals | |
low line 460
External URL reference
SourceSKILL.md
| 460 | const HOST = "https://clob.polymarket.com"; |
low line 484
External URL reference
SourceSKILL.md
| 484 | host = "https://clob.polymarket.com" |
low line 562
External URL reference
SourceSKILL.md
| 562 | const readClient = new ClobClient("https://clob.polymarket.com", 137); |
low line 572
External URL reference
SourceSKILL.md
| 572 | read_client = ClobClient("https://clob.polymarket.com", chain_id=137) |
Scanned on May 14, 2026
View Security Dashboard