可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-48h-weather-distribution-trader
Trades mispricings in weather temperature-bin markets on Polymarket by reconstructing implied probability distributions and detecting sum violations and monotonicity breaks.
A clean, transparent Polymarket weather distribution arbitrage trading bot with no malicious behavior, well-documented behavior, and credential usage limited to its stated trading purpose.
技能名称polymarket-48h-weather-distribution-trader
分析耗时37.5s
引擎pi
可以安装
This skill is safe to use. Ensure SIMMER_API_KEY is stored securely and not committed to version control.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file read/write operations found
网络访问 NONE READ ✓ 一致 SDK network calls to Polymarket API, documented in SKILL.md
命令执行 NONE NONE No subprocess or shell execution
环境变量 READ READ ✓ 一致 Reads SIMMER_API_KEY and tunable risk params; declared in SKILL.md
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser access
数据库 NONE NONE No database access

目录结构

3 文件 · 27.8 KB · 729 行
Python 1f · 522L Markdown 1f · 120L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 120L · 5.7 KB
└─ 🐍 trader.py Python 522L · 20.2 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk unpinned pip SDK dependency from PyPI; version not specified in files but installed via pip

安全亮点

✓ No shell execution (subprocess, os.system, curl|bash, etc.)
✓ No credential harvesting — SIMMER_API_KEY is used only for SDK authentication
✓ No obfuscation — no base64, eval(), or anti-analysis patterns
✓ No data exfiltration — all data stays within the trading workflow
✓ No sensitive file access (~/.ssh, ~/.aws, .env beyond what's declared)
✓ No remote code execution vectors
✓ Paper trading by default — live trades require explicit --live flag
✓ Documentation is comprehensive and accurately describes all behavior
✓ Single external dependency (simmer-sdk) from PyPI, clearly declared
✓ Code is readable and straightforward trading logic without surprises