paper-with-me

Papers

Black-Box Guardrail Reverse-engineering Attack

2025-11-06 · Hongwei Yao, Yun Xia, Shuo Shao, Haoran Shi, Tong Qiao, Cong Wang arxiv

Large language models (LLMs) increasingly employ guardrails to enforce ethical, legal, and application-specific constraints on their outputs. While effective at mitigating harmful responses, these guardrails introduce a new class of vulnerabilities by exposing observable decision patterns. In this work, we present the first study of black-box LLM guardrail reverse-engineering attacks. We propose Guardrail Reverse-engineering Attack (GRA), a reinforcement learning-based framework that leverages genetic algorithm-driven data augmentation to approximate the decision-making policy of victim guardrails. By iteratively collecting input-output pairs, prioritizing divergence cases, and applying targeted mutations and crossovers, our method incrementally converges toward a high-fidelity surrogate of the victim guardrail. We evaluate GRA on three widely deployed commercial systems, namely ChatGPT, DeepSeek, and Qwen3, and demonstrate that it achieves an rule matching rate exceeding 0.92 while requiring less than $85 in API costs. These findings underscore the practical feasibility of guardrail extraction and highlight significant security risks for current LLM safety mechanisms. Our findings expose critical vulnerabilities in current guardrail designs and highlight the urgent need for more robust defense mechanisms in LLM deployment.

📄 PDF Abstract BibTeX arXiv:2511.04215

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningData Augmentation

Similar Papers 제목 키워드 기반

DREAM: Domain-agnostic Reverse Engineering Attributes of Black-box Model

2024-12-08 · Rongqing Li, Jiaqi Yu, Changsheng Li, Wenhan Luo 외

Deep learning models are usually black boxes when deployed on machine learning platforms. Prior works have shown that the attributes (e.g., the number of convolutional layers) of a target black-box model can be exposed t…

Attribute

"Moralized" Multi-Step Jailbreak Prompts: Black-Box Testing of Guardrails in Large Language Models for Verbal Attacks

2024-11-23 · Libo Wang

As the application of large language models continues to expand in various fields, it poses higher challenges to the effectiveness of identifying harmful content generation and guardrail mechanisms. This research aims to…

DREAM: Domain-free Reverse Engineering Attributes of Black-box Model

2023-07-20 · Rongqing Li, Jiaqi Yu, Changsheng Li, Wenhan Luo 외

Deep learning models are usually black boxes when deployed on machine learning platforms. Prior works have shown that the attributes ($e.g.$, the number of convolutional layers) of a target black-box neural network can b…

Attribute

Challenges and Future Directions in Agentic Reverse Engineering Systems

2026-04-15 · Salem Radey, Jack West, Kassem Fawaz arxiv

Agentic systems built on large language models (LLMs) are increasingly being used for complex security tasks, including binary reverse engineering (RE). Despite recent growth in popularity and capability, these systems c…

Behind the Refusal: Determining Guardrail Activation via Behavioral Monitoring

2026-07-02 · William Hackett, Peter Garraghan arxiv

As Large Language Models (LLMs) and agentic systems become integrated into real-world applications, ensuring their safety and security is critical. Guardrail systems that detect and block malicious instructions sent to a…