Scan Report
5 /100
polymarket-ladder-esports-kills-trader
Trades monotonicity violations in esports Total Kills O/U market ladders on Polymarket
A legitimate Polymarket trading bot that detects monotonicity violations in esports kill total O/U ladders. No malicious indicators found.
Safe to install
This skill is safe to use. It uses the documented simmer-sdk for Polymarket API interactions with paper trading as default.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | trader.py - No file operations beyond standard imports |
| Network | READ | READ | ✓ Aligned | trader.py:8 - Uses simmer-sdk for Polymarket API calls, declared in SKILL.md dep… |
| Shell | NONE | NONE | — | trader.py - No subprocess or shell execution found |
| Environment | READ | READ | ✓ Aligned | trader.py:43-50 - Reads SIMMER_* environment variables, all documented in SKILL.… |
| Clipboard | NONE | NONE | — | No clipboard access in code |
| Browser | NONE | NONE | — | No browser automation in code |
| Database | NONE | NONE | — | No database access in code |
File Tree
3 files · 25.2 KB · 671 lines Python 1f · 467L
Markdown 1f · 117L
JSON 1f · 87L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
simmer-sdk | * | pip | No | Documented dependency from Simmer Markets (SpartanLabsXyz) |
Security Positives
✓ Paper trading (sim mode) is the default, requiring explicit --live flag for real trades
✓ All required credentials (SIMMER_API_KEY) are documented
✓ All tunable parameters are declared in both SKILL.md and clawhub.json
✓ Uses well-known simmer-sdk library from PyPI (SpartanLabsXyz)
✓ No shell execution, no subprocess calls
✓ No file system write operations
✓ No credential exfiltration or data theft patterns
✓ Clean Python code with no obfuscation or base64 encoding
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No network requests to undeclared external IPs