vnmoorthy/agent-review
Catch the 35 specific bugs AI coding agents commit. Posts inline annotations on the PR diff.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base ref to diff against. Defaults to the PR target branch or 'main'. | no | "" |
| llm | Enable LLM-augmented detectors (AR026-AR035). Requires anthropic-api-key. | no | false |
| anthropic-api-key | Anthropic API key for the LLM detectors. Pass via secrets. | no | "" |
| fail-on | Severity threshold to fail the job: never|any|high|critical | no | high |
| severity | Minimum severity to report | no | info |
| upload-sarif | Upload SARIF results to GitHub Code Scanning. | no | true |
| comment-pr | Post a markdown summary comment on the PR (recommended for review UX). | no | true |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file. |
| total | Total findings. |