扫描报告
15 /100
haos-ssh-maintenance
Use when Home Assistant OS needs SSH-based maintenance that cannot be completed cleanly through the Home Assistant API alone.
Pure documentation skill for HAOS SSH maintenance with no executable code, properly declared permissions, and appropriate boundary controls.
可以安装
This skill is a documentation-only guide. No executable code is present. Ensure any SSH access targets are properly secured and audit trail is maintained for configuration changes.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Broad .storage edit policy 权限提升 | SKILL.md:96 |
| 低危 | Interactive SSH shell access without specific constraints 敏感访问 | SKILL.md:59 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md mentions editing YAML files under /config, custom_components, .storage … |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md describes one-shot and interactive SSH modes for ha CLI and file operat… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md mentions API logbook/history access, Home Assistant UI logs |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md mentions 'environment inspection' for one-shot SSH |
| 技能调用 | NONE | NONE | — | No skill invocation capability used or declared |
| 剪贴板 | NONE | NONE | — | No clipboard access mentioned or used |
| 浏览器 | NONE | NONE | — | No browser automation mentioned |
| 数据库 | READ | READ | ✓ 一致 | SKILL.md mentions /config/home-assistant_v2.db as a read target |
目录结构
1 文件 · 5.5 KB · 165 行 Markdown 1f · 165L
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - this is a pure documentation skill
✓ All declared capabilities are appropriate and documented
✓ Good security posture: 'Read before editing', 'smallest possible region', 'Ask before changing behavior that affects locks, alarms, access control'
✓ API-first approach explicitly recommended before falling back to SSH
✓ Safety guidelines for physical-entry-affecting systems included
✓ Clear distinction between one-shot and interactive SSH modes
✓ Reporting requirements ensure audit trail for configuration changes
✓ No obfuscation, no base64, no suspicious patterns detected
✓ No credential harvesting, no data exfiltration, no external network calls