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