health
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a local bash script (
check-health.sh) to perform connectivity and health checks for various services. - [EXTERNAL_DOWNLOADS]: The health check script uses
curlto perform HTTP GET requests to user-defined service URLs and the official Tailscale API to verify reachability and status. - [CREDENTIALS_UNSAFE]: The skill accesses sensitive credentials (API keys and tokens) stored in the local environment file
~/.claude-homelab/.env. These credentials are used exclusively as HTTP headers to authenticate the health check requests to the respective services. This is the intended functionality as described in the skill's metadata and no hardcoded secrets or suspicious exfiltration patterns were detected.
Audit Metadata