cloudflare-tunnel-troubleshoot
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to run standard diagnostic commands such as
docker ps,docker logs, anddocker inspect. It also includes commands for service management likedocker compose restart, which are routine for troubleshooting infrastructure issues. - [CREDENTIALS_UNSAFE]: The skill instructions involve inspecting environment variables and
.envfiles for theCLOUDFLARE_TUNNEL_TOKEN. This is limited to local verification within the vendor's project directories (/home/dawiddutoit/projects/network/) and no hardcoded secrets or sensitive exposures were found. - [DATA_EXFILTRATION]: Diagnostic network operations are present, including
pingto1.1.1.1andcurlto verify remote access of local services. These operations are intended for connectivity testing and do not involve transmitting sensitive data to untrusted or unknown domains.
Audit Metadata