Haos Ssh Maintenance

ReviewAudited by ClawScan on May 10, 2026.

Overview

No material suspicious behavior is shown; this is a coherent Home Assistant SSH maintenance guide, but it grants high-impact SSH and configuration-editing authority that should be supervised.

Install or use this only if you want the agent to perform SSH-based Home Assistant OS maintenance. Before use, confirm the SSH target, keep backups, review any proposed edits to YAML or .storage files, and be especially careful with automations or settings that affect locks, alarms, access control, or physical devices.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used incorrectly, the agent could disrupt Home Assistant configuration or behavior.

Why it was flagged

The skill intentionally directs the agent to use SSH, shell commands, file reads/edits, and the Home Assistant CLI. This is broad authority, but it is disclosed and central to the stated maintenance purpose.

Skill content
Switch to SSH when: - files under `/config` need reading or editing ... - shell-level troubleshooting is required - `ha` CLI work is needed
Recommendation

Use this only for explicit HAOS maintenance tasks, review planned commands and edits, and prefer API or UI workflows when they are sufficient.

What this means

The agent may connect using whatever host and SSH identity are configured locally.

Why it was flagged

The skill depends on a preconfigured SSH target, implying delegated access to a Home Assistant host. The artifact discloses this, and there is no evidence of credential collection or leakage, but the SSH target and identity are outside the provided artifact.

Skill content
Use the SSH target stored in `TOOLS.md`.
Recommendation

Verify TOOLS.md points to the intended Home Assistant host and use the least-privileged SSH access suitable for maintenance.

What this means

A bad edit could break integrations, rename or alter entities, or require a rollback/restart.

Why it was flagged

Direct edits to Home Assistant internal storage can persist across restarts and affect integrations, devices, and entity behavior. The skill mitigates this by saying these edits should be last-resort or targeted, backed up, and reported.

Skill content
Home Assistant internal storage under `/config/.storage/` can be edited when necessary, including files such as ... `core.entity_registry` ... `core.device_registry` ... `core.config_entries`
Recommendation

Back up exact files, review diffs before reload or restart, and keep the rollback path available.

What this means

Private Home Assistant state, history, or configuration details could be surfaced in the chat if broad files are inspected or reported verbatim.

Why it was flagged

The skill may inspect Home Assistant database or configuration content and summarize findings into the agent conversation. This is purpose-aligned, but the user should avoid unnecessary exposure of private household state or sensitive configuration details.

Skill content
- `/config/home-assistant_v2.db`
...
When using this skill, report:
- what path was inspected
- what was found
Recommendation

Limit reads to the smallest relevant files or snippets and redact secrets or unrelated household history from reports.