Kubernetes Deployment Specification
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of educational documentation and static YAML templates for Kubernetes resources.
- [SAFE]: The troubleshooting section provides standard, diagnostic-only CLI commands (
kubectl describe,kubectl logs) for interacting with a Kubernetes cluster. - [SAFE]: No external network requests, remote script downloads, or package installations are performed by the skill.
- [SAFE]: The provided YAML examples include recommended security configurations, such as
runAsNonRoot: true,allowPrivilegeEscalation: false, andreadOnlyRootFilesystem: true.
Audit Metadata