扫描报告
10 /100
polymarket-24h-player-prop-consistency-trader
Trades NBA player prop mispricings on Polymarket by detecting cross-stat consistency or divergence for the same player
Legitimate NBA player prop trading bot using simmer-sdk, no malicious behavior detected. Paper trading by default with proper safeguards.
可以安装
This skill is safe to use. Ensure SIMMER_API_KEY is stored securely and never share credentials. The unpinned simmer-sdk dependency could be tightened by pinning to a specific version.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned dependency version 供应链 | clawhub.json:3 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 环境变量 | READ | READ | ✓ 一致 | trader.py:39-40: os.environ.get('SIMMER_API_KEY') |
| 网络访问 | READ | READ | ✓ 一致 | trader.py:42: SimmerClient(api_key=..., venue=...) |
| 文件系统 | NONE | NONE | — | No file operations in codebase |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell execution |
目录结构
3 文件 · 26.8 KB · 702 行 Python 1f · 494L
Markdown 1f · 121L
JSON 1f · 87L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
simmer-sdk | unpinned | pip | 否 | Version not pinned - recommend pinning to specific version |
安全亮点
✓ Paper trading is the default mode (venue='sim'), requiring explicit --live flag for real trades
✓ No shell execution, subprocess, or system command calls
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env files
✓ No credential exfiltration or data theft indicators
✓ Clear and comprehensive documentation in SKILL.md
✓ Well-structured code with proper safeguards and validation