Scan Report
0 /100
polymarket-48h-equity-strike-trader
Trades structural mispricings in equity/stock price-threshold markets on Polymarket by detecting monotonicity breaks and range-sum inconsistencies in strike ladders.
A straightforward Polymarket strike-ladder arbitrage trading bot with clean code, safe defaults, and no malicious behavior detected.
Safe to install
No action needed. The skill is safe to use. Consider pinning the simmer-sdk dependency to a specific version in a requirements.txt for supply-chain stability.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in trader.py |
| Network | READ | READ | ✓ Aligned | Uses SimmerClient from simmer-sdk for API calls; no raw sockets or direct IP req… |
| Shell | NONE | NONE | — | No subprocess, os.system, or shell command execution |
| Environment | READ | READ | ✓ Aligned | Only reads SIMMER_API_KEY and tunables; no iteration over os.environ |
| Skill Invoke | NONE | NONE | — | No inter-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 28.9 KB · 785 lines Python 1f · 567L
Markdown 1f · 131L
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 | Version not pinned; depends on a third-party package from PyPI/GitHub |
Security Positives
✓ No shell execution or subprocess calls
✓ No credential harvesting beyond the declared SIMMER_API_KEY
✓ No file I/O operations (filesystem: NONE aligned)
✓ No obfuscation (base64, eval, atob)
✓ No network calls to raw IPs or suspicious endpoints
✓ Safe by default: paper trading mode (venue=sim) unless --live flag is explicitly provided
✓ Clear and accurate SKILL.md documentation matching code behavior
✓ No auto-start or cron configuration; must be explicitly configured
✓ All risk parameters exposed as tunables with sensible defaults
✓ Flips and slippage safeguards implemented via context_ok()