What it does
- PR security review: scans changed code for vulnerabilities including injection flaws, insecure configurations, authentication issues, and logic errors
- Inline comments: posts findings as review comments on the specific lines where issues occur
- Finding verification: independently verifies review findings before reporting to reduce false positives
- GitHub issue creation: creates GitHub issues for confirmed findings that require tracking beyond the PR
- Incremental reviews: supports reviewing only the delta in updated PRs rather than re-reviewing unchanged code
- Repository configuration: respects repo-level configuration for review tone, severity thresholds, gating rules, and path exclusions
- Nuclei review guidance: uses Nuclei review guides for structured vulnerability detection patterns

