paper-with-me

Papers

AdaptiveGuard: Towards Adaptive Runtime Safety for LLM-Powered Software

2025-09-21 · Rui Yang, Michael Fu, Chakkrit Tantithamthavorn, Chetan Arora, Gunel Gulmammadova, Joey Chua arxiv

Guardrails are critical for the safe deployment of Large Language Models (LLMs)-powered software. Unlike traditional rule-based systems with limited, predefined input-output spaces that inherently constrain unsafe behavior, LLMs enable open-ended, intelligent interactions--opening the door to jailbreak attacks through user inputs. Guardrails serve as a protective layer, filtering unsafe prompts before they reach the LLM. However, prior research shows that jailbreak attacks can still succeed over 70% of the time, even against advanced models like GPT-4o. While guardrails such as LlamaGuard report up to 95% accuracy, our preliminary analysis shows their performance can drop sharply--to as low as 12%--when confronted with unseen attacks. This highlights a growing software engineering challenge: how to build a post-deployment guardrail that adapts dynamically to emerging threats? To address this, we propose AdaptiveGuard, an adaptive guardrail that detects novel jailbreak attacks as out-of-distribution (OOD) inputs and learns to defend against them through a continual learning framework. Through empirical evaluation, AdaptiveGuard achieves 96% OOD detection accuracy, adapts to new attacks in just two update steps, and retains over 85% F1-score on in-distribution data post-adaptation, outperforming other baselines. These results demonstrate that AdaptiveGuard is a guardrail capable of evolving in response to emerging jailbreak strategies post deployment. We release our AdaptiveGuard and studied datasets at https://github.com/awsm-research/AdaptiveGuard to support further research.

📄 PDF Abstract BibTeX arXiv:2509.16861

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Towards AI-Native Software Engineering (SE 3.0): A Vision and a Challenge Roadmap

2024-10-08 · Ahmed E. Hassan, Gustavo A. Oliva, Dayi Lin, Boyuan Chen 외

The rise of AI-assisted software engineering (SE 2.0), powered by Foundation Models (FMs) and FM-powered copilots, has shown promise in improving developer productivity. However, it has also exposed inherent limitations,…

Edge-computing

Runtime Stealthy Perception Attacks against DNN-based Adaptive Cruise Control Systems

2023-07-18 · Xugui Zhou, Anqi Chen, Maxfield Kouzel, Haotian Ren 외

Adaptive Cruise Control (ACC) is a widely used driver assistance technology for maintaining the desired speed and safe distance to the leading vehicle. This paper evaluates the security of the deep neural network (DNN) b…

RoboSafe: Safeguarding Embodied Agents via Executable Safety Logic

2025-12-24 · Le Wang, Zonghao Ying, Xiao Yang, Quanchen Zou 외 arxiv

Embodied agents powered by vision-language models (VLMs) are increasingly capable of executing complex real-world tasks, yet they remain vulnerable to hazardous instructions that may trigger unsafe behaviors. Runtime saf…

Ensuring Safe Physical AI in Urban Mobility via Hazard-Informed Synthesized Envelopes

2026-08-14 · Alexei Odinokov, Rostislav Yavorskiy arxiv

As heterogeneous robotic systems deploy across diverse urban zones, maintaining safety amid complex human-robot interactions remains a critical challenge. We present a unified framework that bridges systematic hazard ana…

LLM-Empowered Functional Safety and Security by Design in Automotive Systems

2026-01-05 · Nenad Petrovic, Vahid Zolfaghari, Fengjunjie Pan, Alois Knoll arxiv

This paper presents LLM-empowered workflow to support Software Defined Vehicle (SDV) software development, covering the aspects of security-aware system topology design, as well as event-driven decision-making code analy…