扫描报告
10 /100
dex-quant-skill
Cryptocurrency quantitative trading AI Skill for strategy generation, backtesting, optimization, and monitoring
Legitimate cryptocurrency quantitative trading skill with well-documented functionality, secure credential handling via secure links, and only declared external API communications with major exchanges.
可以安装
Skill appears safe for use. Monitor vault system behavior when users configure wallet keys.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Wallet private key handling 凭证窃取 | scripts/api_client.py |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: Write tool declared; scripts save strategies to {baseDir}/strategies/ |
| 网络访问 | READ | READ | ✓ 一致 | API calls to Binance, CoinGecko, DeFi Llama, and own server - all documented |
| 命令执行 | WRITE | WRITE | ✓ 一致 | subprocess used for pip install, font installation - declared in preamble |
| 环境变量 | NONE | READ | ✓ 一致 | data_client.py reads PROXY_URL env var - documented purpose |
| 技能调用 | NONE | NONE | — | |
| 剪贴板 | NONE | NONE | — | |
| 浏览器 | NONE | NONE | — | |
| 数据库 | NONE | NONE | — |
7 项发现
中危 外部 URL 外部 URL
http://json-schema.org/draft-07/schema# schemas/signal_format.json:2 中危 外部 URL 外部 URL
http://your-server:8000 scripts/api_client.py:17 中危 外部 URL 外部 URL
https://dex-quant-app-production.up.railway.app scripts/api_client.py:41 中危 外部 URL 外部 URL
https://fapi.binance.com scripts/data_client.py:23 中危 外部 URL 外部 URL
https://api.binance.com scripts/data_client.py:24 中危 外部 URL 外部 URL
https://api.coingecko.com/api/v3 scripts/data_client.py:25 中危 外部 URL 外部 URL
https://api.llama.fi scripts/data_client.py:26 目录结构
17 文件 · 198.3 KB · 5353 行 Python 12f · 4174L
Markdown 2f · 1054L
JSON 3f · 125L
├─
▾
docs
│ └─
DEX Quant产品文档.md
Markdown
├─
▾
schemas
│ └─
signal_format.json
JSON
├─
▾
scripts
│ ├─
api_client.py
Python
│ ├─
data_client.py
Python
│ ├─
indicators.py
Python
│ ├─
machine_auth.py
Python
│ ├─
risk_checker.py
Python
│ └─
strategy_runner.py
Python
├─
▾
strategies
│ ├─
btc_aggressive_momentum.py
Python
│ ├─
btc_macd_trend.py
Python
│ ├─
btc_rsi_momentum.py
Python
│ ├─
btc_trend_pullback.py
Python
│ ├─
sol_kdj_swing.py
Python
│ └─
sol_rsi_momentum.py
Python
├─
clawhub.json
JSON
├─
conductor.json
JSON
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
httpx | not pinned | pip install | 否 | Used for API calls - standard HTTP client |
loguru | not pinned | pip install | 否 | Logging library - standard |
matplotlib | not pinned | pip install | 否 | Charting library - standard |
安全亮点
✓ Comprehensive documentation in SKILL.md with explicit security rules
✓ Secure vault system for private keys using browser-based secure link submission
✓ All network communications are with legitimate financial APIs (Binance, CoinGecko, DeFi Llama)
✓ Strategy scripts execute in a sandboxed server environment, blocking os/subprocess/socket imports
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No base64-encoded execution or obfuscation detected
✓ No reverse shell, C2, or data theft patterns
✓ Clean codebase with no typosquatting or malicious dependencies