Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
polymarket-bundle-tennis-set-match-trader
Trades cross-market constraint violations in tennis Set 1 O/U, Match O/U, Total Sets O/U, Set Handicap, and Set/Match Winner bundles on Polymarket
Legitimate Polymarket trading bot that detects and exploits cross-market constraint violations in tennis prop betting. All behavior is documented, no malicious indicators found.
Skill Namepolymarket-bundle-tennis-set-match-trader
Duration28.8s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No filesystem operations in code
Network READ READ ✓ Aligned Uses simmer-sdk for Polymarket API calls only
Shell NONE NONE No subprocess or shell execution
Environment READ READ ✓ Aligned Reads only SIMMER_* vars; declared in SKILL.md
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 · 27.0 KB · 704 lines
Python 1f · 523L Markdown 1f · 94L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 94L · 5.6 KB
└─ 🐍 trader.py Python 523L · 19.6 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
simmer-sdk * pip No Official Simmer Markets SDK, version not pinned but package is well-known

Security Positives

✓ Clear documentation with no mismatch between declared and actual behavior
✓ Paper trading by default (venue="sim"), real trades require explicit --live flag
✓ Only uses official simmer-sdk dependency from PyPI
✓ No subprocess, shell execution, or file system operations
✓ API key access is scoped to SIMMER_API_KEY only, used for legitimate trading
✓ Well-structured code with regex-based market parsing and constraint checking
✓ No obfuscation, base64 encoding, or hidden instructions
✓ No credential harvesting, C2 communication, or data exfiltration
✓ Environment variables are documented with tunable ranges in SKILL.md and clawhub.json
✓ Safety gates include YES/NO thresholds, min violation checks, position limits, and spread filters