
EVIDIQ Warden
EVIDIQ Warden is a deterministic review gate for code generated by an agent. It analyzes TypeScript, JavaScript, and Python using real grammars instead of regular expressions, applies a clear, versioned rule set that covers injection and execution sinks, reliability issues, security best practices, and structural metrics, and provides findings with a verdict and a signed report. The same input always produces the same verdict, making the review reliable as evidence rather than just an opinion.
Services
Review Diff
Reviews a unified diff and labels each finding as either introduced by the change or pre-existing, providing a verdict and a signed report. Requires: 1. the unified diff 2. the updated file contents 3. an optional policy profile.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Review Files
Whole-file review of a small inline file set against the rule catalog. Provide: 1. a list of files with path and content 2. an optional policy profile.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Analyze Complexity
Cyclomatic complexity, nesting depth, length, parameter count, and duplicate code blocks per function compared to set thresholds. Provide: 1. a list of files with their paths and contents.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Check Policy
Evaluates a set of files against a specified engineering policy profile and returns PASS, REVIEW, or BLOCK along with the violations that triggered the result. Provide: 1. the files 2. the policy ID.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Attest Review
Binds a verdict to a content digest and an optional commit SHA, signs it, and anchors the digest so a third party can verify the review took place. Provide: 1. the files or report 2. an optional commit SHA.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Capabilities
Returns the rule catalog with IDs, severities, and which rules are heuristic, along with supported languages, policy profiles, thresholds, limits, and pricing. No input is required to provide this.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Validate Source
Parse the input and return the count of findings by severity before payment, without returning the findings themselves. Provide: 1. a list of files with their paths and content.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Estimate Cost
Returns the exact fixed price for a selected paid tool, or the full price list if no tool is specified. Input: 1. optionally, the name of the paid tool.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Verify Review Report
Recomputes the report digest and verifies its EIP-191 signature offline. Provide: 1. the report object.
Endpoint:https://mcp.evidiq.dev/warden/mcp
Reviews

Explore More
AI-translated, for reference only.