Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
polymarket-legal-regulatory-trader
Trades Polymarket legal and regulatory prediction markets using conviction-based sizing with documented legal base rates
Legitimate Polymarket trading bot using the Simmer SDK with clear safety defaults (paper trading), no shell execution, no sensitive file access, and no obfuscation.
Skill Namepolymarket-legal-regulatory-trader
Duration26.5s
Enginepi
Safe to install
No action needed. The skill is a standard prediction market trading bot with documented behavior matching implementation.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file read/write operations found
Network NONE NONE Uses SimmerClient SDK for API calls only
Shell NONE NONE No subprocess or shell execution
Environment READ READ ✓ Aligned trader.py:49-57 - reads SIMMER_* vars and SIMMER_API_KEY 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 · 18.0 KB · 439 lines
Python 1f · 271L Markdown 1f · 100L JSON 1f · 68L
├─ 📋 clawhub.json JSON 68L · 1.1 KB
├─ 📝 SKILL.md Markdown 100L · 5.0 KB
└─ 🐍 trader.py Python 271L · 12.0 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
simmer-sdk * pypi No Version not pinned; known publisher (SpartanLabsXyz)

Security Positives

✓ No shell execution or subprocess calls
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No base64 encoding or code obfuscation
✓ Clear safety documentation: paper trading is the default mode
✓ Explicit --live flag required for real trades
✓ Straightforward, readable code with clear comments
✓ Uses standard environment variable pattern for configuration
✓ No data exfiltration or C2 communication
✓ No hidden functionality or doc-to-code mismatch