Argus:通过多智能体协同重构静态分析,实现全链条安全漏洞检测 / Argus: Reorchestrating Static Analysis via a Multi-Agent Ensemble for Full-Chain Security Vulnerability Detection
1️⃣ 一句话总结
这篇论文提出了一个名为Argus的新型多智能体框架,它通过协同工作流程整合了先进的AI技术,旨在更准确、更高效地发现软件安全漏洞,并成功检测出多个未知高危漏洞。
Recent advancements in Large Language Models (LLMs) have sparked interest in their application to Static Application Security Testing (SAST), primarily due to their superior contextual reasoning capabilities compared to traditional symbolic or rule-based methods. However, existing LLM-based approaches typically attempt to replace human experts directly without integrating effectively with existing SAST tools. This lack of integration results in ineffectiveness, including high rates of false positives, hallucinations, limited reasoning depth, and excessive token usage, making them impractical for industrial deployment. To overcome these limitations, we present a paradigm shift that reorchestrates the SAST workflow from current LLM-assisted structure to a new LLM-centered workflow. We introduce Argus (Agentic and Retrieval-Augmented Guarding System), the first multi-agent framework designed specifically for vulnerability detection. Argus incorporates three key novelties: comprehensive supply chain analysis, collaborative multi-agent workflows, and the integration of state-of-the-art techniques such as Retrieval-Augmented Generation (RAG) and ReAct to minimize hallucinations and enhance reasoning. Extensive empirical evaluation demonstrates that Argus significantly outperforms existing methods by detecting a higher volume of true vulnerabilities while simultaneously reducing false positives and operational costs. Notably, Argus has identified several critical zero-day vulnerabilities with CVE assignments.
Argus:通过多智能体协同重构静态分析,实现全链条安全漏洞检测 / Argus: Reorchestrating Static Analysis via a Multi-Agent Ensemble for Full-Chain Security Vulnerability Detection
这篇论文提出了一个名为Argus的新型多智能体框架,它通过协同工作流程整合了先进的AI技术,旨在更准确、更高效地发现软件安全漏洞,并成功检测出多个未知高危漏洞。
源自 arXiv: 2604.06633