扫描报告
5 /100
polymarket-geopolitics-trader
Trades Polymarket prediction markets on geopolitical events — wars, ceasefires, sanctions, diplomatic breakthroughs, and regime changes.
A legitimate Polymarket geopolitical trading bot with safe paper-trading defaults, fully declared credentials, no shell access, and no suspicious behavior.
可以安装
No action needed. The skill is safe to use with the documented SIMMER_API_KEY credential.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem operations in code |
| 网络访问 | READ | READ | ✓ 一致 | SDK makes outbound API calls for market data; declared in SKILL.md dependency se… |
| 命令执行 | NONE | NONE | — | No subprocess, no os.system, no shell commands |
| 环境变量 | READ | READ | ✓ 一致 | os.environ for SIMMER_API_KEY and tunables — declared in SKILL.md credentials ta… |
| 技能调用 | NONE | NONE | — | No skill-invocation logic |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
3 文件 · 20.0 KB · 483 行 Python 1f · 298L
Markdown 1f · 117L
JSON 1f · 68L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
simmer-sdk | * | pip | 否 | Version not pinned; from PyPI (SpartanLabsXyz), appears legitimate |
安全亮点
✓ Paper trading (venue=sim) is the safe default; live trades require explicit --live flag
✓ autostart=false and cron=null — nothing runs automatically
✓ Only one credential required (SIMMER_API_KEY), clearly documented in SKILL.md
✓ No shell execution, no subprocess, no os.system calls
✓ No sensitive file/path access (~/.ssh, ~/.aws, .env, etc.)
✓ No credential harvesting or environment variable enumeration
✓ No base64-encoded payloads or code obfuscation
✓ No data exfiltration or C2 communication patterns
✓ No remote script execution (curl|bash, wget|sh)
✓ Code is clean, readable, and matches documentation
✓ Strategy logic is documented with mathematical transparency (conviction, bias multipliers)