saagpatel/Harness Scorecard

Grade a coding-agent harness configuration A-F against a red-team rubric and emit SARIF.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the harness directory to scan (e.g. .claude or .codex).yes
sarif-filePath to write the SARIF 2.1.0 report.noharness-scorecard.sarif
min-gradeFail the job when the harness grades below this band (A, B, C, D, or F).noB
baselineOptional path to a previously saved JSON scorecard (produced by `scan --json`). When set, the action also fails the job if the current grade regresses below it.no""
upload-sarifUpload the SARIF report to GitHub code scanning (requires security-events:write).notrue
namedescription
sarif-filePath to the generated SARIF report.
exit-codeRaw scan exit code (0 = meets bar, 1 = below bar, 2 = no harness found).
diff-exit-codeRaw diff exit code when a baseline is set (0 = no regression, 1 = regressed, 2 = invalid input).