agent_output_verification
Audit an agent's evidence-backed output before forwarding: compare claims to evidence, identify grounded/unsafe claims and orphaned references, and get a per-claim relay verdict.
Instructions
Decide whether another agent's claim-backed output is safe to relay onward. Use before forwarding, publishing, or acting on a downstream agent's answer that cites evidence: it reports which claims are grounded, which are unsafe to relay, and which evidence references are orphaned. Pass audit_json matching evidence-audit.schema.json (claims, evidence records, optional unsupported_claims). Returns a relay verdict with per-claim findings and owner actions. Evidence-readiness only: it does not verify factual truth, fetch or validate cited sources, or authorize an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_json | Yes | Claim-level evidence audit of the output being relayed. Call get_schema('evidence_audit') for the full nested contract. |