helm-charts-setup
Audited by Socket on Feb 21, 2026
1 alert found:
Security[Skill Scanner] [Documentation context] Credential file access detected BENIGN with moderate operational risk: The fragment describes a conventional Helm chart scaffold for a multi-component Todo app. It lacks malicious behavior and unauthorized data flows. Primary improvements: pin image tags instead of latest, ensure secrets are tightly controlled with RBAC, provide non-empty values for critical URLs and keys, and confirm TLS/ingress configurations are properly provisioned in production. These changes will reduce supply-chain and runtime risks while preserving legitimate deployment workflows. LLM verification: [LLM Escalated] This Helm chart skill appears functionally benign and aligned with its stated purpose of producing Helm charts for a Todo application. There is no evidence of active malicious code or exfiltration. However, the skill encourages insecure secret handling patterns (placing API keys and secrets in values.yaml and rendering them directly into Kubernetes stringData) and the CI example demonstrates pushing images with CI tokens — both increase supply-chain risk if operators commit secrets to the repo o