audit_config
Audit application configuration files for cross-file security gaps, including missing headers, unprotected routes, and exposed secrets.
Instructions
Audit application config files (next.config, middleware, .env, vercel.json) for cross-file security gaps: missing headers, unprotected routes, exposed secrets. NOT the same as guardvibe_doctor which checks AI host security (MCP configs, hooks). Example: audit_config({path: '.'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root directory to audit | |
| format | No | Output format | markdown |