Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namepolymarket-candle-engulfing-reversal-trader
Duration29.7s
Enginepi
Safe to install
No action needed. The skill is well-documented with proper risk disclosures and safe defaults.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file operations in code
Network READ READ ✓ Aligned client.find_markets(), client.get_markets() -- declared in SKILL.md
Shell NONE NONE No subprocess or shell execution
Environment READ READ ✓ Aligned SIMMER_API_KEY, SIMMER_MAX_POSITION, etc. -- declared in SKILL.md Required Crede…
Skill Invoke NONE NONE N/A
Clipboard NONE NONE N/A
Browser NONE NONE N/A
Database NONE NONE N/A

File Tree

3 files · 22.5 KB · 551 lines
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

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
simmer-sdk not pinned in clawhub.json pip No Official Simmer Markets SDK from pypi.org/project/simmer-sdk/

Security Positives

✓ 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