caddy-https-troubleshoot
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several diagnostic commands including
docker exec,docker logs, andopensslto inspect the state of the Caddy container and its certificates. - [EXTERNAL_DOWNLOADS]: The diagnostic script performs a network request to
https://api.cloudflare.com/client/v4/user/tokens/verifyto validate the API token. Cloudflare is a well-known service, making this a safe operation within the context of the skill's diagnostic purpose. - [CREDENTIALS_UNSAFE]: The skill reads the
CLOUDFLARE_API_KEYfrom the local.envfile at/home/dawiddutoit/projects/network/.envto verify its format and connectivity. Although this involves sensitive data, it is required for the troubleshooting process and is managed within the user's project directory.
Audit Metadata