Monitor Polymarket
Monitors prediction markets for price changes, volume shifts, and comments, providing insights for informed decision-making.
Install this skill
Security score
The Monitor Polymarket skill was audited on May 30, 2026 and we found 12 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 16 | If `${var}` is set, monitor only that single event (useful for ad-hoc checks). |
Template literal with variable interpolation in command context
| 22 | ```bash |
Template literal with variable interpolation in command context
| 113 | ``` |
Template literal with variable interpolation in command context
| 131 | Append to `memory/logs/${today}.md`: |
Curl to non-GitHub URL
| 37 | curl -s "https://gamma-api.polymarket.com/events?slug=$SLUG&limit=1" |
Curl to non-GitHub URL
| 52 | curl -s "https://clob.polymarket.com/prices-history?market=$TOKEN_ID&interval=1d&fidelity=60" |
Curl to non-GitHub URL
| 72 | curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=reactionCount&ascending=false" |
Curl to non-GitHub URL
| 75 | curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=createdAt&ascending=false" |
External URL reference
| 37 | curl -s "https://gamma-api.polymarket.com/events?slug=$SLUG&limit=1" |
External URL reference
| 52 | curl -s "https://clob.polymarket.com/prices-history?market=$TOKEN_ID&interval=1d&fidelity=60" |
External URL reference
| 72 | curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=reactionCount&ascending=false" |
External URL reference
| 75 | curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=createdAt&ascending=false" |