Scan Report
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.
Use with caution
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | API key validation method unspecified Doc Mismatch | SKILL.md:15 |
| Low | Permission check scope not declared Doc Mismatch | SKILL.md:16 |
| Low | Implicit filesystem WRITE not declared Doc Mismatch | SKILL.md:12 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | UNKNOWN | ✓ Aligned | SKILL.md: '锁文件清理' implies deletion capability |
| Environment | READ | UNKNOWN | ✓ Aligned | SKILL.md: '环境检查' declared but no detail on scope |
| Network | NONE | UNKNOWN | ✓ Aligned | SKILL.md: 'API密钥有效性' may require network access for validation |
File Tree
1 files · 828 B · 53 lines Markdown 1f · 53L
└─
SKILL.md
Markdown
Security Positives
✓ 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