Recent headlines have exposed a critical vulnerability in modern AI: autonomous agents are becoming a prime target for remote execution exploits and data supply-chain attacks. When we define an agent’s runtime behavior using external, unprotected Markdown files, while leaving static credentials exposed in plain text, we inadvertently create a powerful insider threat. The leap from a helpful AI assistant to a rogue execution vector that can corrupt a data warehouse or leak security keys is alarmingly short.
Join us to learn how these exploits happen and how to build zero-trust security boundaries to stop them cold. We will walk through an incremental demonstration starting with a data analyst agent managing datasets across a data lake, watching an adversarial process hijack it in real time, and deploying the cryptographic design patterns required to protect enterprise data infrastructure.

We kick off with recent real-world agent breaches. You will learn how untrusted input in Specification-Driven Development (SDD) files can trigger active malicious code execution when processed by over-privileged agent runtimes.
We look at a standard data analyst agent that relies on external Markdown specifications and .env files to govern how it interacts with a data lake and data warehouse. You will see how traditional file handling leaves the system open to unexpected behavioral shifts.
Watch the exploit happen live. A rogue dark agent simulates a breach by poisoning the external SDD file. The analyst agent blindly parses the injection, attempts to exfiltrate database keys, and crafts destructive queries targeting the data warehouse.
We pivot to the architectural remedy. You will learn how to implement zero-trust design patterns to harden the agent.
Companion File Signatures (.signed.md): Catching unauthorized prompt mutations at the file level before execution using build-time cryptographic verification.
Vault Secret Isolation: Migrating keys out of local environment files so secrets are resolved out-of-scope and never hit active process memory.
This session bridges high-level strategy with practical engineering patterns, making it highly valuable for: