扫描报告
5 /100
polymarket-bundle-btc-5min-streak-trader
BTC 5-minute interval streak mean-reversion trader for Polymarket
A legitimate Polymarket trading bot with clear documentation, proper safety defaults (paper trading), and no malicious behavior detected.
可以安装
This skill is safe to use. Ensure SIMMER_API_KEY is stored securely and only use --live flag intentionally.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations found |
| 网络访问 | READ | READ | ✓ 一致 | Uses simmer-sdk for Polymarket API (declared) |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution |
| 环境变量 | READ | READ | ✓ 一致 | Reads SIMMER_API_KEY and tunables (declared in SKILL.md) |
| 技能调用 | NONE | NONE | — | Not used |
| 剪贴板 | NONE | NONE | — | Not used |
| 浏览器 | NONE | NONE | — | Not used |
| 数据库 | NONE | NONE | — | Not used |
目录结构
3 文件 · 25.4 KB · 632 行 Python 1f · 447L
Markdown 1f · 98L
JSON 1f · 87L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
simmer-sdk | * | pip | 否 | Official SDK from SpartanLabsXyz, version not pinned |
安全亮点
✓ Paper trading (sim mode) is the default, preventing accidental real trades
✓ Explicit --live flag required for live trading with clear warning in documentation
✓ API key access is declared and necessary for trading functionality
✓ No obfuscation or suspicious code patterns
✓ Risk parameters are tunable with sensible defaults
✓ Spread and position limits prevent runaway trades
✓ All dependencies declared (simmer-sdk from PyPI)