blade_scan
Scan Laravel Blade templates for XSS vulnerabilities by detecting unescaped output, raw user input rendering, and unsafe PHP echo statements in view files.
Instructions
Scan Laravel Blade templates in resources/views/ for XSS vulnerabilities. Detects unescaped output ({!! !!}), raw user input rendering, and unsafe PHP echo in templates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the target Laravel project |