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