ha-mqtt-autodiscovery
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a set of documentation and utility scripts for Home Assistant integration via MQTT.
- It uses the standard
paho-mqttlibrary for network communication with a local MQTT broker. - All network operations are directed towards local/user-defined MQTT brokers (e.g., example IP 192.168.68.123), which is standard for IoT and home automation tasks.
- No evidence of prompt injection, obfuscation, or persistence mechanisms was found.
- The Python script
scripts/mqtt_discovery.pyis a straightforward implementation of an MQTT client for publishing discovery payloads.
Audit Metadata