tailscale-docker-debug
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a workflow using standard diagnostic commands such as
docker exec,ip addr,ip route, andnslookupto inspect container network states. These are appropriate and necessary for the stated purpose of network debugging. - [SAFE]: The documentation correctly identifies the need for elevated container privileges (
NET_ADMIN,SYS_MODULE) and access to/dev/net/tunfor kernel-mode networking. These are legitimate operational requirements for Tailscale functionality in containers and are described without malicious intent. - [SAFE]: Sensitive information such as authentication keys are handled via environment variable placeholders (
${TS_AUTHKEY}) in provided configuration templates, which is a security best practice for managing secrets in Docker Compose.
Audit Metadata