helm-bjw-s-chart
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python validation script
scripts/validate_chart.pyand suggests standard Helm CLI commands (helm lint,helm template). The Python script usespyyamlto perform static analysis on Helm chart files and does not execute arbitrary shell commands or perform network operations.- [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface as it processes and validates Helm charts (YAML files). However, the validation script is limited to local file reading and safe YAML parsing (yaml.safe_load), posing no risk of executing embedded instructions.- [EXTERNAL_DOWNLOADS]: The skill references the officialbjw-s-labsHelm repository (https://bjw-s-labs.github.io/helm-charts) for dependency resolution, which is standard for Helm chart development.- [NO_CODE]: While the skill contains a Python script, its logic is restricted to structural validation of local configuration files and lacks dangerous capabilities such as network access, privilege escalation, or persistence mechanisms.
Audit Metadata