扫描报告
5 /100
polymarket-macro-fear-index-trader
Builds a custom fear index from Polymarket markets and trades overreactions during panic or complacency regimes
A legitimate Polymarket trading skill that aggregates fear-index signals and executes trades via the Simmer SDK, with paper-trading safe defaults and no suspicious behavior.
可以安装
No action required. The skill is safe to use. Only grant shell:WRITE if the Simmer runtime requires it for process management.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | trader.py:all - No file read/write operations found |
| 网络访问 | NONE | READ/WRITE | ✓ 一致 | trader.py:130 - Uses SimmerClient from simmer-sdk for API calls |
| 命令执行 | NONE | NONE | — | trader.py - No subprocess/os.system/shell calls |
| 环境变量 | READ | READ | ✓ 一致 | trader.py:62-79 - Reads SIMMER_API_KEY and SIMMER_* tunables as documented |
| 技能调用 | NONE | NONE | — | No recursive skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
1 项发现
提示 邮箱 邮箱地址
[email protected] SKILL.md:144 目录结构
3 文件 · 30.7 KB · 829 行 Python 1f · 556L
Markdown 1f · 146L
JSON 1f · 127L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
simmer-sdk | * | PyPI | 否 | Not version-pinned; published by [email protected] |
安全亮点
✓ Paper-trading safe default (venue=sim) prevents accidental real trades
✓ Explicit --live flag required for live Polymarket trading
✓ All capabilities align with SKILL.md documentation -- no doc-code mismatch
✓ No shell execution, obfuscation, or credential harvesting beyond the declared API key
✓ Flip-flop and slippage safeguards via client.get_market_context()
✓ Spread and liquidity gates prevent trading on illiquid markets
✓ Risk parameters (max position, min volume) are tunable and declared
✓ No sensitive path access (no ~/.ssh, ~/.aws, .env file reading)
✓ Clean codebase with no base64, no eval(), no hidden instructions
✓ Simmer SDK is a legitimate published PyPI package from known publisher