full_audit
Run comprehensive security audits for Laravel projects by checking dependencies for CVEs, scanning PHP code, analyzing Blade templates for XSS, and reviewing environment configurations and routes. Returns a consolidated report with per-section summaries.
Instructions
Run all static audits in parallel: dependency CVE check (OSV.dev), environment config, PHP code scan, Blade XSS scan, and route/middleware audit. Returns a single consolidated report with per-section summaries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the target Laravel project |