cgseyhan/PR State Bug Hunter
AI-powered analyzer to catch async race conditions, memory leaks, and React state bugs in PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GITHUB_TOKEN or a custom GitHub Personal Access Token. | yes | ${{ github.token }} |
| gemini-api-key | API key for Gemini models to analyze detected async vulnerability spots. | no | — |
| severity-threshold | Minimum severity of bugs to report on the PR (LOW, MEDIUM, HIGH). | no | LOW |
| gemini-model | The specific Gemini model to use for analysis (e.g., gemini-1.5-flash, gemini-1.5-pro). | no | gemini-1.5-flash |
| auto-comment | Whether the action should post inline and overview review comments on the PR. | no | true |
| local-ai-base-url | Optional API base URL for Local AI (e.g. Ollama http://localhost:11434/v1 or LM Studio). | no | — |
| local-model-name | Optional model name for Local AI (e.g. deepseek-coder, qwen2.5-coder). | no | — |
Outputs
no outputs