safal207/PythiaLabs Silicon Evidence Gate
Produce ALLOW, BLOCK, or ESCALATE from commit-bound silicon verification evidence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| request | Path to the silicon gate request JSON in the caller workspace. | yes | — |
| report | Path where the machine-readable gate decision will be written. | no | artifacts/silicon-gate-decision.json |
| fail_on_block | Fail the action when the gate decision is BLOCK. | no | true |
| fail_on_escalate | Fail the action when the gate decision is ESCALATE. | no | true |
Outputs
| name | description |
|---|---|
| decision | Final gate decision: ALLOW, BLOCK, or ESCALATE. |
| reason_codes | Comma-separated deterministic reason codes. |
| request_sha256 | SHA-256 of the gate request JSON. |
| report_sha256 | SHA-256 of the generated gate decision JSON. |
| report_path | Path to the generated gate decision JSON. |