LGCLOct 23, 2024

MobileSafetyBench: Evaluating Safety of Autonomous Agents in Mobile Device Control

arXiv:2410.17520v235 citationsh-index: 5Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the safety problem for users of mobile device-control agents by providing a benchmark, but it is incremental as it builds on existing LLM-based agents and focuses on evaluation rather than novel safety mechanisms.

The authors tackled the lack of a standardized benchmark for evaluating the safety of autonomous agents in mobile device control by introducing MobileSafetyBench, which tests agents in realistic Android emulator environments, and found that baseline agents based on state-of-the-art LLMs often fail to prevent harm, though a proposed prompting method shows some promise.

Autonomous agents powered by large language models (LLMs) show promising potential in assistive tasks across various domains, including mobile device control. As these agents interact directly with personal information and device settings, ensuring their safe and reliable behavior is crucial to prevent undesirable outcomes. However, no benchmark exists for standardized evaluation of the safety of mobile device-control agents. In this work, we introduce MobileSafetyBench, a benchmark designed to evaluate the safety of device-control agents within a realistic mobile environment based on Android emulators. We develop a diverse set of tasks involving interactions with various mobile applications, including messaging and banking applications, challenging agents with managing risks encompassing misuse and negative side effects. These tasks include tests to evaluate the safety of agents in daily scenarios as well as their robustness against indirect prompt injection attacks. Our experiments demonstrate that baseline agents, based on state-of-the-art LLMs, often fail to effectively prevent harm while performing the tasks. To mitigate these safety concerns, we propose a prompting method that encourages agents to prioritize safety considerations. While this method shows promise in promoting safer behaviors, there is still considerable room for improvement to fully earn user trust. This highlights the urgent need for continued research to develop more robust safety mechanisms in mobile environments. We open-source our benchmark at: https://mobilesafetybench.github.io/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes