homelab-health
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes a local bash script (scripts/check-health.sh) to perform health checks.
- [EXTERNAL_DOWNLOADS]: Uses curl to perform network connectivity tests to user-defined service URLs.
- [DATA_EXPOSURE]: Reads service URLs and authentication tokens from a local environment file (~/.claude-homelab/.env) to facilitate health checks. This is a standard practice for local homelab configurations.
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external endpoints. 1. Ingestion points: scripts/check-health.sh captures HTTP status codes from services. 2. Boundary markers: No delimiters are used in the dashboard output. 3. Capability inventory: Shell script execution and network requests. 4. Sanitization: URL strings are escaped for JSON compatibility when outputting results.
Audit Metadata