paper-with-me

Papers

DefenderBench: A Toolkit for Evaluating Language Agents in Cybersecurity Environments

2025-05-31 · Chiyu Zhang, Marc-Alexandre Cote, Michael Albada, Anush Sankaran, Jack W. Stokes, Tong Wang, Amir Abdi, William Blum, Muhammad Abdul-Mageed

Large language model (LLM) agents have shown impressive capabilities in human language comprehension and reasoning, yet their potential in cybersecurity remains underexplored. We introduce DefenderBench, a practical, open-source toolkit for evaluating language agents across offense, defense, and cybersecurity knowledge-based tasks. DefenderBench includes environments for network intrusion, malicious content detection, code vulnerability analysis, and cybersecurity knowledge assessment. It is intentionally designed to be affordable and easily accessible for researchers while providing fair and rigorous assessment. We benchmark several state-of-the-art (SoTA) and popular LLMs, including both open- and closed-weight models, using a standardized agentic framework. Our results show that Claude-3.7-sonnet performs best with a DefenderBench score of 81.65, followed by Claude-3.7-sonnet-think with 78.40, while the best open-weight model, Llama 3.3 70B, is not far behind with a DefenderBench score of 71.81. DefenderBench's modular design allows seamless integration of custom LLMs and tasks, promoting reproducibility and fair comparisons. An anonymized version of DefenderBench is available at https://github.com/microsoft/DefenderBench.

📄 PDF Abstract BibTeX arXiv:2506.00739

Code (1)

microsoft/defenderbench 공식 구현

Tasks

Large Language Model

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Cybench: A Framework for Evaluating Cybersecurity Capabilities and Risks of Language Models

2024-08-15 · Andy K. Zhang, Neil Perry, Riya Dulepet, Joey Ji 외

Language Model (LM) agents for cybersecurity that are capable of autonomously identifying vulnerabilities and executing exploits have potential to cause real-world impact. Policymakers, model providers, and researchers i…

NLPGym -- A toolkit for evaluating RL agents on Natural Language Processing Tasks

2020-11-16 · Rajkumar Ramamurthy, Rafet Sifa, Christian Bauckhage

Reinforcement learning (RL) has recently shown impressive performance in complex game AI and robotics tasks. To a large extent, this is thanks to the availability of simulated environments such as OpenAI Gym, Atari Learn…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONOpenAI GymQuestion Answering+1

Supporting Artifact Evaluation with LLMs: A Study with Published Security Research Papers

2026-03-06 · David Heye, Karl Kindermann, Robin Decker, Johannes Lohmöller 외 arxiv

Artifact Evaluation (AE) is essential for ensuring the transparency and reliability of research, closing the gap between exploratory work and real-world deployment is particularly important in cybersecurity, particularly…

CyberGym: Evaluating AI Agents' Cybersecurity Capabilities with Real-World Vulnerabilities at Scale

2025-06-03 · Zhun Wang, Tianneng Shi, Jingxuan He, Matthew Cai 외

Large language model (LLM) agents are becoming increasingly skilled at handling cybersecurity tasks autonomously. Thoroughly assessing their cybersecurity capabilities is critical and urgent, given the high stakes in thi…

Large Language Model

HackWorld: Evaluating Computer-Use Agents on Exploiting Web Application Vulnerabilities

2025-10-14 · Xiaoxue Ren, Penghao Jiang, Kaixin Li, Zhiyong Huang 외 arxiv

Web applications are prime targets for cyberattacks as gateways to critical services and sensitive data. Traditional penetration testing is costly and expertise-intensive, making it difficult to scale with the growing we…

Vulnerability Detection