paper-with-me

Papers

Automated Network Protocol Testing with LLM Agents

2025-10-15 · Yunze Wei, Kaiwen Wei, Shibo Du, Jianyu Wang, Zhangzhong Liu, Yawen Wang, Zhanyou Li, Congcong Miao, Xiaohui Xie, Yong Cui arxiv

Network protocol testing is fundamental for modern network infrastructure. However, traditional network protocol testing methods are labor-intensive and error-prone, requiring manual interpretation of specifications, test case design, and translation into executable artifacts, typically demanding one person-day of effort per test case. Existing model-based approaches provide partial automation but still involve substantial manual modeling and expert intervention, leading to high costs and limited adaptability to diverse and evolving protocols. In this paper, we propose a first-of-its-kind system called NeTestLLM that takes advantage of multi-agent Large Language Models (LLMs) for end-to-end automated network protocol testing. NeTestLLM employs hierarchical protocol understanding to capture complex specifications, iterative test case generation to improve coverage, a task-specific workflow for executable artifact generation, and runtime feedback analysis for debugging and refinement. NeTestLLM has been deployed in a production environment for several months, receiving positive feedback from domain experts. In experiments, NeTestLLM generated 4,632 test cases for OSPF, RIP, and BGP, covering 41 historical FRRouting bugs compared to 11 by current national standards. The process of generating executable artifacts also improves testing efficiency by a factor of 8.65x compared to manual methods. NeTestLLM provides the first practical LLM-powered solution for automated end-to-end testing of heterogeneous network protocols.

📄 PDF Abstract BibTeX arXiv:2510.13248

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sharp Results for Hypothesis Testing with Risk-Sensitive Agents

2024-12-21 · Flora C. Shi, Stephen Bates, Martin J. Wainwright

Statistical protocols are often used for decision-making involving multiple parties, each with their own incentives, private information, and ability to influence the distributional properties of the data. We study a gam…

From Controlled to the Wild: Evaluation of Pentesting Agents for the Real-World

2026-05-11 · Pedro Conde, Henrique Branquinho, Valerio Mazzone, Bruno Mendes 외 arxiv

AI pentesting agents are increasingly credible as offensive security systems, but current benchmarks still provide limited guidance on which will perform best in real-world targets. Existing evaluation protocols assess a…

An Automated Testing Framework for Conversational Agents

2019-02-17 · Soodeh Atefi, Mohammad Amin Alipour

Conversational agents are systems with a conversational interface that afford interaction in spoken language. These systems are becoming prevalent and are preferred in various contexts and for many users. Despite their i…

Decoupling Reconnaissance and Exploitation: Measuring the Capability Boundaries of LLM-Based Web Penetration Testing

2026-06-24 · Liwei Yu, Shuo Li, Ming Zhou, Ge Chu 외 arxiv

Large Language Models (LLMs) have shown promise for automated penetration testing, yet existing end-to-end black-box evaluations are highly susceptible to error cascading: failures in early reconnaissance can mask an age…

Automated structural testing of LLM-based agents: methods, framework, and case studies

2026-01-25 · Jens Kohl, Otto Kruse, Youssef Mostafa, Andre Luckow 외 arxiv

LLM-based agents are rapidly being adopted across diverse domains. Since they interact with users without supervision, they must be tested extensively. Current testing approaches focus on acceptance-level evaluation from…