check_constraint
Check a specific constraint concern in a zero-knowledge circuit source code. Returns a soundness verdict with explanation and findings.
Instructions
Targeted check for a single reviewer's concern (e.g. 'is the output out fully constrained?'). Returns a verdict (sound/unsound/inconclusive), an explanation, and any findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The full circuit source code as a string. | |
| concern | Yes | The reviewer's specific concern, expressed as a question or statement. |