可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-ladder-nhl-hockey-trader
Trades monotonicity violations in NHL hockey O/U market ladders and spread-vs-total consistency on Polymarket
A legitimate Polymarket NHL hockey ladder trading bot with comprehensive documentation, safe paper-trading defaults, and no malicious behavior observed.
技能名称polymarket-ladder-nhl-hockey-trader
分析耗时45.8s
引擎pi
可以安装
This skill is safe to use. The skill defaults to paper trading mode and only executes real trades with explicit --live flag. No action required.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE trader.py: No file read/write operations
网络访问 READ READ ✓ 一致 trader.py: Uses SimmerClient API for market discovery and trading
命令执行 NONE NONE trader.py: No subprocess, os.system, or shell execution
环境变量 READ READ ✓ 一致 trader.py:31-39 - Only reads documented SIMMER_* parameters
技能调用 NONE NONE trader.py: No skill-to-skill invocation
剪贴板 NONE NONE trader.py: No clipboard access
浏览器 NONE NONE trader.py: No browser automation
数据库 NONE NONE trader.py: No database operations

目录结构

3 文件 · 31.7 KB · 829 行
Python 1f · 601L Markdown 1f · 141L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 141L · 7.3 KB
└─ 🐍 trader.py Python 601L · 22.6 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Version not pinned; SDK from Simmer Markets (SpartanLabsXyz)

安全亮点

✓ Comprehensive SKILL.md documentation with clear strategy explanation
✓ Safe by default: paper trading (sim) mode is the default; real trades require explicit --live flag
✓ No shell execution, subprocess, or os.system calls
✓ No sensitive file access (no ~/.ssh, ~/.aws, .env, or similar paths)
✓ Uses well-documented simmer-sdk from Simmer Markets (SpartanLabsXyz)
✓ Only reads documented environment variables for configuration
✓ No obfuscation techniques (no base64, no eval, no obfuscated strings)
✓ No curl|bash or wget|sh remote script execution patterns
✓ Autostart is disabled by default (autostart: false)
✓ Cron is null - no automated execution without user configuration
✓ Trade safeguards include flip-flop detection and slippage checks
✓ Max position size, min trade, and other risk parameters are tunable