SeerGuard: A Safety Framework for Mobile GUI Agents via World Model Prediction

Xue Yu, Bo Yuan, Pengshuai Yang, Kailin Zhao, Hong Hu, Junlan Feng

arXiv:2607.15550 · 2026-07-20 공개 · arXiv · PDF

multi-task-learning gui-agents safety-framework risk-assessment mobile-interfaces qwen3-vl-8b-instruct world-model-prediction safety-augmented-world-model

Abstract

Mobile graphical user interface (GUI) agents have demonstrated remarkable capabilities in automating complex tasks, yet they introduce critical safety risks where a single erroneous action can lead to irreversible consequences. Existing safety mechanisms are primarily reactive, lacking the ability to assess risks before execution. In this paper, we introduce SeerGuard, a consequence-aware safety framework designed to mitigate these risks through pre-execution instruction-level screening and action-level risk assessment. Specifically, the action-level assessment analyzes agent-proposed actions within current GUI states, anticipating likely outcomes to identify risks before they are executed. To enable these capabilities, we construct a unified safety-augmented world model (SAWM) via multi-task learning, integrating semantic next-state prediction with safety risk assessment. Extensive experiments demonstrate that SeerGuard generalizes effectively across diverse mobile GUI agents. On Qwen3-VL-8B-Instruct, it increases the safety-utility score from $0.191$ to $0.596$ at $\omega=0.8$ and reduces the risk-cost score from $0.347$ to $0.130$ at $\alpha=0.8$. Further analyses on our SAWM validate the effectiveness of the instruction-level screening, alongside the capability of action risk assessment and next-state prediction.

한국어 요약

한 줄 요약

SeerGuard는 모바일 GUI 에이전트의 안전성을 향상시키기 위해 실행 전 예측 기반의 지시 및 행동 수준 위험 평가를 결합한 안전 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 모바일 GUI 에이전트의 안전 메커니즘은 주로 **실행 후**(post-hoc) 위험 평가에 의존하거나, **지시 수준**(instruction-level)에서만 위험을 탐지하는 데 제한적이었다. SeerGuard는 **실행 전**(pre-execution)에 **행동**(action)의 결과를 예측하여 위험을 판단하는 **의사결정 전**(pre-decision) 안전 프레임워크를 제안한다. 이는 모바일 환경에서 **하나의 잘못된 터치가 즉각적이고 되돌릴 수 없는 결과**를 초래할 수 있는 상황에서 특히 중요하다. 핵심 아이디어는 **세마틱**(semantic) 다음 상태 예측을 통해 **비주얼**(pixel-level)이 아닌 **기능적 상태 변화**를 파악함으로써, **실시간 예측 기반**(real-time prediction-based) 위험 평가를 가능하게 하는 것이다. 이는 SAWM 모델을 통해 구현되며, **지시 스크리닝**(Instruction-level Screening)과 **행동 위험 평가**(Action-level Risk Assessment)를 통합적으로 수행한다.

기술적 접근법

주요 결과

의의 및 한계

SeerGuard는 모바일 GUI 에이전트의 **실행 전 위험 예측**을 가능하게 하여, 기존의 **반응형**(reactive) 안전 메커니즘의 한계를 극복한다. 특히, **세마틱 예측 기반**의 접근은 **비주얼 예측**보다 실용적이고 계산 비용이 적은 장점을 가진다. 또한, **다중 작업 학습**(multi-task learning)을 통해 **지시 수준**과 **행동 수준**의 안전 평가를 통합적으로 수행함으로써, **안전성과 유용성**(safety-utility trade-off)을 균형 있게 유지할 수 있다. 그러나, **모델별 성능 차이**(Gemini-3.1, Qwen3-VL, GPT-5.1 간)가 존재하며, 일부 **세부 작업**(fine-grained tasks)에서는 **위험 탐지 누락**(missed detection)이나 **양성 오인**(false positive)이 발생할 수 있다. 이는 **모델의 내재적 계획 및 접지 능력**(intrinsic planning and grounding behavior)에 따라 달라진다.

실용적 활용

SeerGuard는 **금융 거래**, **예약 시스템**, **소셜 미디어 관리** 등 **즉각적이고 되돌릴 수 없는 행동**이 필요한 모바일 환경에서 **자동화된 GUI 에이전트의 안전성**을 향상시키는 데 활용될 수 있다. 또한, **사전 예측 기반**(pre-execution)의 안전 평가 프레임워크는 **의료 시스템**, **공공 서비스 자동화** 등에서도 적용 가능하다.