Evidence Gate Guardrail
Version updated for https://github.com/scrallex/evidence-gate to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Evidence Gate is a GitHub Action designed to ensure reliable and safe decision-making for AI systems by assessing structural evidence and precedents before an agent proceeds with actions. It automates tasks such as ingesting repository content and external data (e.g., incident records), building a structural knowledge base, analyzing change impact, and providing actionable decisions (admit, abstain, or escalate). Its key capabilities include evidence-based decision-making, blast radius computation, and lifecycle management of knowledge bases, making it a valuable tool for improving the reliability and safety of AI-driven workflows in engineering and CI environments.
Release notes
Release notes
This release adds the first design-partner deployment and guardrail package for Evidence Gate.
Added
- Docker evaluator kit with a single container exposing the HTTP API on port
8000and MCP streamable-http on port8001 docker-compose.ymlwith persistent audit and knowledge-base storagescripts/run_demo_sandbox.shfor zero-to-value evaluation against a FastAPI demo corpusdocs/08_partner_evaluation_guide.mdwith step-by-step private-repo mounting instructionsPOST /v1/decide/actionfor allow/block action gating on top of the existing decision engine- Root
action.ymlcomposite GitHub Action wrapper for CI adoption - PR comment formatting script for clean Evidence Gate review output
- MCP audit access through recent-decision tooling and raw ledger resources
- Ingestor abstraction plus initial external incident-ingestion foundation
Changed
- MCP docs now include local path-resolution troubleshooting and absolute-path examples
- Decision/evidence models now support optional external metadata such as author, timestamp, and external URL
Verification
- Full test suite passing
- Docker image build verified
- Container smoke test verified for
/healthand MCP endpoint availability