Scan Report
5 /100
polymarket-music-entertainment-trader
Trades Polymarket prediction markets on music streaming milestones, album chart performance, Grammy nominations, and entertainment deals.
Legitimate Polymarket trading bot with well-documented paper trading default, clean code, and no malicious indicators.
Safe to install
Safe to use. The skill implements clear trading logic with appropriate safeguards (paper mode default, --live flag requirement for real trades).
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Dependency version not pinned Supply Chain | clawhub.json:4 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in trader.py |
| Network | READ | READ | ✓ Aligned | API calls only through simmer-sdk to Polymarket, documented in SKILL.md |
| Shell | NONE | NONE | — | No subprocess or shell execution detected |
| Environment | READ | READ | ✓ Aligned | Reads SIMMER_API_KEY and SIMMER_* tunables, all documented in SKILL.md |
| Skill Invoke | NONE | NONE | — | No skill invocation capabilities |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
5 findings
Medium External URL 外部 URL
https://charts.spotify.com/charts/overview/global SKILL.md:95 Medium External URL 外部 URL
https://www.billboard.com/charts/ SKILL.md:96 Medium External URL 外部 URL
https://chartmetric.com/ SKILL.md:97 Medium External URL 外部 URL
https://www.riaa.com/gold-platinum/ SKILL.md:98 Info Email 邮箱地址
[email protected] SKILL.md:150 File Tree
3 files · 18.8 KB · 466 lines Python 1f · 241L
Markdown 1f · 152L
JSON 1f · 73L
├─
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; published by Simmer Markets ([email protected]) |
Security Positives
✓ Paper trading default (venue="sim") ensures zero financial risk unless --live flag is explicitly passed
✓ No shell execution or subprocess calls detected
✓ No credential exfiltration - SIMMER_API_KEY only used for API authentication
✓ Clean, readable code with no obfuscation or base64-encoded payloads
✓ No sensitive file/path access (no ~/.ssh, ~/.aws, .env access)
✓ Cron disabled by default (autostart: false, cron: null)
✓ Clear documentation of all capabilities and dependencies
✓ Doc-to-code alignment: all functionality declared in SKILL.md matches implementation