扫描报告
45 /100
clawclone
Backup, clone, and migrate OpenClaw data across instances with cloud upload/download
ClawClone skill documents backup of API keys and tokens with cloud upload capability, but the implementation file (clawclone.mjs) is missing, making it impossible to verify actual behavior.
谨慎使用
Do not use until implementation files are provided and reviewed. The documented ability to backup credentials to an external cloud service raises significant data exfiltration concerns.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Missing implementation file 文档欺骗 | SKILL.md:1 |
| 高危 | Documented credential backup capability 凭证窃取 | SKILL.md:23 |
| 中危 | Undeclared shell execution 文档欺骗 | SKILL.md:6 |
| 低危 | Hardcoded API key placeholder 敏感访问 | SKILL.md:209 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:8 'write: ~/.openclaw/' |
| 网络访问 | READ | WRITE | ✗ 越权 | SKILL.md:9 'network: https' but upload operations implied |
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md documents node clawclone.mjs execution |
1 高危 3 项发现
高危 API 密钥 疑似硬编码凭证
API_KEY="your_clawclone_api_key" SKILL.md:209 中危 外部 URL 外部 URL
https://clawclone.cc SKILL.md:3 中危 外部 URL 外部 URL
https://clawclone.cc/dashboard/settings SKILL.md:49 目录结构
2 文件 · 5.7 KB · 231 行 Markdown 1f · 220L
JSON 1f · 11L
├─
package.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
node | >=16.0.0 | system | 否 | System dependency, not a package manager dependency |
安全亮点
✓ SKILL.md is well-structured and documents functionality clearly
✓ Test mode (--test flag) available for safe preview before operations
✓ Local operations don't require API key - cloud features are optional
✓ Pre-restore backups created automatically at ~/.openclaw/backup