← Search

Wenbo Guo

29 accepted papers

2026

BlueCodeAgent: A Blue Teaming Agent Powered by Automated Red Teaming for CodeGen AI

ICML 2026poster

Existing research on CodeGen AI security mainly focuses on red teaming, which aims to uncover vulnerabilities and risks in AI-generated code. However, progress on the blue teaming side remains limited, as effective defenses require a deep security analysis of given tasks and edge cases. To fill in t…

Cited by 0SourceScholar
2026

CyberCycle: Scalable Real-World Benchmark for AI Agents' End-to-End Cybersecurity Capabilities

ICML 2026poster

AI has the potential to transform cybersecurity by enabling systems that can autonomously detect, analyze, and remediate software vulnerabilities. However, existing cybersecurity evaluations of AI systems are limited in scale or scope, and fail to capture the end-to-end lifecycle of real-world softw…

Cited by 0SourceScholar
2026

DevOps-Gym: Benchmarking AI Agents in Software DevOps Cycle

ICLR 2026poster

Even though demonstrating extraordinary capabilities in code generation and software issue resolving, AI agents' capabilities in the full software DevOps cycle are still unknown. Different from pure code generation, handling the DevOps cycle in real-world software, including developing, deploying, a…

Cited by 0SourcecodeScholar
2026

OpenSage: Self-programming Agent Generation Engine

ICML 2026poster

Agent development kits (ADKs) provide effective platforms and tooling for constructing agents, and their designs are critical to the constructed agents' performance, especially the functionality for agent topology, tools, and memory. However, current ADKs either lack sufficient functional support or…

Cited by 0SourceScholar
2026

Position: Agent Evaluation Should Be Agentified for Openness, Standardization, and Reproducibility

ICML 2026poster

Agent systems are advancing quickly across domains, but their evaluation remains fragmented. Most benchmarks rely on fixed, LLM-centric harnesses that require heavy integration, create test-production mismatch, and limit fair comparison across diverse agent designs. This position paper argues that t…

Cited by 0SourceScholar
2026

Position: To Defend Against Cyber Attacks, We Must Teach AI Agents to Hack

ICML 2026poster

For over a decade, cybersecurity has relied on human labor scarcity to limit attackers to high-value targets manually or generic automated attacks at scale. Building sophisticated exploits requires deep expertise and manual effort, leading defenders to assume adversaries cannot afford tailored attac…

Cited by 0SourceScholar
2025

3CAD: A Large-Scale Real-World 3C Product Dataset for Unsupervised Anomaly Detection

AAAI 2025technical

Industrial anomaly detection achieves progress thanks to datasets such as MVTec-AD and VisA. However, they suffer from limitations in terms of the number of defect samples, types of defects, and availability of real-world scenes. These constraints inhibit researchers from further exploring the perfo…

2025

AGENTVIGIL: Automatic Black-Box Red-teaming for Indirect Prompt Injection against LLM Agents

EMNLP 2025

There emerges a critical security risk of LLM agents: indirect prompt injection, a sophisticated attack vector that compromises thecore of these agents, the LLM, by manipulating contextual information rather than direct user prompts. In this work, we propose a generic black-box optimization framewor

Cited by 0SourcePDFScholar
2025

Co-PatcheR: Collaborative Software Patching with Component-specific Small Reasoning Models

NeurIPS 2025poster

Motivated by the success of general‑purpose large language models (LLMs) in software patching, recent works started to train specialized patching models. Most works trained one model to handle the end‑to‑end patching pipeline (including issue localization, patch generation, and patch validation). Ho…

Cited by 0SourceScholar
2025

F-Fidelity: A Robust Framework for Faithfulness Evaluation of Explainable AI

ICLR 2025poster

Recent research has developed a number of eXplainable AI (XAI) techniques, such as gradient-based approaches, input perturbation-base methods, and black-box explanation methods. While these XAI techniques can extract meaningful insights from deep learning models, how to properly evaluate them remain…

Cited by 0SourcePDFScholar
2025

MELON: Provable Defense Against Indirect Prompt Injection Attacks in AI Agents

ICML 2025poster

Recent research has explored that LLM agents are vulnerable to indirect prompt injection (IPI) attacks, where malicious tasks embedded in tool-retrieved information can redirect the agent to take unauthorized actions. Existing defenses against IPI have significant limitations: either require essenti…

2025

PatchPilot: A Cost-Efficient Software Engineering Agent with Early Attempts on Formal Verification

ICML 2025poster

Recent research builds various patching agents that combine large language models (LLMs) with non-ML tools and achieve promising results on the state-of-the-art (SOTA) software patching benchmark, SWE-bench. Based on how to determine the patching workflows, existing patching agents can be categoriz…

2025

SECODEPLT: A Unified Benchmark for Evaluating the Security Risks and Capabilities of Code GenAI

NeurIPS 2025poster

Existing benchmarks for evaluating the security risks and capabilities (e.g., vulnerability detection) of code-generating large language models (LLMs) face several key limitations: (1) limited coverage of risk and capabilities; (2) reliance on static evaluation metrics such as LLM judgments or rule-…

Cited by 0SourcecodeScholar
2025

Temporal Logic-Based Multi-Vehicle Backdoor Attacks against Offline RL Agents in End-to-end Autonomous Driving

NeurIPS 2025poster

Assessing the safety of autonomous driving (AD) systems against security threats, particularly backdoor attacks, is a stepping stone for real-world deployment. However, existing works mainly focus on pixel-level triggers which are impractical to deploy in the real world. We address this gap by intro…

Cited by 0SourceScholar
2024

When LLM Meets DRL: Advancing Jailbreaking Efficiency via DRL-guided Search

NeurIPS 2024poster

Recent studies developed jailbreaking attacks, which construct jailbreaking prompts to "fool" LLMs into responding to harmful questions. Early-stage jailbreaking attacks require access to model internals or significant human efforts. More advanced attacks utilize genetic algorithms for automatic an…

2023

BIRD: Generalizable Backdoor Detection and Removal for Deep Reinforcement Learning

NeurIPS 2023poster

Backdoor attacks pose a severe threat to the supply chain management of deep reinforcement learning (DRL) policies. Despite initial defenses proposed in recent studies, these methods have very limited generalizability and scalability. To address this issue, we propose BIRD, a technique to detect and…

Cited by 11SourcePDFScholar
2023

StateMask: Explaining Deep Reinforcement Learning through State Mask

NeurIPS 2023poster

Despite the promising performance of deep reinforcement learning (DRL) agents in many challenging scenarios, the black-box nature of these agents greatly limits their applications in critical domains. Prior research has proposed several explanation techniques to understand the deep learning-based po…

Cited by 11SourcePDFScholar
2022

Are Shortest Rationales the Best Explanations for Human Understanding?

ACL 2022short

Existing self-explaining models typically favor extracting the shortest possible rationales — snippets of an input text “responsible for” corresponding output — to explain the model prediction, with the assumption that shorter rationales are more intuitive to humans. However, this assumption has yet…

2021

BACKDOORL: Backdoor Attack against Competitive Reinforcement Learning

IJCAI 2021poster

Recent research has confirmed the feasibility of backdoor attacks in deep reinforcement learning (RL) systems. However, the existing attacks require the ability to arbitrarily modify an agent's observation, constraining the application scope to simple RL systems such as Atari games. In this paper, w…

2021

DANCE: Enhancing saliency maps using decoys

ICML 2021spotlight

Saliency methods can make deep neural network predictions more interpretable by identifying a set of critical features in an input sample, such as pixels that contribute most strongly to a prediction made by an image classifier. Unfortunately, recent evidence suggests that many saliency methods poor…

2021

RNNRepair: Automatic RNN Repair via Model-based Analysis

ICML 2021spotlight

Deep neural networks are vulnerable to adversarial attacks. Due to their black-box nature, it is rather challenging to interpret and properly repair these incorrect behaviors. This paper focuses on interpreting and repairing the incorrect behaviors of Recurrent Neural Networks (RNNs). We propose a l…

Cited by 25SourcePDFScholar
2018

Explaining Deep Learning Models -- A Bayesian Non-parametric Approach

NeurIPS 2018poster

Understanding and interpreting how machine learning (ML) models make decisions have been a big challenge. While recent research has proposed various technical approaches to provide some clues as to how an ML model makes individual predictions, they cannot provide users with an ability to inspect a m…

Cited by 50SourcePDFScholar