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