home-assistant-config-ops
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates shell commands for
kubectl,ssh, andgitto audit and manage remote environments. These commands incorporate parameters such as namespaces, pod names, and host aliases retrieved from a local.deployment_infoconfiguration file. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks (Category 8) as it processes untrusted data from Home Assistant runtime logs and repository files (YAML, Python scripts).
- Ingestion points: Runtime logs via
kubectl logsandssh, repository configuration files (*.yaml,pyscript/*.py), and the.deployment_infometadata file. - Boundary markers: The instructions explicitly require the agent to 'report redacted evidence' and 'obtain explicit approval' before taking action, which serves as a procedural boundary.
- Capability inventory: The agent can execute local Python scripts,
gitcommands,kubectl exec/cpoperations, and one-shotsshcommands. - Sanitization: The skill contains explicit prohibitions against reading or transmitting sensitive files like
secrets.yaml, private keys, or authentication tokens.
Audit Metadata