次回の更新記事:AIに「読むべき論文」を選ばせると的外れなことを言…(公開予定日:2026年06月25日)
AIDB Daily Papers

脆弱性対応のための役割ベースエージェントアーキテクチャ:ワークフローにおけるセキュリティを探求

原題: Security in a Workflow: Exploring Role-Based Agentic Architectures for Vulnerability Handling
著者: Srijita Basu, Miroslaw Staron
公開日: 2026-06-12 | 分野: セキュリティ ソフトウェア 脆弱性 cs.SE cs.CR AIエージェント

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 本研究では、脆弱性分析、修正、修正検証を含む産業ワークフローを模倣した役割ベースのエージェントアーキテクチャを提案した。
  • 既存のLLMベースのセキュリティ手法が個別のタスクに留まる中、本研究は実世界のワークフローとのギャップを埋める新しいアプローチを提示した。
  • 25件のC/C++脆弱性を用いた評価では、44%の検出精度と19%の修正精度が報告され、ソフトウェアセキュリティ実務者への示唆も示された。

Abstract

Secure software engineering in practice is a multi-stage workflow involving vulnerability analysis, remediation, and fix verification. However, current LLM-based software security approaches often focus on isolated tasks such as detection or patch generation, with limited attention to agentic architectures reflecting industrial workflow. This creates a gap between existing LLM-based vulnerability-handling methods and real-world practices. In this paper, we study a role-based agentic workflow for vulnerability analysis and mitigation consisting of Planner, Analyzer, Fixer, and Verifier roles. To explore the effect of static analysis tool, the analyzer agent was integrated with the CodeQL in one of the workflows. The models used include nemotron-cascade-2:30b, qwen3-coder-next, and gpt-oss:120b. Our evaluation uses 25 real-world C/C++ vulnerabilities. The study reports 44% vulnerability detection accuracy comparable to GPT 5.5 and 19% fix accuracy. We also list implications from this study in context of software security practitioners.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事