drbarzaga/Route Auditor
Scan Next.js routes for security vulnerabilities — App Router, Pages Router, and API Routes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Path to the Next.js project to audit | no | . |
| severity | Minimum severity to report: critical, high, medium, low, info | no | info |
| fail-on | Exit with code 1 if issues at this severity or higher are found (optional) | no | "" |
| sarif-file | Write SARIF output to this file path (e.g. results.sarif) | no | "" |
| config | Path to a route-auditor.config.json file | no | "" |
| version | Version of @route-auditor/cli to use | no | latest |
| token | GitHub token used to post PR comments (defaults to github.token) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file (if sarif-file input was set) |