Scan Report
5 /100
polymarket-macro-calendar-catalyst-trader
Trades Polymarket prediction markets that resolve near known calendar catalyst events (FOMC, sports, geopolitics, crypto, space launches)
A legitimate Polymarket trading bot that uses the simmer-sdk to trade prediction markets near calendar catalyst events, with no malicious behavior detected.
Safe to install
This skill is safe to use. The SIMMER_API_KEY credential is required and documented, and all trading is paper-only by default.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned simmer-sdk dependency Supply Chain | clawhub.json |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in code |
| Network | NONE | READ | ✓ Aligned | SDK calls to Polymarket/Simmer APIs only; no direct network from skill |
| Shell | NONE | NONE | — | No subprocess or shell invocation |
| Environment | READ | READ | ✓ Aligned | SKILL.md §Required Credentials declares SIMMER_API_KEY and tunables; code reads … |
| 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 · 27.4 KB · 653 lines Python 1f · 454L
Markdown 1f · 108L
JSON 1f · 91L
├─
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 in clawhub.json |
Security Positives
✓ Paper trading is the safe default; --live flag required for real trades
✓ No shell execution, subprocess, or command injection vectors
✓ No obfuscation (base64, eval, atob) anywhere in the codebase
✓ No sensitive file access (no ~/.ssh, ~/.aws, .env reads)
✓ No credential exfiltration — SIMMER_API_KEY is only used for SDK authentication
✓ No data exfiltration or C2 communication patterns
✓ Full documentation coverage: strategy, credentials, tunables, and safeguards all declared in SKILL.md
✓ clawhub.json is complete and accurate with all tunables declared
✓ Environment variable access is documented and limited to declared credential/tunable names