verify
Fully verify a claim by running its repro.script as code. Requires allow_execution=true; only on claims you trust.
Instructions
Full verification of a claim, INCLUDING executing its repro.script as arbitrary code with no sandbox. REQUIRES allow_execution=true; otherwise refused. Only call this on claims you trust. Args: claim or claim_path, allow_execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Claim document as JSON text | |
| claim_path | No | Absolute path to a claim JSON file | |
| allow_execution | Yes | Must be true; verify is refused without it |