darusrus/slopscan

Security scanner for AI-generated code. Catches SQLi, secrets, SSRF, and 15 more patterns.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory or file to scan.no.
severityMinimum severity to report. One of: CRITICAL, HIGH, MEDIUM, LOW. noMEDIUM
ai-thresholdAI confidence threshold 0.0–1.0. Files scoring above this receive the full rule set. Files below receive a lighter scan. no0.6
fail-on-findingsExit with code 1 if any findings are present.notrue
upload-sarifUpload SARIF results to GitHub Security tab via github/codeql-action/upload-sarif. Requires security-events: write permission in the calling workflow. notrue
python-versionPython version to use.no3.11
namedescription
findings-countTotal number of findings across all severities.
ai-files-detectedNumber of files identified as AI-generated.
critical-countNumber of CRITICAL severity findings.
high-countNumber of HIGH severity findings.
sarif-pathPath to the generated SARIF file.