sjh9714/Agent Gate for AI PRs

Checkout-free policy gate for AI-generated pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configOptional path to agent-gate.yml on the base branch; built-in defaults are used when the default path is confirmed missingnoagent-gate.yml
github-tokenGitHub token used for API-only pull request readsno${{ github.token }}
modeOverride config mode: observe, warn, or blockno
commentPost or update a PR comment with the reportnofalse
fail-on-blockExit with code 1 for complete block decisions; incomplete analysis always failsnotrue
report-jsonPath to write JSON reportnoagent-gate-report.json
report-markdownPath to write Markdown reportnoagent-gate-report.md
namedescription
decisionpass, warn, or block
statuspassed, observed, needs-review, blocked, or incomplete
analysis-completeWhether Agent Gate received all evidence required for deterministic analysis
error-countNumber of active error findings
warning-countNumber of active warning findings
info-countNumber of active informational findings
waived-countNumber of findings covered by active base-policy waivers
expected-file-countAuthoritative pull request changed_files count
analyzed-file-countNumber of changed files included in deterministic analysis
risk-scoreDeprecated compatibility score; use status and finding counts
report-jsonPath to JSON report
report-markdownPath to Markdown report