低风险 — 风险评分 10/100
上次扫描:1 天前 重新扫描
10 /100
polymarket-global-elections-trader
Trades Polymarket prediction markets on elections, referendums, and democratic events worldwide
A legitimate Polymarket election trading bot that uses keyword-based market discovery and conviction-based sizing. No malicious behavior detected; all functionality is accurately documented in SKILL.md.
技能名称polymarket-global-elections-trader
分析耗时26.7s
引擎pi
可以安装
No immediate action required. Consider pinning the simmer-sdk version for reproducibility.

安全发现 1 项

严重性 安全发现 位置
低危
Unpinned SDK dependency 供应链
simmer-sdk has no version constraint in requirements, creating reproducibility risk. While the package is from PyPI (not suspicious), version pinning is a best practice.
"pip": ["simmer-sdk"]
→ Pin to a specific version, e.g., "simmer-sdk>=1.0.0,<2.0.0"
clawhub.json:5
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file I/O in trader.py
网络访问 NONE READ ✓ 一致 simmer-sdk makes outbound API calls to Polymarket; indirectly required for tradi…
命令执行 NONE NONE No subprocess, os.system, or shell execution
环境变量 READ READ ✓ 一致 trader.py:51-59 reads SIMMER_* vars for configuration
技能调用 NONE NONE No skill-to-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

3 文件 · 27.6 KB · 587 行
Python 1f · 385L Markdown 1f · 129L JSON 1f · 73L
├─ 📋 clawhub.json JSON 73L · 1.2 KB
├─ 📝 SKILL.md Markdown 129L · 7.6 KB
└─ 🐍 trader.py Python 385L · 18.8 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Version not pinned; PyPI package from SpartanLabsXyz

安全亮点

✓ Safe paper-trading default (venue="sim" unless --live flag is explicitly provided)
✓ No shell execution, file writes, or credential harvesting beyond the declared SIMMER_API_KEY
✓ Documentation accurately describes all behavior — no hidden functionality
✓ No obfuscation techniques (no base64, eval, or anti-analysis patterns)
✓ Guards against slippage and flip-flop trades via context_ok() function
✓ No network requests made directly — all API calls go through the simmer-sdk
✓ Cron/automaton disabled by default (autostart: false)