load-balancing-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily consists of reference documentation and infrastructure-as-code (Terraform) or configuration templates (Nginx, HAProxy, Envoy, Traefik). It provides guidance on best practices for traffic distribution, health checks, and session management.
- [SAFE]: Configuration examples use standard placeholders for sensitive information. For example, the HAProxy configuration uses 'admin:changeme' for statistics authentication, and Kubernetes secret examples contain dummy Base64 strings (e.g., 'LS0tLS1CRUdJTi...' which decodes to '-----BEGIN').
- [SAFE]: Code snippets for application health checks (Python/Node.js) correctly suggest using environment variables for secrets rather than hardcoding them.
- [SAFE]: External references to manifests (e.g., Kubernetes Gateway API) point to official and trusted repositories such as the 'kubernetes-sigs' GitHub organization, which is a standard source for cloud-native projects.
Audit Metadata