可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-ladder-esports-kills-trader
Trades monotonicity violations in esports Total Kills O/U market ladders on Polymarket
A legitimate Polymarket trading bot that detects monotonicity violations in esports kill total O/U ladders. No malicious indicators found.
技能名称polymarket-ladder-esports-kills-trader
分析耗时27.7s
引擎pi
可以安装
This skill is safe to use. It uses the documented simmer-sdk for Polymarket API interactions with paper trading as default.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE trader.py - No file operations beyond standard imports
网络访问 READ READ ✓ 一致 trader.py:8 - Uses simmer-sdk for Polymarket API calls, declared in SKILL.md dep…
命令执行 NONE NONE trader.py - No subprocess or shell execution found
环境变量 READ READ ✓ 一致 trader.py:43-50 - Reads SIMMER_* environment variables, all documented in SKILL.…
剪贴板 NONE NONE No clipboard access in code
浏览器 NONE NONE No browser automation in code
数据库 NONE NONE No database access in code

目录结构

3 文件 · 25.2 KB · 671 行
Python 1f · 467L Markdown 1f · 117L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 117L · 6.1 KB
└─ 🐍 trader.py Python 467L · 17.3 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Documented dependency from Simmer Markets (SpartanLabsXyz)

安全亮点

✓ Paper trading (sim mode) is the default, requiring explicit --live flag for real trades
✓ All required credentials (SIMMER_API_KEY) are documented
✓ All tunable parameters are declared in both SKILL.md and clawhub.json
✓ Uses well-known simmer-sdk library from PyPI (SpartanLabsXyz)
✓ No shell execution, no subprocess calls
✓ No file system write operations
✓ No credential exfiltration or data theft patterns
✓ Clean Python code with no obfuscation or base64 encoding
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No network requests to undeclared external IPs