CRSEApr 22

zkCraft: Prompt-Guided LLM as a Zero-Shot Mutation Pattern Oracle for TCCT-Powered ZK Fuzzing

arXiv:2602.0066757.2h-index: 1
AI Analysis

This addresses the problem of robust zero-knowledge circuit development for privacy-preserving systems, offering a scalable debugging approach that bridges formal verification and automation.

The paper tackles the challenge of detecting semantic inconsistencies in zero-knowledge circuits by introducing zkCraft, a framework that combines deterministic localization with proof-bearing search, which reduces solver interaction and detects diverse faults with low false positives in real Circom code.

Zero-knowledge circuits enable privacy-preserving and scalable systems but are difficult to implement correctly due to the tight coupling between witness computation and circuit constraints. We present zkCraft, a practical framework that combines deterministic, R1CS-aware localization with proof-bearing search to detect semantic inconsistencies. zkCraft encodes candidate constraint edits into a single Row-Vortex polynomial and replaces repeated solver queries with a Violation IOP that certifies the existence of edits together with a succinct proof. Deterministic LLM-driven mutation templates bias exploration toward edge cases while preserving auditable algebraic verification. Evaluation on real Circom code shows that proof-bearing localization detects diverse under- and over-constrained faults with low false positives and reduces costly solver interaction. Our approach bridges formal verification and automated debugging, offering a scalable path for robust ZK circuit development.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes