homeassistant
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses environment variables (
HA_URL,HA_TOKEN) for configuration and authentication, which is a recommended practice for managing sensitive credentials without hardcoding them. - [SAFE]: All network operations are performed using the standard
curlutility and are directed at the user-specified Home Assistant URL. No suspicious or hardcoded external domains were identified. - [SAFE]: The command logic is transparent and directly implements the documented Home Assistant REST API for device control, entity listing, and service calls.
Audit Metadata