ha-testing
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes shell commands for installing testing dependencies and executing pytest. These are standard developer operations for integration testing.
- [EXTERNAL_DOWNLOADS]: Recommends the installation of 'pytest-homeassistant-custom-component', which is a standard community-maintained library for Home Assistant testing.
- [CREDENTIALS_UNSAFE]: Provides a 'MOCK_CONFIG' dictionary containing values like 'admin' and 'password'. These are clearly marked as mock data for unit tests and do not constitute a credential leak.
- [SAFE]: The skill body consists of Python test templates and configuration examples that align with Home Assistant development guidelines. No patterns of obfuscation, exfiltration, or malicious injection were found.
Audit Metadata