gs-gs/AI Content Detection
Scan markdown files for AI-generated content using Desklib DeBERTa. Fails if any file exceeds the configured threshold.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- MIT
Pinned Snippet
uses: gs-gs/gs-slop-jock@44181d081ee2c2203befc8979baf0bde2e46712e # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| threshold | AI probability threshold (0.0–1.0). Files scoring above this fail. | — | 0.5 |
| paths | Comma-separated glob patterns for files to scan. | — | docs/**/*.md |
| post-comment | Post a results table as a PR comment (true/false). | — | true |
| github-token | Token for posting PR comments. Only needed if post-comment is true. | — | ${{ github.token }} |
| image | Override the Docker image (for pinning or self-hosted registries). | — | ghcr.io/gs-gs/gs-slop-jock:latest |
Outputs
| name | description |
|---|---|
| results | JSON string of detection results. |
| passed | 'true' if all files are below threshold, 'false' otherwise. |