paper-with-me

홈 › Papers

CyberEvolver: Structured Self-Evolution for Cybersecurity Agents On the Fly

2026-05-25 · Yihe Fan, Changyi Li, Lichen Xu, Xudong Pan, Jiarun Dai, Hong Geng, Min Yang arxiv

LLM-based agents are increasingly used for cybersecurity tasks, but most existing systems rely on fixed, human-designed scaffolds that struggle to adapt across diverse targets and failure modes. We introduce \textsc{CyberEvolver}, a self-evolving cybersecurity agent framework that iteratively revises its own scaffold based on experience from failed execution attempts. Self-evolution in cybersecurity is challenging because the space of possible scaffold changes is largely unstructured, execution feedback is sparse and often obscured by the environment, and low-diversity updates can cause errors to compound over repeated iterations. \textsc{CyberEvolver} addresses these challenges with a four-layer evolvable agent architecture that decomposes scaffold optimization into structured components, a trace-to-diagnosis mechanism that converts noisy execution logs into actionable revision signals, and a population-based beam search strategy that preserves diverse agent variants during evolution. We evaluate \textsc{CyberEvolver} on CTF challenges, vulnerability exploitation, and penetration-testing tasks using four open-source LLMs. Across these settings, \textsc{CyberEvolver} improves the seed agent's success rate by $13.6$\,\% on average, and outperforms six human-designed cybersecurity agents as well as two self-improvement methods adapted from other domains. These results suggest that scaffold self-evolution is a promising direction for building adaptive LLM agents for security testing.

📄 PDF Abstract BibTeX arXiv:2605.26195

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM agents security duality: a comprehensive survey of self-security and empowered cybersecurity

2026-06-26 · Yiwei Xu, Yong Zhuang, Xuanming Liu, Tian Zhang 외 arxiv

Large language model (LLM) agents are rapidly being integrated into real-world systems. Their autonomy and tool-use capabilities generate substantial value while simultaneously expanding the security attack surface. This…

Group-Evolving Agents: Open-Ended Self-Improvement via Experience Sharing

2026-02-04 · Zhaotian Weng, Antonis Antoniades, Deepak Nathani, Zhen Zhang 외 arxiv

Open-ended self-improving agents can autonomously modify their own structural designs to advance their capabilities and overcome the limits of pre-defined architectures, thus reducing reliance on human intervention. We i…

Depending on yourself when you should: Mentoring LLM with RL agents to become the master in cybersecurity games

2024-03-26 · Yikuan Yan, Yaolun Zhang, Keman Huang

Integrating LLM and reinforcement learning (RL) agent effectively to achieve complementary performance is critical in high stake tasks like cybersecurity operations. In this study, we introduce SecurityBot, a LLM agent m…

Reinforcement Learning (RL)

CRAKEN: Cybersecurity LLM Agent with Knowledge-Based Execution

2025-05-21 · Minghao Shao, Haoran Xi, Nanda Rani, Meet Udeshi 외

Large Language Model (LLM) agents can automate cybersecurity tasks and can adapt to the evolving cybersecurity landscape without re-engineering. While LLM agents have demonstrated cybersecurity capabilities on Capture-Th…

Large Language ModelTask PlanningVulnerability Detection

Guided Reasoning in LLM-Driven Penetration Testing Using Structured Attack Trees

2025-09-09 · Katsuaki Nakano, Reza Fayyazi, Shanchieh Jay Yang, Michael Zuzak arxiv

Recent advances in Large Language Models (LLMs) have driven interest in automating cybersecurity penetration testing workflows, offering the promise of faster and more consistent vulnerability assessment for enterprise s…