Complete helm toolkit with generation and validation capabilities
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
{
"scenarios": [
{
"id": "scenario-1",
"capability": "Chart structure and helm lint validation with missing recommended files",
"feasible": true,
"reason": "Agent can inspect provided chart files, identify structural gaps, and produce a findings report without executing external tools."
},
{
"id": "scenario-2",
"capability": "Security best practices audit of rendered Deployment templates",
"feasible": true,
"reason": "Agent can analyze provided YAML manifests for missing securityContext fields, image tag issues, and missing probes entirely from file content."
},
{
"id": "scenario-3",
"capability": "CRD detection and documentation-driven field validation",
"feasible": true,
"reason": "Agent can detect CRD kinds from provided YAML, identify which require documentation lookup, and flag missing required fields based on the lookup workflow."
},
{
"id": "scenario-4",
"capability": "Template rendering issue diagnosis and proposed-fix generation",
"feasible": true,
"reason": "Agent can read provided .yaml templates, identify Go template errors and YAML indentation issues, and propose corrected code blocks."
},
{
"id": "scenario-5",
"capability": "Full 10-stage final report with categorised issues and proposed changes",
"feasible": true,
"reason": "Agent can produce the mandatory Stage 10 report structure (summary table, categorised issues, proposed changes) from provided chart artefacts."
}
]
}