youssefjedidi/ByteAudit Passport Guard
Local-first evidence guard for AI-assisted pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | PR base ref or auto. | no | auto |
| profile | ByteAudit profile: fast, standard, or deep. | no | fast |
| task | ByteAudit task focus. | no | pr-review |
| gate | Passport stage: agent-handoff, human-review, team-pr, or merge. | no | team-pr |
| enforcement | observe reports only; guard fails blocks; strict also fails warnings. | no | observe |
| timeout | Per-tool timeout in seconds. | no | 90 |
| upload-artifact | Upload the JSON, Markdown, and compact brief. | no | true |
| artifact-name | Workflow artifact name. | no | byteaudit-passport |
| retention-days | Workflow artifact retention in days. | no | 14 |
| allow-network-audit | Allow dependency advisory network calls from the audit engine. | no | false |
| allow-github-cli-pr-context | Allow optional gh PR metadata enrichment. | no | false |
Outputs
| name | description |
|---|---|
| guard-decision | pass, warn, or block. |
| selected-gate | Evaluated passport gate. |
| blocking-count | Blocking item count. |
| warning-count | Warning item count. |
| passport-guard-summary | Human-readable guard summary. |
| artifact-directory | Runner-temporary report directory. |
| engine-version | Verified engine version. |
| base-sha | Resolved base SHA when available. |
| head-sha | Resolved head SHA when available. |