GUIGuard: Toward a General Framework for Privacy-Preserving GUI Agents
Yanxi Wang, Zhiling Zhang, Wenbo Zhou, Weiming Zhang, Jie Zhang, Qiannan Zhu, Yu Shi, Shuxin Zheng, Jiyan He
TL;DR
This work addresses the privacy risks inherent in end-to-end GUI agents by introducing GUIGuard, a three-stage framework that performs on-device privacy recognition, privacy protection, and task execution under a Trustworthy Local–Remote Hybrid Service. It introduces GUIGuard-Bench, a cross-platform dataset with 630 trajectories and 13,830 screenshots annotated for region-level privacy grounding, risk levels, categories, and task necessity, enabling end-to-end evaluation of privacy perception, protection fidelity, and downstream planning. The study reveals that privacy recognition remains a major bottleneck for current models, with end-to-end accuracy well below practical levels, while protection strategies can preserve task solvability to varying degrees depending on strategy and platform. Case studies and graded protection experiments demonstrate the trade-offs between privacy leakage and task performance, underscoring the need for improved detectors, trajectory-aware protection, and task-necessity driven policies to enable practical privacy-preserving GUI agents with robust real-world impact.
Abstract
GUI agents enable end-to-end automation through direct perception of and interaction with on-screen interfaces. However, these agents frequently access interfaces containing sensitive personal information, and screenshots are often transmitted to remote models, creating substantial privacy risks. These risks are particularly severe in GUI workflows: GUIs expose richer, more accessible private information, and privacy risks depend on interaction trajectories across sequential scenes. We propose GUIGuard, a three-stage framework for privacy-preserving GUI agents: (1) privacy recognition, (2) privacy protection, and (3) task execution under protection. We further construct GUIGuard-Bench, a cross-platform benchmark with 630 trajectories and 13,830 screenshots, annotated with region-level privacy grounding and fine-grained labels of risk level, privacy category, and task necessity. Evaluations reveal that existing agents exhibit limited privacy recognition, with state-of-the-art models achieving only 13.3% accuracy on Android and 1.4% on PC. Under privacy protection, task-planning semantics can still be maintained, with closed-source models showing stronger semantic consistency than open-source ones. Case studies on MobileWorld show that carefully designed protection strategies achieve higher task accuracy while preserving privacy. Our results highlight privacy recognition as a critical bottleneck for practical GUI agents. Project: https://futuresis.github.io/GUIGuard-page/
