polymarket
Enables querying and trading on Polymarket prediction markets, allowing users to check odds and manage positions directly from the terminal.
Install this skill
or
72/100
Security score
The polymarket skill was audited on Mar 7, 2026 and we found 6 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 31
Piping content to sh shell
SourceSKILL.md
| 31 | curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh |
medium line 40
Access to hidden dotfiles in home directory
SourceSKILL.md
| 40 | Or manually configure `~/.config/polymarket/config.json` with your private key. See the [CLI docs](https://github.com/Polymarket/polymarket-cli) for details. |
medium line 127
Access to hidden dotfiles in home directory
SourceSKILL.md
| 127 | - **Private key security.** Your key is stored in `~/.config/polymarket/config.json`. Keep it safe. |
low line 8
External URL reference
SourceSKILL.md
| 8 | homepage: https://polymarket.com |
low line 22
External URL reference
SourceSKILL.md
| 22 | Query [Polymarket](https://polymarket.com) prediction markets and trade from the terminal. |
low line 133
External URL reference
SourceSKILL.md
| 133 | - Base URL: `https://gamma-api.polymarket.com` |
Scanned on Mar 7, 2026
View Security Dashboard