
UpdatedAug 31, 2026
Awesome-LLMs-for-Vulnerability-Detection — Updated!
コミュニティで最も包括的かつ継続的に更新される、ソフトウェア脆弱性検出のための大規模言語モデルに関する研究インデックス — 関数レベル、リポジトリレベル、エージェント型、スマートコントラクト検出にわたる論文に加え、データセット、ベンチマーク、サーベイを収録。
脆弱性検出のための大規模言語モデル(Awesome LLMs for Vulnerability Detection)
脆弱性の検出と発見にLLMを活用した論文、プロジェクト、エージェントスキルの厳選リスト。
📄 論文
2025年以降のみを表示しています。それ以前の研究については、論文アーカイブ(2024年以前)を参照してください。
| タイトル | 会議/ジャーナル | 年 | 論文 | Github |
|---|---|---|---|---|
| VulnGym: Benchmarking Coding Agents for Repository-Level Vulnerability Detection | 2026 | link | link | |
| VulTriage: Triple-Path Context Augmentation for LLM-Based Vulnerability Detection | 2026 | link | link | |
| Synthesizing Multi-Agent Harnesses for Vulnerability Discovery | 2026 | link | link | |
| QRS: A Rule-Synthesizing Neuro-Symbolic Triad for Autonomous Vulnerability Discovery | 2026 | link | ||
| Seclens: Role-specific Evaluation of LLM's for security vulnerablity detection | 2026 | link | link | |
| Do Fine-Tuned LLMs Understand Vulnerabilities? An Investigation into the Semantic Trap | 2026 | link | ||
| Sifting the Noise: A Comparative Study of LLM Agents in Vulnerability False Positive Filtering | ISSTA | 2026 | link | |
| AgenticSCR: An Autonomous Agentic Secure Code Review for Immature Vulnerabilities Detection | 2026 | link | ||
| LLM-based Vulnerability Detection at Project Scale: An Empirical Study | 2026 | link | ||
| MulVul: Retrieval-augmented Multi-Agent Code Vulnerability Detection via Cross-Model Prompt Evolution | 2026 | link | ||
| VulnLLM-R: Specialized Reasoning LLM with Agent Scaffold for Vulnerability Detection | 2025 | link | ||
| VULPO: Context-Aware Vulnerability Detection via On-Policy LLM Optimization | 2025 | link | ||
| VulInstruct: Teaching LLMs Root-Cause Reasoning for Vulnerability Detection via Security Specifications | 2025 | link | ||
| From Large to Mammoth: A Comparative Evaluation of Large Language Models in Vulnerability Detection | NDSS | 2025 | link | |
| Benchmarking LLMs and LLM-based Agents in Practical Vulnerability Detection for Code Repositories | ACL | 2025 | link | link |
| A Systematic Literature Review on Detecting Software Vulnerabilities with Large Language Models | 2025 | link | link | |
| LLMxCPG: Context-Aware Vulnerability Detection Through Code Property Graph-Guided Large Language Models | Usenix | 2025 | link | link |
| CLeVeR: Multi-modal Contrastive Learning for Vulnerability Code Representation | ACL Findings | 2025 | link | link |
| Mono: Is Your "Clean" Vulnerability Dataset Really Solvable? Exposing and Trapping Undecidable Patches and Beyond | 2025 | link | link | |
| Learning to Focus: Context Extraction for Efficient Code Vulnerability Detection with Language Models | 2025 | link | ||
| SV-TrustEval-C: Evaluating Structure and Semantic Reasoning in Large Language Models for Source Code Vulnerability Analysis | SP | 2025 | link | link |
| SecVulEval: Benchmarking LLMs for Real-World C/C++ Vulnerability Detection | 2025 | link | link | |
| CVE-Bench: Benchmarking LLM-based Software Engineering Agent's Ability to Repair Real-World CVE Vulnerabilities | NAACL | 2025 | link | link |
| R2Vul: Learning to Reason about Software Vulnerabilities with Reinforcement Learning and Structured Reasoning Distillation | 2025 | link | link | |
| Neuro-symbolic Static Analysis with LLM-generated Vulnerability Patterns | 2025 | link | ||
| Context-Enhanced Vulnerability Detection Based on Large Language Model | 2025 | link | ||
| Everything You Wanted to Know About LLM-based Vulnerability Detection But Were Afraid to Ask | 2025 | link | link | |
| MOS: Towards Effective Smart Contract Vulnerability Detection through Mixture-of-Experts Tuning of Large Language Models | 2025 | link | ||
| Abundant Modalities Offer More Nutrients: Multi-Modal-Based Function-Level Vulnerability Detection | TOSEM | 2025 | link | link |
| Generative Large Language Model usage in Smart Contract Vulnerability Detection | 2025 | link | ||
| Closing the Gap: A User Study on the Real-world Usefulness of AI-powered Vulnerability Detection & Repair in the IDE | ICSE | 2025 | link | link |
| Vulnerability Detection with Code Language Models: How Far Are We? | ICSE | 2025 | link | link |
| Combining Fine-Tuning and LLM-based Agents for Intuitive Smart Contract Auditing with Justifications | ICSE | 2025 | link | |
| LAMD: Context-driven Android Malware Detection and Classification with LLMs | 2025 | link | ||
| LLMs in Software Security: A Survey of Vulnerability Detection Techniques and Insights | 2025 | link | link | |
| One-for-All Does Not Work! Enhancing Vulnerability Detection by Mixture-of-Experts (MoE) | 2025 | link |
🚀 プロジェクト
| 名前 | 説明 | Github |
|---|---|---|
| OpenAnt (Knostic) | 敵対的検証を備えたLLM駆動の多段階脆弱性発見 | link |
| DeepAudit | Dockerサンドボックスによるエクスプロイト検証を備えたマルチエージェントAIレッドチームプラットフォーム | link |
| AutoCVE | マルチエージェントアーキテクチャによる自動脆弱性検出とレポート作成 | link |
| Darkmoon | オープンソース(GPL-3.0)の自律型AIペンテストプラットフォーム兼MCPホスト。技術別の攻撃用サブエージェント、Active DirectoryおよびKubernetes対応、80以上のオーケストレーション済みツール、発見事項ごとの証跡を備える | link |
| strix | pip経由で利用可能なオープンソースの自律型AIペネトレーションテストツール | link |
| deepsec (Vercel) | コーディングエージェントによる大規模コードベースの脆弱性スキャンのためのセキュリティハーネス | link |
🧩 エージェントスキル
| 名前 | 説明 | リンク |
|---|---|---|
| codex-security (OpenAI) | Codexエージェントによるリポジトリレベルの自律型脆弱性スキャン | link |
| defending-code-reference-harness (Anthropic) | Claude Codeによる脅威モデリング、スキャン、トリアージ、パッチ適用のためのリファレンススキル | link |
| security-audit-skill (Cloudflare) | 並列ハンティングエージェントと敵対的検証を備えた6フェーズのセキュリティ監査スキル | link |
📡 arxiv.md
ワークフローを通じて指定されたキーワードに関するArxiv論文を毎日自動的に取得・更新します。
謝辞
本プロジェクトのUpdated Arxiv Papers Dailyワークフローは、このプロジェクトLLM4SEを参考にしています。元のコードをarxivライブラリを使用してリファクタリングしました。