Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
polymarket-youtube-channel-trader
Trades Polymarket YouTube channel prediction markets (subscriber milestones, view-count races) using first-hour velocity models and channel volatility profiles. Paper trading by default.
Legitimate prediction-market trading bot that uses a documented SDK for Polymarket trading with safe paper-trading defaults and no malicious indicators.
Skill Namepolymarket-youtube-channel-trader
Duration25.0s
Enginepi
Safe to install
No action required. The skill is safe to use. Consider pinning simmer-sdk to a specific version for reproducible builds.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file reads or writes beyond own files
Network READ READ ✓ Aligned SDK makes outbound API calls to simmer.markets — documented and expected
Shell NONE NONE No subprocess, os.system, or shell execution detected
Environment READ READ ✓ Aligned Only reads SIMMER_* tunables — documented in SKILL.md
Skill Invoke NONE NONE No inter-skill invocation
Clipboard NONE NONE Not accessed
Browser NONE NONE Not accessed
Database NONE NONE Not accessed
1 findings
🔗
Medium External URL 外部 URL
https://simmer.markets/skills
SKILL.md:9

File Tree

3 files · 37.4 KB · 994 lines
Python 1f · 701L Markdown 1f · 214L JSON 1f · 79L
├─ 📋 clawhub.json JSON 79L · 1.7 KB
├─ 📝 SKILL.md Markdown 214L · 10.2 KB
└─ 🐍 trader.py Python 701L · 25.5 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
simmer-sdk * pip No Version not pinned — supply chain hygiene concern

Security Positives

✓ Safe by default: paper trading mode (venue=sim) unless --live flag is explicitly provided
✓ No shell execution, subprocess, or command injection vectors
✓ No credential exfiltration — SIMMER_API_KEY is used only with the simmer-sdk client
✓ No obfuscation, base64, or eval() usage
✓ No sensitive file/path access (~/.ssh, ~/.aws, .env)
✓ No remote script downloads (curl|bash, wget|sh)
✓ No hidden HTML comments or steganographic payloads
✓ All network I/O is through the documented simmer-sdk, not raw sockets or direct HTTP
✓ No cron/scheduled tasks or persistence mechanisms
✓ Comprehensive documentation in SKILL.md covering all strategy logic and risk parameters
✓ Small, readable codebase (701 lines) with no third-party dependencies beyond the SDK