Strategic Heterogeneous Multi-Agent Architecture for Cost-Effective Code Vulnerability Detection
Zhaohui Geoffrey Wang

TL;DR
This paper introduces a game-theoretic multi-agent system combining cloud-based LLM experts and a local verifier for cost-effective code vulnerability detection, achieving high accuracy and efficiency.
Contribution
It presents a novel heterogeneous multi-agent architecture with a formal game framework, improving detection accuracy and reducing computational costs in vulnerability analysis.
Findings
Achieves 77.2% F1 score on NIST Juliet dataset
Reduces false positives with adversarial verifier (+10.3% precision)
Provides 3x speedup through parallel execution
Abstract
Automated code vulnerability detection is critical for software security, yet existing approaches face a fundamental trade-off between detection accuracy and computational cost. We propose a heterogeneous multi-agent architecture inspired by game-theoretic principles, combining cloud-based LLM experts with a local lightweight verifier. Our "3+1" architecture deploys three cloud-based expert agents (DeepSeek-V3) that analyze code from complementary perspectives - code structure, security patterns, and debugging logic - in parallel, while a local verifier (Qwen3-8B) performs adversarial validation at zero marginal cost. We formalize this design through a two-layer game framework: (1) a cooperative game among experts capturing super-additive value from diverse perspectives, and (2) an adversarial verification game modeling quality assurance incentives. Experiments on 262 real samples…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
