auspeo/OAuthLint

Catch OAuth/OIDC/JWT anti-patterns AI coding tools systematically produce.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to scan (defaults to the repo root).no.
severityFilter findings: only emit those at this severity or above (INFO|LOW|MEDIUM|HIGH|CRITICAL).no""
fail-onFail the job if any finding has this severity or above. Use "off" to never fail.noHIGH
jsonWhen true, emit JSON in addition to pretty output.nofalse
outputPath to write the JSON report (only used when json=true).nooauthlint-report.json
sarifWhen true, emit a SARIF 2.1.0 report for GitHub Code Scanning.nofalse
sarif-filePath to write the SARIF report (only used when sarif=true).nooauthlint.sarif
htmlWhen true, emit a self-contained HTML audit report you can share or upload as an artifact.nofalse
html-filePath to write the HTML report (only used when html=true).nooauthlint-report.html
annotationsEmit inline PR annotations + a Markdown job summary for each finding. Set to "false" to opt out.notrue
namedescription
findingsNumber of findings (after severity filtering).
highest-severityHighest severity in the report.
sarif-filePath to the generated SARIF report (only set when sarif=true).
html-filePath to the generated HTML report (only set when html=true).