可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-macro-sentiment-divergence-trader
Detects macro sentiment divergence across Polymarket prediction markets and trades against the stale side when positive/negative sentiment categories are priced inconsistently
A legitimate Polymarket sentiment divergence trading strategy with proper safeguards and transparent documentation.
技能名称polymarket-macro-sentiment-divergence-trader
分析耗时36.5s
引擎pi
可以安装
This skill is safe to use. Paper trading is enabled by default (venue='sim'), minimizing financial risk. Real trades require explicit --live flag.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No filesystem access in code
网络访问 READ READ ✓ 一致 trader.py: Uses SimmerClient for Polymarket API calls
命令执行 NONE NONE No subprocess or shell execution
环境变量 READ READ ✓ 一致 trader.py: Reads SIMMER_* env vars only
技能调用 NONE NONE No skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser access
数据库 NONE NONE No database access

目录结构

3 文件 · 23.6 KB · 588 行
Python 1f · 408L Markdown 1f · 105L JSON 1f · 75L
├─ 📋 clawhub.json JSON 75L · 1.5 KB
├─ 📝 SKILL.md Markdown 105L · 5.9 KB
└─ 🐍 trader.py Python 408L · 16.3 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Official Simmer Markets SDK from PyPI

安全亮点

✓ Paper trading (venue='sim') is the default mode with zero financial risk
✓ Real trades require explicit --live flag
✓ All capabilities are clearly documented in SKILL.md
✓ Uses a legitimate, documented trading SDK (simmer-sdk)
✓ Comprehensive safeguards implemented: spread gates, days-to-resolution filters, flip-flop detection, slippage warnings
✓ No shell execution, no credential harvesting beyond required API key
✓ No obfuscation or hidden functionality
✓ Code is readable and well-structured