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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 8, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: gs-gs/gs-slop-jock@44181d081ee2c2203befc8979baf0bde2e46712e # v0.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
thresholdAI probability threshold (0.0–1.0). Files scoring above this fail.0.5
pathsComma-separated glob patterns for files to scan.docs/**/*.md
post-commentPost a results table as a PR comment (true/false).true
github-tokenToken for posting PR comments. Only needed if post-comment is true.${{ github.token }}
imageOverride the Docker image (for pinning or self-hosted registries).ghcr.io/gs-gs/gs-slop-jock:latest
namedescription
resultsJSON string of detection results.
passed'true' if all files are below threshold, 'false' otherwise.