helm-debugging
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by explicitly instructing the user to use the
--contextflag in commands to prevent accidental operations on incorrect clusters. All listed tools and commands are standard for the described purpose. - [PROMPT_INJECTION]: The skill processes potentially untrusted content from Helm charts and values files as part of its core debugging functionality. While this presents a surface for indirect prompt injection, it is necessary for the skill's primary objective.
- Ingestion points: Reads Helm chart templates, local files, and values files using
helm lint,helm template, andhelm install(SKILL.md, REFERENCE.md). - Boundary markers: None explicitly present to separate processed data from instructions.
- Capability inventory: Executes shell commands including
helmandkubectlvia the Bash tool. - Sanitization: No specific validation or escaping of chart content is documented.
Audit Metadata