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