Episode

9 Seconds to Zero: Misbehaving AI

Podcast
Cyberside Chats: Cybersecurity Insights from the Experts
Published
May 5, 2026
Duration seconds
997
Processing state
not_requested
Canonical source
https://www.chatcyberside.com/e/9-seconds-to-zero-misbehaving-ai/
Audio
https://mcdn.podbean.com/mf/web/axe76ttsfqsjassy/EP71_-_rogue_ai_agents_Audio66tx3.mp3
JSON
/v1/public/podcasts/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/episodes/9-seconds-to-zero-misbehaving-ai
Markdown
/podcast/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/9-seconds-to-zero-misbehaving-ai.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/episodes/9-seconds-to-zero-misbehaving-ai/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/cyberside-chats-cybersecurity-insights-from-the-experts-7144591/9-seconds-to-zero-misbehaving-ai.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

It took nine seconds for an AI coding agent to wipe the entire production database of PocketOS — a SaaS company serving hundreds of car rental operators across the US — along with every backup. Customers showed up Saturday morning to pick up their cars and there were no reservations on file. In this episode, Sherri Davidoff and Matt Durrin dig into the cascading security failures behind the PocketOS incident, connect it to a pattern of similar AI-caused outages at Replit and Amazon AWS, and explain why the real problem isn't rogue AI — it's identity. Every one of these incidents involved an AI agent acting under an identity it shouldn't have had, or that was far too powerful. The insider risk playbook applies. We just haven't been applying it to AI. Key Takeaways 1. Treat AI agents like privileged insiders, not trusted tools. Apply your full insider risk playbook: least privilege, separation of duties, peer review, monitoring for anomalous behavior. If a human developer needs approval to push to production, so does your AI agent. The PocketOS and Kiro incidents both trace back to AI agents that were granted more trust than any new employee would get on day one. 2. Scope every credential your AI tools can reach. AI agents will find and use any token they can read — even ones created for unrelated tasks, stored in unrelated files. Audit what credentials live in your codebases and repositories. A token created for domain management should not be able to delete databases. If you wouldn't hand that token to a contractor with no supervision, don't let your AI agent have it either. 3. Enforce controls at the infrastructure layer, not the prompt layer. System prompts are advisory. The PocketOS agent had explicit rules against destructive actions — it knew them, quoted them, an…