ha-safety-audit

Audit live Home Assistant automations against the safety policy.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill ha-safety-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ha-safety-audit
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-homeassistant-hermit/skills/ha-safety-audit
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill ha-safety-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit all live Home Assistant automations against the safety policy to surface violations and prevent unsafe configurations.

Core Features & Use Cases

  • Automated weekly audits: Re-assesses live automations against the current safety policy.
  • UI-safety drift detection: Detects policy violations introduced via Home Assistant UI that bypass the safety gate.
  • Artifact generation: Outputs JSON and Markdown findings for review, with actionable remediation steps.

Quick Start

Execute the audit command to begin weekly safety checks and review the findings.

Frequently Asked Questions about ha-safety-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Home Assistant automations for safety and compliance?

Audit Home Assistant automations for safety by running the ha-agent-lab ha audit-automations CLI, which checks live automations against the safety policy to surface violations and prevent unsafe configurations.

Can I schedule automated weekly safety checks for Home Assistant automations?

Yes, automated weekly safety checks can be scheduled for Home Assistant automations to re-assess live automations against the current safety policy and detect UI-safety drift.

What artifacts are generated when checking Home Assistant automation policy violations?

Checking Home Assistant automation policy violations generates JSON and Markdown findings artifacts under .claude-code-hermit/raw/audit-ha-safety-* directories, containing actionable remediation steps for review.

How does UI-safety drift detection work in Home Assistant?

UI-safety drift detection in Home Assistant works by auditing live automations against the safety policy to identify policy violations introduced via the Home Assistant UI that bypass the safety gate.

Do I need any external dependencies to run a Home Assistant safety audit?

No external dependencies are required to run a Home Assistant safety audit; the Skill uses the ha-agent-lab ha audit-automations CLI natively without additional component installations.

What is the best way to surface unsafe Home Assistant configurations introduced via the UI?

The best way to surface unsafe Home Assistant configurations introduced via the UI is running on-demand safety audits that compare live automations against the safety policy and output Markdown findings with remediation steps.