traefik
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Docker Compose and configuration templates for Traefik version 3.2.
- [SAFE]: It correctly implements security best practices by recommending the Docker socket be mounted with read-only permissions (
:ro). - [SAFE]: It utilizes the
exposedByDefault=falseconfiguration to ensure only explicitly labeled containers are routed, preventing accidental exposure of internal services. - [SAFE]: Credential fields in the examples use placeholders and standard Docker Compose escape sequences (e.g.,
$$apr1$$xyz$$hashedpassword), representing valid configuration practices rather than sensitive data exposure.
Audit Metadata