Skip to main content

write-helm-chart

Creates production-ready Helm charts for Kubernetes, enabling repeatable deployments and standardized application management.

Install this skill

or
82/100

Security score

The write-helm-chart skill was audited on Mar 3, 2026 and we found 4 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 57

Piping content to bash shell

SourceSKILL.md
57curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
low line 322

External URL reference

SourceSKILL.md
322helm repo index . --url https://charts.example.com/
low line 393

External URL reference

SourceSKILL.md
393helm repo index charts/ --url https://username.github.io/repo/charts
low line 400

External URL reference

SourceSKILL.md
400helm repo add myrepo https://charts.example.com
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →