AI Agents 相关度: 9/10

Caging the Agents: A Zero Trust Security Architecture for Autonomous AI in Healthcare

Saikat Maiti
arXiv: 2603.17419v1 发布: 2026-03-18 更新: 2026-03-18

AI 摘要

针对医疗场景自主AI代理的安全威胁,论文提出并部署了零信任安全架构。

主要贡献

  • 针对医疗AI代理的安全威胁模型
  • 四层深度防御体系
  • 开源安全审计工具和Prompt完整性框架

方法论

通过在医疗场景部署九个自主AI代理,实施分层防御体系,并进行90天部署测试。

原文摘要

Autonomous AI agents powered by large language models are being deployed in production with capabilities including shell execution, file system access, database queries, and multi-party communication. Recent red teaming research demonstrates that these agents exhibit critical vulnerabilities in realistic settings: unauthorized compliance with non-owner instructions, sensitive information disclosure, identity spoofing, cross-agent propagation of unsafe practices, and indirect prompt injection through external resources [7]. In healthcare environments processing Protected Health Information, every such vulnerability becomes a potential HIPAA violation. This paper presents a security architecture deployed for nine autonomous AI agents in production at a healthcare technology company. We develop a six-domain threat model for agentic AI in healthcare covering credential exposure, execution capability abuse, network egress exfiltration, prompt integrity failures, database access risks, and fleet configuration drift. We implement four-layer defense in depth: (1) kernel level workload isolation using gVisor on Kubernetes, (2) credential proxy sidecars preventing agent containers from accessing raw secrets, (3) network egress policies restricting each agent to allowlisted destinations, and (4) a prompt integrity framework with structured metadata envelopes and untrusted content labeling. We report results from 90 days of deployment including four HIGH severity findings discovered and remediated by an automated security audit agent, progressive fleet hardening across three VM image generations, and defense coverage mapped to all eleven attack patterns from recent literature. All configurations, audit tooling, and the prompt integrity framework are released as open source.

标签

AI Agents Zero Trust Security Healthcare Prompt Injection

arXiv 分类

cs.CR cs.AI