扫描报告
45 /100
doctor-check
系统诊断 - 检查OpenClaw和运行环境健康状态
SKILL.md declares API key validation and permission checks without specifying implementation details or access levels, creating a doc-to-code mismatch risk.
谨慎使用
Request implementation code before deployment. The declared API key validity check and permission settings require full disclosure of how keys are validated and what file/system resources are accessed.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | API key validation method unspecified 文档欺骗 | SKILL.md:15 |
| 低危 | Permission check scope not declared 文档欺骗 | SKILL.md:16 |
| 低危 | Implicit filesystem WRITE not declared 文档欺骗 | SKILL.md:12 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | UNKNOWN | ✓ 一致 | SKILL.md: '锁文件清理' implies deletion capability |
| 环境变量 | READ | UNKNOWN | ✓ 一致 | SKILL.md: '环境检查' declared but no detail on scope |
| 网络访问 | NONE | UNKNOWN | ✓ 一致 | SKILL.md: 'API密钥有效性' may require network access for validation |
目录结构
1 文件 · 828 B · 53 行 Markdown 1f · 53L
└─
SKILL.md
Markdown
安全亮点
✓ No actual code files present - cannot execute malicious behavior without implementation
✓ No network requests declared (only implied via API key check)
✓ No credential harvesting explicitly declared
✓ No base64, obfuscation, or suspicious patterns in documentation