rbadillap/AI README Antispam
Detect spammy README edits using AI to protect your repository from spam pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for AI Gateway (Vercel AI) | yes | — |
| github-token | GitHub token for fetching the diff | no | ${{ github.token }} |
| model | AI model to use for analysis | no | openai/gpt-4o |
Outputs
| name | description |
|---|---|
| spam-type | Type of spam detected (spam, unknown, or none) |
| analysis-reason | Reason for the spam detection result |
| raw-json | Full JSON response from AI analysis |