SplitAgent: A Privacy-Preserving Distributed Architecture for Enterprise-Cloud Agent Collaboration
Published on arXiv
2603.08221
Sensitive Information Disclosure
OWASP LLM Top 10 — LLM06
Insecure Plugin Design
OWASP LLM Top 10 — LLM07
Key Finding
Achieves 83.8% task accuracy with 90.1% privacy protection; context-aware sanitization improves utility by 24.1% and reduces privacy leakage by 67% compared to static masking approaches.
SplitAgent
Novel technique introduced
Enterprise adoption of cloud-based AI agents faces a fundamental privacy dilemma: leveraging powerful cloud models requires sharing sensitive data, while local processing limits capability. Current agent frameworks like MCP and A2A assume complete data sharing, making them unsuitable for enterprise environments with confidential information. We present SplitAgent, a novel distributed architecture that enables privacy-preserving collaboration between enterprise-side privacy agents and cloud-side reasoning agents. Our key innovation is context-aware dynamic sanitization that adapts privacy protection based on task semantics -- contract review requires different sanitization than code review or financial analysis. SplitAgent extends existing agent protocols with differential privacy guarantees, zero-knowledge tool verification, and privacy budget management. Through comprehensive experiments on enterprise scenarios, we demonstrate that SplitAgent achieves 83.8\% task accuracy while maintaining 90.1\% privacy protection, significantly outperforming static approaches (73.2\% accuracy, 79.7\% privacy). Context-aware sanitization improves task utility by 24.1\% over static methods while reducing privacy leakage by 67\%. Our architecture provides a practical path for enterprise AI adoption without compromising sensitive data.
Key Contributions
- Split two-tier agent architecture separating data handling (enterprise privacy agent) from reasoning (cloud agent) so raw sensitive data never leaves the enterprise
- Context-aware dynamic sanitization engine that adapts privacy protection strategies to task semantics (contract review vs. code review vs. financial analysis)
- SplitAgent protocol extending MCP/A2A with differential privacy guarantees, zero-knowledge tool verification, and cumulative privacy budget management