Skip to main content

helm-chart-scaffolding

Provides comprehensive guidance for designing and managing Helm charts for Kubernetes applications, ensuring reusable configurations.

Install this skill

or
92/100

Security score

The helm-chart-scaffolding skill was audited on Mar 8, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 217

Access to .env file

SourceSKILL.md
217{{- toYaml .Values.env | nindent 12 }}
low line 495

Access to .env file

SourceSKILL.md
495{{- range .Values.env }}
low line 94

External URL reference

SourceSKILL.md
94home: https://example.com
low line 97

External URL reference

SourceSKILL.md
97icon: https://example.com/icon.png
low line 103

External URL reference

SourceSKILL.md
103repository: "https://charts.bitnami.com/bitnami"
low line 107

External URL reference

SourceSKILL.md
107repository: "https://charts.bitnami.com/bitnami"
low line 277

External URL reference

SourceSKILL.md
277repository: "https://charts.bitnami.com/bitnami"
low line 368

External URL reference

SourceSKILL.md
368helm repo add my-repo https://charts.example.com
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →