analyze_config
Audit config files (.env, .yaml, .toml, .json) to detect duplicate keys, exposed secrets, orphan entries, and schema mismatches. Filter by severity or file path.
Instructions
Audit config files (.env/.yaml/.toml/.json): duplicates, secrets, orphans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Checks to run | |
| project | No | Project name/path (default: active). | |
| severity | No | Severity filter | |
| file_path | No | Specific config file | |
| max_issues | No | Cap total issues shown (default 10, 0 = unlimited). Raise for full audit. |