Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
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.
Skill Namepolymarket-macro-sentiment-divergence-trader
Duration36.5s
Enginepi
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.
ResourceDeclaredInferredStatusEvidence
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 75L · 1.5 KB
├─ 📝 SKILL.md Markdown 105L · 5.9 KB
└─ 🐍 trader.py Python 408L · 16.3 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
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