扫描报告
5 /100
auto-heal
全天自动监控 OpenClaw 状态,检测到卡死自动修复
Legitimate OpenClaw auto-heal monitoring skill with no malicious behavior detected.
可以安装
Skill is safe to use. Standard monitoring patterns with OpenClaw CLI integration.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | monitor.js:49-53 creates logs directory, writes log files |
| 命令执行 | WRITE | WRITE | ✓ 一致 | monitor.js:56-58 execSync for 'openclaw gateway status', 'ps', 'find' commands |
| 环境变量 | NONE | READ | ✓ 一致 | install.js:18 reads HOME env var |
| 技能调用 | READ | READ | ✓ 一致 | Skill triggers on user queries about auto-heal |
4 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/version-1.0.0-blue.svg README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/license-MIT-green.svg README.md:4 中危 外部 URL 外部 URL
https://img.shields.io/badge/openclaw-compatible-orange.svg README.md:5 中危 外部 URL 外部 URL
https://openclaw.ai README.md:5 目录结构
6 文件 · 16.6 KB · 704 行 JavaScript 2f · 372L
Markdown 2f · 284L
JSON 2f · 48L
├─
install.js
JavaScript
├─
monitor.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
state.json
JSON
安全亮点
✓ All shell commands use documented OpenClaw CLI (gateway status, sessions list/kill)
✓ No external network requests or data exfiltration
✓ No credential harvesting or sensitive file access
✓ No base64 encoding, obfuscation, or suspicious patterns
✓ Clean logging to skill's own directory only
✓ No curl|bash or remote script execution
✓ Dependencies are minimal (Node.js built-in modules only)
✓ Code is readable and matches documentation