Nov 2026
9 Mon
10 Tue
11 Wed
12 Thu
13 Fri 09:00 AM – 06:00 PM IST
14 Sat 09:00 AM – 06:00 PM IST
15 Sun
Submitted Sep 18, 2026
AI agents behave like distributed systems but lack consistent runtime network controls, creating a security gap in which prompt injection can lead to data exfiltration. This session explores building an “Agent Mesh” to intercept, observe, and govern outbound agent traffic without modifying the underlying application code.
Once autonomous execution begins, AI agents can create unpredictable runtime data paths. An agent might ingest malicious instructions from untrusted content, chain otherwise safe actions into a dangerous sequence, or silently exfiltrate sensitive data to an unauthorized endpoint.
The core engineering challenge is containing this behavior at the network layer. Platform teams need a unified way to intercept and govern agent egress without hardcoding security checks into every individual agent or tool.
Platform engineers, security engineers, SRE and DevOps professionals, MLOps engineers, and developers building agentic or MCP-style workflows.
Intermediate to advanced.
How to treat autonomous AI agents as untrusted workloads and contain unsafe behavior using egress policies, workload identity, and execution tracing.
A reference architecture for implementing zero-trust network controls through an Agent Mesh to reduce the risk of data exfiltration.
I will share:
Experiment or prototype
Research and investigation
Agent Mesh is an open-source, experimental implementation developed to explore runtime policy enforcement and observability for autonomous AI workloads.
Relying solely on application-level IAM and prompt engineering did not provide sufficient security guarantees. IAM was insufficient because it primarily governed access to resources but did not control the unpredictable flow of data during agent execution.
Modifying every agent or tool integration to implement custom egress checks also created operational overhead that was difficult to scale and maintain across different agent frameworks. Application-level checks could also be applied inconsistently or bypassed when autonomous workflows invoked tools through unexpected execution paths.
Instead of trusting an agent’s internal reasoning or relying only on application-level controls, we treat the agent as an untrusted workload.
By moving enforcement to an infrastructure layer, Agent Mesh can intercept outbound traffic independently of the agent’s prompts or application code and apply zero-trust principles during runtime. This approach complements, rather than replaces, IAM, least-privilege access, secure tool design, and application-level authorization.
Network layer versus application layer: We chose infrastructure-level enforcement to provide consistent controls across different agent frameworks, knowing that the network layer has less semantic and application-level context.
Performance versus security: Evaluating API and tool requests against destination and sensitive-data policies introduces latency. We had to balance this performance overhead against the need for runtime inspection and enforcement.
Availability versus containment: Fail-closed enforcement provides stronger containment but may disrupt legitimate workflows when policy infrastructure is unavailable. Fail-open enforcement improves availability but increases security risk.
Experimental/prototype
#agents #security #zerotrust #platformengineering #observability #governance
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}