可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
polymarket-candle-engulfing-reversal-trader
Detects engulfing reversal patterns in crypto 5-minute interval markets on Polymarket with conviction-based position sizing
A legitimate Polymarket engulfing-pattern trading skill with comprehensive documentation, no hidden functionality, and safe-by-default paper trading mode.
技能名称polymarket-candle-engulfing-reversal-trader
分析耗时29.7s
引擎pi
可以安装
No action needed. The skill is well-documented with proper risk disclosures and safe defaults.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations in code
网络访问 READ READ ✓ 一致 client.find_markets(), client.get_markets() -- declared in SKILL.md
命令执行 NONE NONE No subprocess or shell execution
环境变量 READ READ ✓ 一致 SIMMER_API_KEY, SIMMER_MAX_POSITION, etc. -- declared in SKILL.md Required Crede…
技能调用 NONE NONE N/A
剪贴板 NONE NONE N/A
浏览器 NONE NONE N/A
数据库 NONE NONE N/A

目录结构

3 文件 · 22.5 KB · 551 行
Python 1f · 370L Markdown 1f · 94L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.9 KB
├─ 📝 SKILL.md Markdown 94L · 6.7 KB
└─ 🐍 trader.py Python 370L · 13.9 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk not pinned in clawhub.json pip Official Simmer Markets SDK from pypi.org/project/simmer-sdk/

安全亮点

✓ Comprehensive SKILL.md with full strategy explanation, risk parameters, and safety documentation
✓ Safe-by-default paper trading mode (venue=sim), live trades require explicit --live flag
✓ All environment variable usage declared in SKILL.md Required Credentials table
✓ Uses official simmer-sdk from PyPI with known GitHub repository
✓ No subprocess, shell execution, or credential exfiltration
✓ No base64 encoding, eval usage, or obfuscation
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ Autostart=false and cron=null prevents automatic execution
✓ Clear documentation of engulfing pattern detection logic and conviction-based sizing
✓ No hidden instructions or shadow functionality detected