Scan Report
20 /100
polymarket-catastrophe-trader
Trades Polymarket prediction markets on hurricane seasons, earthquake probabilities, wildfire forecasts, and extreme weather records
Legitimate Polymarket trading skill with clear documentation, paper-trading safeguards, and no malicious behavior detected. Minor concern: external simmer-sdk dependency not version-pinned.
Safe to install
Approve for use. Consider pinning simmer-sdk to a specific version (e.g., pip install simmer-sdk==X.Y.Z) in a requirements.txt to reduce supply chain risk.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned external dependency Supply Chain | clawhub.json:8 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | trader.py:client.find_markets(), client.trade() — Polymarket API access via Simm… |
| Environment | READ | READ | ✓ Aligned | trader.py:os.environ['SIMMER_API_KEY'] and SIMMER_* tunables — legitimate creden… |
| Filesystem | NONE | NONE | — | No file read/write operations in codebase |
| Shell | NONE | NONE | — | No subprocess, os.system, or shell execution calls detected |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 31.2 KB · 636 lines Python 1f · 425L
Markdown 1f · 138L
JSON 1f · 73L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
simmer-sdk | unpinned | PyPI | No | Version not pinned — supply chain risk |
Security Positives
✓ Paper trading (venue="sim") is the safe default — real trades require explicit --live flag
✓ Documentation is comprehensive and accurately describes all functionality
✓ No obfuscation techniques (no base64, eval, or encoded strings)
✓ No credential harvesting or data exfiltration behavior
✓ No sensitive path access (~/.ssh, ~/.aws, .env files)
✓ No remote script execution (curl|bash, wget|sh)
✓ Code is well-structured and readable
✓ Financial risk parameters are clearly documented and tunable