Knowdit: Agentic Smart Contract Vulnerability Detection with Auditing Knowledge Summarization

arXiv cs.AI / 3/30/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Knowdit is proposed as a knowledge-driven, agentic framework to detect smart contract vulnerabilities that are difficult to catch with automated tools due to project-specific DeFi business logic.
  • The approach builds an auditing knowledge graph from historical human audit reports, linking shared DeFi economic “semantics” to recurring vulnerability patterns.
  • For new projects, a multi-agent workflow iteratively generates specifications, synthesizes test harnesses, runs fuzzing, and performs reflective refinement using shared working memory.
  • Evaluations on 12 Code4rena projects (75 known vulnerabilities) show Knowdit achieves full detection of high-severity issues and 77% of medium-severity issues with only 2 false positives, outperforming baselines.
  • When applied to six real-world projects, Knowdit found 12 previously unknown high-severity and 10 previously unknown medium-severity vulnerabilities, indicating strong practical potential.

Abstract

Smart contracts govern billions of dollars in decentralized finance (DeFi), yet automated vulnerability detection remains challenging because many vulnerabilities are tightly coupled with project-specific business logic. We observe that recurring vulnerabilities across diverse DeFi business models often share the same underlying economic mechanisms, which we term DeFi semantics, and that capturing these shared abstractions can enable more systematic auditing. Building on this insight, we propose Knowdit, a knowledge-driven, agentic framework for smart contract vulnerability detection. Knowdit first constructs an auditing knowledge graph from historical human audit reports, linking fine-grained DeFi semantics with recurring vulnerability patterns. Given a new project, a multi-agent framework leverages this knowledge through an iterative loop of specification generation, harness synthesis, fuzz execution, and finding reflection, driven by a shared working memory for continuous refinement. We evaluate Knowdit on 12 recent Code4rena projects with 75 ground-truth vulnerabilities. Knowdit detects all 14 high-severity and 77\% of medium-severity vulnerabilities with only 2 false positives, significantly outperforming all baselines. Applied to six real-world projects, Knowdit further discovers 12 high- and 10 medium-severity previously unknown vulnerabilities, proving its outstanding performance.