MINIM: Privacy-Aware Minimal View for Agents via Trusted Local Sanitization
Abstract
Lay Summary
Modern AI agents increasingly interact with users by observing rich interface states, such as the elements on a webpage or desktop. However, current systems often send the entire interface to remote servers, even when most of the information is irrelevant to the task. This can unintentionally expose sensitive data, such as verification codes, private messages, or background activity. In this paper, we introduce MINIM, a system that protects user privacy by filtering interface information directly on the user’s device before it is shared. Inspired by the principle of Contextual Integrity (CI), MINIM learns to evaluate each piece of information along two dimensions: how sensitive it is and how necessary it is for completing the current task. It then selectively keeps, removes, or obscures information based on this assessment. Experiments show that MINIM significantly reduces unnecessary exposure of sensitive information while preserving the critical context needed for AI agents to function effectively. This work takes an important step toward making autonomous AI systems more privacy-aware and trustworthy.