Scan Report
5 /100
polymarket-macro-sentiment-divergence-trader
Detects macro sentiment divergence across Polymarket prediction markets and trades against the stale side when positive/negative sentiment categories are priced inconsistently
A legitimate Polymarket sentiment divergence trading strategy with proper safeguards and transparent documentation.
Safe to install
This skill is safe to use. Paper trading is enabled by default (venue='sim'), minimizing financial risk. Real trades require explicit --live flag.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access in code |
| Network | READ | READ | ✓ Aligned | trader.py: Uses SimmerClient for Polymarket API calls |
| Shell | NONE | NONE | — | No subprocess or shell execution |
| Environment | READ | READ | ✓ Aligned | trader.py: Reads SIMMER_* env vars only |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 23.6 KB · 588 lines Python 1f · 408L
Markdown 1f · 105L
JSON 1f · 75L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
simmer-sdk | * | pip | No | Official Simmer Markets SDK from PyPI |
Security Positives
✓ Paper trading (venue='sim') is the default mode with zero financial risk
✓ Real trades require explicit --live flag
✓ All capabilities are clearly documented in SKILL.md
✓ Uses a legitimate, documented trading SDK (simmer-sdk)
✓ Comprehensive safeguards implemented: spread gates, days-to-resolution filters, flip-flop detection, slippage warnings
✓ No shell execution, no credential harvesting beyond required API key
✓ No obfuscation or hidden functionality
✓ Code is readable and well-structured