English

Large Language Model based Smart Contract Auditing with LLMBugScanner

Cryptography and Security 2025-12-03 v1 Artificial Intelligence

Abstract

This paper presents LLMBugScanner, a large language model (LLM) based framework for smart contract vulnerability detection using fine-tuning and ensemble learning. Smart contract auditing presents several challenges for LLMs: different pretrained models exhibit varying reasoning abilities, and no single model performs consistently well across all vulnerability types or contract structures. These limitations persist even after fine-tuning individual LLMs. To address these challenges, LLMBugScanner combines domain knowledge adaptation with ensemble reasoning to improve robustness and generalization. Through domain knowledge adaptation, we fine-tune LLMs on complementary datasets to capture both general code semantics and instruction-guided vulnerability reasoning, using parameter-efficient tuning to reduce computational cost. Through ensemble reasoning, we leverage the complementary strengths of multiple LLMs and apply a consensus-based conflict resolution strategy to produce more reliable vulnerability assessments. We conduct extensive experiments across multiple popular LLMs and compare LLMBugScanner with both pretrained and fine-tuned individual models. Results show that LLMBugScanner achieves consistent accuracy improvements and stronger generalization, demonstrating that it provides a principled, cost-effective, and extensible framework for smart contract auditing.

Keywords

Cite

@article{arxiv.2512.02069,
  title  = {Large Language Model based Smart Contract Auditing with LLMBugScanner},
  author = {Yining Yuan and Yifei Wang and Yichang Xu and Zachary Yahn and Sihao Hu and Ling Liu},
  journal= {arXiv preprint arXiv:2512.02069},
  year   = {2025}
}
R2 v1 2026-07-01T08:04:25.743Z