Verification Oracle (paid, credits or x402)
oracle_verify_workIndependently verifies another agent's work—citations, Python code via sandboxed pytest, or data schema conformance—and returns a verdict with an offline-verifiable signed attestation.
Instructions
WHAT: independently checks another agent's work (citation support, code correctness via sandboxed pytest, or dataset/schema conformance) and returns a verdict plus an EIP-191 signed attestation verifiable offline. WHEN: before paying for subcontracted agent work, before merging agent-produced citations/code/data into a deliverable, or when you need portable proof a third party checked the work. WHEN NOT: for work you produced and already trust, for subjective judgments (style, product decisions), or for languages other than Python (code jobs). COST: $0.15 USDC per call (x402 on Base; 5-call free tier). LATENCY: ~1s (data) to ~30s (citation fetches / code sandbox). OUTPUT: {verdict: pass|fail|partial|abstain, confidence, evidence: [...], attestation, attestation_hash, signature, served_in_ms}. 'abstain' = too ambiguous to call: get a second opinion, do not treat as pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | ||
| spec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verdict | Yes | ||
| evidence | Yes | ||
| signature | No | ||
| confidence | Yes | ||
| attestation | No | ||
| served_in_ms | No | ||
| attestation_hash | No |