verify_gate
Evaluate evidence against a gate with fail-closed checks: a check passes only if its value is exactly true; otherwise it blocks and returns the check IDs.
Instructions
Evaluate evidence against a gate. FAIL-CLOSED: a check is satisfied only if its value is exactly true; anything missing or non-true blocks. Returns {"passed": bool, "blocking": [check_ids]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidence | Yes | ||
| name | No | ship |