arshgill01/SplunkReady Gate
Deterministically certify Splunk-connected agent traces and MCP transcripts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- MIT
Pinned Snippet
uses: arshgill01/splunkready@4ad68159b65f3920c323cacda6ffcbd563e54b60 # v0.1.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Gate mode: judge-proof, mcp-transcript, or external-trace. | no | judge-proof |
| out-dir | Proof artifact directory, resolved relative to the caller workspace unless absolute. | no | artifacts/splunkready-gate |
| transcript | MCP JSON-RPC transcript path for mode=mcp-transcript. | no | — |
| trace | SplunkReady trace JSON path for mode=external-trace. | no | — |
| agent-name | Agent name recorded in external-trace and mcp-transcript receipts. | no | External MCP Agent |
| agent-version | Agent version recorded in external-trace and mcp-transcript receipts. | no | — |
| require-pass | When true, fail the action unless the proof audit or transcript certification is PASS. | no | true |
| strict-import | When true, mcp-transcript mode rejects incomplete JSON-RPC transcripts. | no | true |
Outputs
| name | description |
|---|---|
| out-dir | Absolute proof artifact directory. |
| receipt-path | Primary Readiness Receipt JSON path for the selected gate. |
| summary-path | Primary proof summary JSON path for the selected gate. |
| diagnostics-path | Primary compiler diagnostics or readiness profile JSON path for the selected gate. |