sloppers/Slopper - AI Slop Detector
Detect AI slop and low-quality PRs. Analyzes author trust, code quality, and behavioral signals.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ai-provider | AI provider: openai, anthropic, vertex, groq, gemini, or none (deterministic only) | no | none |
| model | Override the default model for the selected provider | no | — |
| openai-api-key | OpenAI API key (required if ai-provider is openai) | no | — |
| anthropic-api-key | Anthropic API key (required if ai-provider is anthropic) | no | — |
| vertex-project-id | Google Cloud project ID (required if ai-provider is vertex) | no | — |
| vertex-region | Google Cloud region for Vertex AI | no | global |
| groq-api-key | Groq API key (required if ai-provider is groq) | no | — |
| gemini-api-key | Google Gemini API key (required if ai-provider is gemini) | no | — |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| risk-score | Numeric risk score (0-10) |
| risk-level | Risk level: low, medium, high, or critical |
| confidence | Confidence level: low, medium, or high |
| labels | Comma-separated list of applied labels |