audit_circuit
Audits zero-knowledge circuits (Circom, Noir, Halo2) for soundness and constraint bugs, returning structured findings and a soundness score.
Instructions
Audit a ZK circuit (Circom, Noir, or Halo2) for soundness and constraint bugs. Returns structured findings, a summary, and a 0-100 soundnessScore. Each finding is tagged with a ZK Weakness Classification id (ZKWC-001..015).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The full circuit source code as a string. | |
| lang | No | Source language. If omitted, the auditor auto-detects from the source. |