Skip to main content

helm-charts-setup

Facilitates the creation and management of Helm charts for deploying a Todo application, enhancing Kubernetes deployment efficiency.

Install this skill

or
81/100

Security score

The helm-charts-setup skill was audited on Feb 25, 2026 and we found 15 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 649

Template literal with variable interpolation in command context

SourceSKILL.md
649```yaml
low line 78

Access to .env file

SourceSKILL.md
78.env
low line 382

Access to .env file

SourceSKILL.md
382value: {{ .Values.frontend.env.NODE_ENV | quote }}
low line 383

Access to .env file

SourceSKILL.md
383{{- range $key, $value := .Values.frontend.env }}
low line 490

Access to .env file

SourceSKILL.md
490GEMINI_API_KEY: {{ .Values.backend.env.GEMINI_API_KEY | default "" | quote }}
low line 491

Access to .env file

SourceSKILL.md
491BETTER_AUTH_SECRET: {{ .Values.backend.env.BETTER_AUTH_SECRET | default "" | quote }}
low line 492

Access to .env file

SourceSKILL.md
492{{- if .Values.backend.env.DATABASE_URL }}
low line 493

Access to .env file

SourceSKILL.md
493DATABASE_URL: {{ .Values.backend.env.DATABASE_URL | quote }}
low line 471

External URL reference

SourceSKILL.md
471MCP_SERVER_URL: "http://{{ include "todo-app.fullname" . }}-mcp-server:8001"
low line 473

External URL reference

SourceSKILL.md
473NEXT_PUBLIC_API_URL: "http://{{ include "todo-app.fullname" . }}-backend:8000"
low line 474

External URL reference

SourceSKILL.md
474NEXT_PUBLIC_MCP_URL: "http://{{ include "todo-app.fullname" . }}-mcp-server:8001"
low line 553

External URL reference

SourceSKILL.md
553http://{{ (index .Values.ingress.hosts 0).host }}
low line 682

External URL reference

SourceSKILL.md
682- [Helm Documentation](https://helm.sh/docs/)
low line 683

External URL reference

SourceSKILL.md
683- [Helm Best Practices](https://helm.sh/docs/chart_best_practices/)
low line 684

External URL reference

SourceSKILL.md
684- [Helm Template Guide](https://helm.sh/docs/chart_template_guide/)
Scanned on Feb 25, 2026
View Security Dashboard