扫描报告
0 /100
polymarket-48h-equity-strike-trader
Trades structural mispricings in equity/stock price-threshold markets on Polymarket by detecting monotonicity breaks and range-sum inconsistencies in strike ladders.
A straightforward Polymarket strike-ladder arbitrage trading bot with clean code, safe defaults, and no malicious behavior detected.
可以安装
No action needed. The skill is safe to use. Consider pinning the simmer-sdk dependency to a specific version in a requirements.txt for supply-chain stability.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in trader.py |
| 网络访问 | READ | READ | ✓ 一致 | Uses SimmerClient from simmer-sdk for API calls; no raw sockets or direct IP req… |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell command execution |
| 环境变量 | READ | READ | ✓ 一致 | Only reads SIMMER_API_KEY and tunables; no iteration over os.environ |
| 技能调用 | NONE | NONE | — | No inter-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 28.9 KB · 785 行 Python 1f · 567L
Markdown 1f · 131L
JSON 1f · 87L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
simmer-sdk | * | pip | 否 | Version not pinned; depends on a third-party package from PyPI/GitHub |
安全亮点
✓ No shell execution or subprocess calls
✓ No credential harvesting beyond the declared SIMMER_API_KEY
✓ No file I/O operations (filesystem: NONE aligned)
✓ No obfuscation (base64, eval, atob)
✓ No network calls to raw IPs or suspicious endpoints
✓ Safe by default: paper trading mode (venue=sim) unless --live flag is explicitly provided
✓ Clear and accurate SKILL.md documentation matching code behavior
✓ No auto-start or cron configuration; must be explicitly configured
✓ All risk parameters exposed as tunables with sensible defaults
✓ Flips and slippage safeguards implemented via context_ok()