可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
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.
技能名称polymarket-macro-fear-index-trader
分析耗时28.6s
引擎pi
可以安装
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 127L · 2.7 KB
├─ 📝 SKILL.md Markdown 146L · 6.8 KB
└─ 🐍 trader.py Python 556L · 21.2 KB

依赖分析 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