English

SCPatcher: Automated Smart Contract Code Repair via Retrieval-Augmented Generation and Knowledge Graph

Software Engineering 2026-04-02 v1

Abstract

Smart contract vulnerabilities can cause substantial financial losses due to the immutability of code after deployment. While existing tools detect vulnerabilities, they cannot effectively repair them. In this paper, we propose SCPatcher, a framework that combines retrieval-augmented generation with a knowledge graph for automated smart contract repair. We construct a knowledge graph from 5,000 verified Ethereum contracts, extracting function-level relationships to build a semantic network. This graph serves as an external knowledge base that enhances Large Language Model reasoning and enables precise vulnerability patching. We introduce a two-stage repair strategy, initial knowledge-guided repair followed by Chain-of-Thought reasoning for complex vulnerabilities. Evaluated on a diverse set of vulnerable contracts, SCPatcher achieves 81.5\% overall repair rate and 91.0\% compilation pass rate, substantially outperforming existing methods.

Keywords

Cite

@article{arxiv.2604.00687,
  title  = {SCPatcher: Automated Smart Contract Code Repair via Retrieval-Augmented Generation and Knowledge Graph},
  author = {Xiaoqi Li and Shipeng Ye and Wenkai Li and Zongwei Li},
  journal= {arXiv preprint arXiv:2604.00687},
  year   = {2026}
}

Comments

6 pages, 3 figures

R2 v1 2026-07-01T11:47:56.492Z