Read original
arxivpapers68

AgenticRepair: Multi-Faceted Program Context Engineering for Agentic Vulnerability Repair

AI Summary

AgenticRepair uses three specialized LLM subagents to assemble code-structure, runtime-execution, and commit-history context before a dedicated repair agent synthesizes a vulnerability patch. According to the supplied abstract, evaluation on 300 real-world SEC-Bench instances with sanitizer-based verification yields a 73% success rate, reported as 29% above the strongest baseline. Ablations reportedly find the three context types complementary and identify both multi-agent scaffolding and base-model capacity as important. However, the supplied arXiv identifier and July 31, 2026 publication date are future-dated, so the paper and its claims cannot yet be independently verified.

Why it's worth reading

The work offers a concrete architecture for security-oriented coding agents, but its future-dated metadata and currently unverified benchmark claims warrant careful scrutiny.

Deep Read

1. What happened

Original claim from the supplied abstract: The authors introduce AgenticRepair, a multi-agent framework for automated vulnerability repair. It constructs several forms of program context before a dedicated repair subagent synthesizes a patch.

Verification status: The supplied identifier is arXiv:2607.29422 with a publication date of July 31, 2026, which is future-dated. The paper and its reported results therefore cannot currently be independently verified.

2. Core technology

Three specialized LLM subagents gather distinct context: code structure, including cross-file data flows and memory-operation patterns; runtime execution, including crash semantics and memory origins; and commit history, including how fragile patterns entered the codebase. Their outputs are placed in the repair agent's memory for context-conditioned patch synthesis.

3. Key evidence and numbers

Reported in the abstract: SEC-Bench contains 300 real-world instances and uses sanitizer-based patch verification. AgenticRepair reportedly reaches a 73% success rate and exceeds the strongest baseline by 29%. The abstract does not clarify whether 29% means percentage points or relative improvement, and it does not identify the baseline, model configuration, cost, or variance.

4. Why it matters

Analysis: Vulnerability repair often requires broader evidence than localized bug fixing, particularly cross-file tracing, crash interpretation, and repository-history analysis. Explicitly assigning these investigations to separate agents could make the repair workflow more controllable and diagnosable than a single-agent pass over a repository.

5. Practical impact

If independently reproduced, the design could inform security coding agents, patch-triage pipelines, and automated remediation systems. Production use would still require regression testing, semantic review, sandboxing for untrusted execution, repository-access controls, and careful management of multi-agent latency and inference cost.

6. Limitations and uncertainty

Known limitations of the available evidence: Only the supplied abstract is available here; author affiliations, full methodology, baseline settings, vulnerability-level results, and failure analysis are absent. Passing sanitizer checks does not by itself establish full semantic correctness or complete vulnerability elimination. Unverified inference: Gathering three context streams may raise token cost and introduce noise from logs or repository history; the full experiments would need to test this.

7. Original sources

Tags

AgenticRepair漏洞修复程序修复LLM智能体上下文工程SEC-Bench软件安全