Scan Report
This report was generated in Chinese. Some content may be in Chinese.
15 /100
auto-heal
全天自动监控 OpenClaw 状态,检测到卡死自动修复
合法的 OpenClaw 守护进程工具,通过 openclaw CLI 进行健康检查和自动修复,无恶意行为但权限声明不够明确
Safe to install
建议补充 allowed-tools 声明以提高透明度
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 未声明的 shell 执行权限 Priv Escalation | monitor.js:62 |
| Info | 会话 ID 直接拼接 Priv Escalation | monitor.js:152 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | NONE | WRITE | ✓ Aligned | monitor.js:62 execSync(cmd) |
| Filesystem | WRITE | WRITE | ✓ Aligned | monitor.js:logs/state.json写入 |
4 findings
Medium External URL 外部 URL
https://img.shields.io/badge/version-1.0.0-blue.svg README.md:3 Medium External URL 外部 URL
https://img.shields.io/badge/license-MIT-green.svg README.md:4 Medium External URL 外部 URL
https://img.shields.io/badge/openclaw-compatible-orange.svg README.md:5 Medium External URL 外部 URL
https://openclaw.ai README.md:5 File Tree
6 files · 16.6 KB · 704 lines 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
Security Positives
✓ 无 base64/eval 等代码混淆
✓ 无凭证收割或环境变量遍历
✓ 无外部网络通信(数据外传)
✓ 无文档-行为差异(阴影功能)
✓ 所有操作都通过 openclaw CLI 封装执行
✓ 日志功能完整且有声明