actions-marketplace-validations/vibecheck-ai-slop
ESLint for AI slop. Detect AI-generated code smells in JS/TS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| severity | Minimum severity to report: error, warn, info | no | warn |
| fail-on | Fail the action if findings at this severity or above: error, warn, info, none | no | error |
| version | vibecheck version to install (pin for reproducibility) | no | latest |
| ignore | Comma-separated ignore patterns (e.g. "*.test.ts,dist/**") | no | "" |
| changed-only | Only report on files changed in the PR (ignored for push events) | no | true |
| github-token | GitHub token for fetching PR changed files | no | ${{ github.token }} |
Outputs
no outputs