helm-chart-scaffolding
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Kubernetes Helm chart templates (
Chart.yaml,values.yaml) that follow industry conventions and security best practices, such as running as non-root and disabling privilege escalation. - [SAFE]: The included validation script
scripts/validate-chart.shis a utility for local development that performs linting and dry-run installations to ensure chart correctness without performing any unauthorized network or system operations. - [SAFE]: External chart dependencies for PostgreSQL and Redis reference the official Bitnami Helm repository, which is a well-known and trusted source in the cloud-native ecosystem.
- [SAFE]: Documented credentials (e.g.,
password: changeme) are explicitly used as placeholders in templates and implementation playbooks, adhering to standard secret management guidance which advises users to provide their own values. - [SAFE]: The skill correctly implements boundary markers and best practices for Kubernetes manifest generation, including resource limits and health probe configurations.
Audit Metadata