PlanTwin: Privacy-Preserving Planning Abstractions for Cloud-Assisted LLM Agents

📅 2026-03-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the risk of leaking local sensitive information—such as source code and credentials—during cloud-assisted LLM agent planning, a vulnerability unmitigated by existing approaches that inevitably upload raw environmental states. We propose the first privacy-preserving architecture tailored for planning tasks, which constructs a structure-preserving yet de-identified digital twin abstraction graph, enabling cloud-based planners to operate solely on sanitized representations. Integrated with a local gatekeeping mechanism and multi-round disclosure control, our framework supports fine-grained privacy budget management. We formalize the privacy–utility trade-off at the capability granularity and introduce combined guarantees of (k,δ)-anonymity and ε-unlinkability. Empirical evaluation across 60 cross-domain tasks demonstrates zero leakage of sensitive items (SND=1.0), maintains high planning quality for most agents (PQS>0.79), and incurs less than 2.2% overall utility loss.

Technology Category

Application Category

📝 Abstract
Cloud-hosted large language models (LLMs) have become the de facto planners in agentic systems, coordinating tools and guiding execution over local environments. In many deployments, however, the environment being planned over is private, containing source code, files, credentials, and metadata that cannot be exposed to the cloud. Existing solutions address adjacent concerns, such as execution isolation, access control, or confidential inference, but they do not control what cloud planners observe during planning: within the permitted scope, \textit{raw environment state is still exposed}. We introduce PlanTwin, a privacy-preserving architecture for cloud-assisted planning without exposing raw local context. The key idea is to project the real environment into a \textit{planning-oriented digital twin}: a schema-constrained and de-identified abstract graph that preserves planning-relevant structure while removing reconstructable details. The cloud planner operates solely on this sanitized twin through a bounded capability interface, while a local gatekeeper enforces safety policies and cumulative disclosure budgets. We further formalize the privacy-utility trade-off as a capability granularity problem, define architectural privacy goals using $(k,δ)$-anonymity and $ε$-unlinkability, and mitigate compositional leakage through multi-turn disclosure control. We implement PlanTwin as middleware between local agents and cloud planners and evaluate it on 60 agentic tasks across ten domains with four cloud planners. PlanTwin achieves full sensitive-item non-disclosure (SND = 1.0) while maintaining planning quality close to full-context systems: three of four planners achieve PQS $> 0.79$, and the full pipeline incurs less than 2.2\% utility loss.
Problem

Research questions and friction points this paper is trying to address.

privacy-preserving planning
cloud-assisted LLM agents
environment state exposure
sensitive data disclosure
planning abstraction
Innovation

Methods, ideas, or system contributions that make the work stand out.

privacy-preserving planning
digital twin
LLM agents
abstract graph
disclosure control