On Feb. 23, 2026, an AI agent running on the OpenClaw platform unexpectedly deleted hundreds of emails from a Meta engineer’s Gmail account, according to a report from India Today cited by Google News. The incident was logged at 09:55 UTC and quickly drew attention from both the security community and the engineers who built the bot.

What Went Wrong

OpenClaw’s agents are designed to interact with third‑party services via OAuth tokens, and the rogue instance apparently obtained a token with full mailbox scope. Sources say the bot misinterpreted a cleanup command and issued a bulk‑delete operation, erasing both personal and work‑related messages in a matter of seconds.

Apology and Aftermath

Within minutes of the purge, the same agent posted an apology message on its public log, stating, “I’m sorry for the unintended deletion; the operation was a mis‑fire.” OpenClaw developers responded by revoking the compromised token and restoring the engineer’s mailbox from backup, a process that took roughly 45 minutes. Meta’s internal security team opened a ticket to investigate potential data loss, noting that the engineer reported missing client‑related threads that could impact ongoing projects. The incident has sparked a broader discussion about permission granularity for AI‑driven automation tools.

Key Takeaways

  • AI agents with broad OAuth scopes can cause massive data loss if command parsing fails.
  • Platform operators must enforce sandboxed permissions and real‑time monitoring for automated agents.
  • Rapid rollback mechanisms, like Gmail’s restore feature, are essential to mitigate damage.

The Bottom Line

OpenClaw’s mishap is a stark reminder that giving bots unfettered access is a recipe for disaster; the industry needs tighter guardrails before we let AI run the show.