helm-values-management
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill instructions and examples align with standard Kubernetes and Helm best practices for configuration management.
- [EXTERNAL_DOWNLOADS]: The skill references the helm-secrets plugin from its official repository on GitHub. This is a standard industry tool for handling encrypted values in Helm deployments.
- [PROMPT_INJECTION]: The skill processes untrusted user data via values.yaml and --set overrides. While no specific boundary markers are provided, the skill utilizes schema validation (values.schema.json) to sanitize input and restricts capabilities to standard Helm operations via the Bash tool.
Audit Metadata