Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

SAGA: A Security Architecture for Governing AI Agentic Systems

Created by
  • Haebom

Author

Georgios Syros, Anshuman Suri, Jacob Ginesin, Cristina Nita-Rotaru, Alina Oprea

Outline

This paper addresses the growing trend of large-scale language model (LLM)-based agents that autonomously interact, collaborate, and delegate tasks without human intervention. Existing agent system designs are theoretical, lack concrete implementations and evaluations, and lack user controllability. Therefore, this paper proposes SAGA, a scalable agent system governance security architecture that provides user oversight. SAGA supports agent registration, user-defined access control policy management, and policy enforcement for inter-agent communication through a central entity, the Provider. Furthermore, it introduces a cryptographic mechanism for fine-grained control of agent interactions, providing formal security guarantees. Evaluations on multiple agent tasks using on-device and cloud LLMs demonstrate minimal performance overhead and no impact on the underlying task utility.

Takeaways, Limitations

Takeaways:
Proposing a SAGA architecture that provides user-centric agent management capabilities.
Fine-grained access control and formal security assurance through encryption mechanisms
Verification of performance efficiency through experiments in various environments
Presenting the possibility of safe and reliable deployment of autonomous agents in sensitive environments.
Limitations:
Further research is needed on the long-term stability and scalability of the SAGA architecture.
Potential for single point of failure due to centralization of providers
Further research is needed to determine generalizability across different agent types and tasks.
👍