In this live episode at HumanX, Amazon CSO Steve Schmidt explains how AI is reshaping the cybersecurity landscape by enabling both low-level and state-sponsored attackers to become more effective, while also introducing new internal risks through the proliferation of AI agents. He emphasizes the need for agentic identity, containerization, and strict governance to prevent agents from going rogue, and offers practical advice for startups on tracking and securing their AI tooling.
Summarized by Podsumo
AI is leveling up threat actors: script kiddies become more effective and state actors can attack more broadly and simultaneously, reducing reaction time from hours to minutes.
The biggest internal risk is 'shadow AI'—employees using AI agents (like OpenClaw) with unfettered access to their machines, exposing all data if the agent goes rogue.
Amazon assigns each AI agent a unique identity and uses a containerized architecture where agents must pierce the boundary to get credentials, allowing complete auditability and control.
A 'judge' model outside the container evaluates each credential request for reasonableness, preventing agents from being tricked into harmful actions like deleting production stacks.
Startups should prioritize labeling data sensitivity from the start and never give agents unfettered access—use isolation chambers like containers or VMs.
"The area that we're focusing on here is how do you understand what a human being would do in a lot of circumstances and how do you canonicalize that in instructions, in guard rails, in tuning of models."
"We cannot wait until the end, it's way too late. And by the way, it's too costly also. Short iterative changes are much, much less expensive than looking at something after it's all been put together and saying, wow, this is a train wreck."
"The top priority today is make sure that you understand where your agents are and don't give them unfettered access to everything."