audit_manifests
Audit Kubernetes YAML manifests for configuration traps that pass linters but silently break production. Get severity-sorted findings without exposing secret values.
Instructions
Check Kubernetes YAML for known production traps.
manifests: one or more YAML strings (multi-document --- is fine; helm template output works).
traps: optional subset of trap ids such as ["T01", "T02"]; default runs all.
Returns findings sorted by severity. Secret values are never echoed back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traps | No | ||
| manifests | Yes |