Key Takeaway
Enforce privacy and security for AI agents at the network level by pairing per-agent mediators with a central policy plane: combine deterministic rules with context-aware checks so agents can’t unknowingly leak or misuse data.
ON THIS PAGE
Key Findings
Security works better when enforcement sits outside the agent and inspects every external interaction. Two complementary ideas—deterministic enforcement (hard rules about what an agent may do) and context-aware filtering (checks that decide if a disclosure fits the situation)—together let a network choke point reliably stop bad flows that in-agent guardrails can miss. A practical reference design uses a central control plane to define policies and per-agent sidecars to mediate every request, routing low-risk flows to fast checks and high-risk flows to semantic analysis. central control plane
Not sure where to start?Get personalized recommendations
Data Highlights
12 complementary enforcement ideas are required: deterministic execution controls and context-aware policy checks.
22 architectural layers in the reference design: a centralized control plane plus per-agent sidecars that receive policy updates.
3100% of agent outbound interactions are mediated by sidecars in the design (egress-only today; inbound inspection is left for future work).
What This Means
Platform and security engineers building AI assistants or multi-agent systems should care because this approach offers a way to enforce enterprise policies even when an agent’s internal reasoning is compromised. Product and ops leaders running agents that access sensitive data can use these patterns to reduce accidental oversharing and to audit agent behavior. enterprise policies
Key Figures

Fig 2: Figure 2. Reference architecture for secure AI agents. The control plane centrally manages security policies, while sidecars deployed at agent interaction points intercept agent actions, route requests to deterministic or semantic enforcement, and mediate access to enterprise resources. execution flows
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreYes, But...
The design focuses on egress (what agents send out) and does not inspect or control external services after data leaves the enterprise. An attacker might still game the system by falsifying the context information the agent supplies to the sidecar. The approach assumes known agent identities and workflows—supporting highly dynamic agents that spawn new sub-agents or tools at runtime will require additional mechanisms and ongoing policy updates. dynamic agents
Full Analysis
Treating AI agents as networked endpoints lets security controls be both stronger and more predictable. Pair a central control plane (which authors policies, labels data types, and sets risk thresholds) with a sidecar deployed alongside each agent. Sidecars intercept every external call and message, enforce deterministic rules (for example, which tools an agent may call or which destinations are blocked), and apply context-aware semantic checks that evaluate whether a proposed disclosure fits organizational norms. The semantic checks draw on the idea of contextual integrity—encoding who is sending what to whom for what purpose—and compile those norms into checks the sidecar can run deterministically. The design separates policy from runtime enforcement so policies are auditable and cannot be altered by a compromised agent. Practical trade-offs remain: the current reference design handles outbound flows (egress) only, inbound inspection is harder because senders can avoid labeling, and dynamic agent behaviors (new tools, spawned sub-agents, evolving roles) will need mechanisms for continuous role and policy reevaluation. Still, the network choke-point model gives a clear path to reduce accidental data leaks and to provide auditable, enforceable guarantees that in-agent guardrails alone cannot deliver. semantic capability matching LLM-as-Judge Pattern guardrails
Explore evaluation patternsSee how to apply these findings
Credibility Assessment:
One recognizable author (Nick Feamster) with modest h-index and other low-index authors; arXiv only and limited citation/affiliation info — moderate credibility.