austenstone/🧿 Vibe Check
Ward off bad vibes from your repo. Detect and manage AI-generated slop PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| sensitivity | Detection sensitivity (low, medium, high) | no | medium |
| action-on-detect | What to do when AI slop is detected (label, comment, close) | no | label,comment |
| label | Label to apply to flagged PRs | no | vibe-check-failed |
| close-threshold | Minimum confidence score (0-100) to auto-close. Only used if action-on-detect includes close. | no | 90 |
| allowlist | Comma-separated list of bot accounts to allow (e.g. dependabot[bot],renovate[bot]) | no | dependabot[bot],renovate[bot],github-actions[bot] |
| max-account-age-days | Flag accounts newer than this many days | no | 30 |
Outputs
| name | description |
|---|---|
| is-flagged | Whether the PR was flagged as potential AI slop |
| confidence | Confidence score (0-100) that the PR is AI-generated slop |
| signals | JSON array of detection signals that fired |