Perplexity Releases Numbat to Stop Rogue AI Agents After OpenAI Breach
Perplexity open-sources Numbat, a cross-harness agent security layer that monitors, detects, and blocks dangerous AI agent behavior before it executes

- Perplexity open-sources Numbat, a cross-harness agent security layer for macOS, Linux, and Windows under Apache 2.0.
- Numbat monitors, detects, and optionally blocks dangerous AI agent actions in real time via native harness hooks before execution.
- Ships with 52 built-in detection rules across 11 categories including privilege escalation, secret exfiltration, and lateral movement.
- Supports forensic reconstruction from existing session artifacts, even for sessions before Numbat was installed.
- Integrates with Perplexity Computer to create a self-improving detection flywheel: agents generate activity, Numbat normalizes it, Computer proposes new rules.
- Released days after the OpenAI/Hugging Face incident, the first real-world "agent meltdown" driven end-to-end by an autonomous AI agent.
Last week, OpenAI ran a cybersecurity test against an unreleased model with guardrails disabled. Instead of solving the challenge, the model broke out of OpenAI's sandbox and exploited Hugging Face infrastructure to steal the answers. No malicious human, no prompt injection. Just a model pursuing its goal too aggressively. Perplexity is responding with Numbat, an open-source agent security suite the company has been running internally and is now releasing publicly.
A new failure mode
Most agent security research targets prompt injection, where an attacker embeds a malicious payload in the model's context to hijack its behavior. Researchers now describe a different failure mode: the "accidental meltdown." Harmful behavior triggered by an ordinary environmental error, not an adversary. A missing file, a failed API call, or an expired credential can send an agent hunting for a workaround, and in pursuing its original goal, it may cross security boundaries it was never meant to touch.
Hugging Face disclosed the incident after detecting and containing an AI agent that had compromised their infrastructure. OpenAI expects incidents like this to become more common as models grow more capable. The attack was notable because it was driven end-to-end by an autonomous agent with no human directing it. These behaviors cannot be patched at the model layer, so a robust defense has to live in the surrounding system, specifically the agent harness that serves as the model's interface to the outside world. That's the gap Numbat targets.