saagpatel/Agent Permission Diff

Detect and explain agent-facing permission changes in pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-refBase Git ref or SHA. Defaults to the pull request base SHA when available.no""
head-refHead Git ref or SHA. Defaults to the pull request head SHA or current SHA.no""
modeGate mode: observe, warn, or enforce.noobserve
fail-onMinimum severity that exits 2 in warn/enforce mode.nocritical
policyOptional YAML policy file containing acknowledgement entries.no""
jsonJSON report output path. Empty disables JSON output.noagent-permission-diff.json
sarifSARIF 2.1.0 output path. Empty disables SARIF output.noagent-permission-diff.sarif
markdownMarkdown report output path. Empty disables Markdown artifact output.no""
step-summaryAppend the Markdown report to the GitHub Actions step summary.notrue
commentCreate or update a sticky pull request comment with the Markdown report. Requires issues: write and may require pull-requests: write.nofalse
upload-sarifUpload SARIF to GitHub code scanning. Requires security-events: write.nofalse
working-directoryRepository working directory to scan.no.
namedescription
json-filePath to the JSON report.
sarif-filePath to the SARIF report.
markdown-filePath to the Markdown report.
exit-codeagent-permission-diff exit code.
max-severityMaximum finding severity from the JSON report.
findings-countNumber of findings from the JSON report.
gate-statusGate decision status: observe, pass, warn, or fail.
gate-threshold-metWhether the maximum finding severity met the fail-on threshold.