扫描报告
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.
可以安装
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
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 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