Skip to main content

Monitor Polymarket

Monitors prediction markets for price changes, volume shifts, and comments, providing insights for informed decision-making.

Install this skill

or
36/100

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

high line 16

Template literal with variable interpolation in command context

SourceSKILL.md
16If `${var}` is set, monitor only that single event (useful for ad-hoc checks).
medium line 22

Template literal with variable interpolation in command context

SourceSKILL.md
22```bash
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113```
high line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131Append to `memory/logs/${today}.md`:
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -s "https://gamma-api.polymarket.com/events?slug=$SLUG&limit=1"
medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52curl -s "https://clob.polymarket.com/prices-history?market=$TOKEN_ID&interval=1d&fidelity=60"
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=reactionCount&ascending=false"
medium line 75

Curl to non-GitHub URL

SourceSKILL.md
75curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=createdAt&ascending=false"
low line 37

External URL reference

SourceSKILL.md
37curl -s "https://gamma-api.polymarket.com/events?slug=$SLUG&limit=1"
low line 52

External URL reference

SourceSKILL.md
52curl -s "https://clob.polymarket.com/prices-history?market=$TOKEN_ID&interval=1d&fidelity=60"
low line 72

External URL reference

SourceSKILL.md
72curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=reactionCount&ascending=false"
low line 75

External URL reference

SourceSKILL.md
75curl -s "https://gamma-api.polymarket.com/comments?parent_entity_type=Event&parent_entity_id=$EVENT_ID&limit=10&order=createdAt&ascending=false"
Scanned on May 30, 2026
View Security Dashboard
Installation guide →