PulseAugur
EN
LIVE 11:46:30

OpenAnt system uses LLMs to find software vulnerabilities

Researchers have developed OpenAnt, an open-source system designed to discover vulnerabilities in large codebases using a multi-stage pipeline that combines static analysis with LLM-based reasoning. The system decomposes code into manageable units, uses adversarial verification to simulate exploitability, and dynamically tests findings in sandboxed environments. Evaluations on projects like OpenSSL and WordPress demonstrated OpenAnt's ability to identify unknown vulnerabilities with reduced false positives and manageable costs. AI

IMPACT This system demonstrates a practical application of LLMs for enhancing software security and reducing the burden of manual code review.

RANK_REASON The cluster contains an academic paper detailing a new system for vulnerability discovery.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Nahum Korda, Gadi Evron ·

    OpenAnt: LLM-Powered Vulnerability Discovery Through Code Decomposition, Adversarial Verification, and Dynamic Testing

    arXiv:2606.19149v1 Announce Type: cross Abstract: Automated vulnerability discovery in large codebases remains challenging: traditional static analysis produces high false-positive rates, while dynamic approaches such as fuzzing require substantial infrastructure and often target…

  2. arXiv cs.LG TIER_1 English(EN) · Gadi Evron ·

    OpenAnt: LLM-Powered Vulnerability Discovery Through Code Decomposition, Adversarial Verification, and Dynamic Testing

    Automated vulnerability discovery in large codebases remains challenging: traditional static analysis produces high false-positive rates, while dynamic approaches such as fuzzing require substantial infrastructure and often target narrow classes of bugs. Recent advances in large …