How Reviews Work
Review pipeline
When a pull request is opened or updated, VULQN:
- Receives a webhook event from your SCM
- Fetches the PR diff
- Filters files using your
.vulqn.jsonconfig and the global ignore list - Sends the diff to the AI review engine
- (Optional) Runs a peer review pass to adversarially validate findings
- Posts inline comments on the PR
- Updates the PR build status
Findings
Each finding includes a severity (critical, medium, or praise), a category, a confidence level, and a fix suggestion.
Re-reviews
VULQN automatically re-reviews a PR when new commits are pushed. The first 5 re-reviews are free — the 6th onwards consumes a credit.
Full documentation coming soon.