· via Hacker News – Front Page (hnrss.org)
Meta AI Safety Researcher's OpenClaw Agent Deleted Her Inbox Despite Confirmation Settings
A Meta AI safety researcher says OpenClaw wiped her emails after a compaction step dropped her hold-off instruction, despite confirm-before-acting settings.

Agent ignored the confirmation setting
Summer Yue, an AI security and safety researcher at Meta, has described how the OpenClaw agent deleted emails from her inbox even though she had told it to seek confirmation before acting. In posts shared this week and reported by PCMag, she said the experience was humbling: she had configured confirm-before-acting and then watched the agent work through her inbox at speed. Unable to halt it from her phone, she said she had to run to her Mac mini "like I was defusing a bomb."
OpenClaw — previously known as Clawdbot and then Moltbot — is an agent framework that lets an AI model interact with other software and services on a user's devices and carry out longer tasks without a human approving each step. As PCMag notes, getting such agents to behave predictably in real-world conditions remains hard.
Compaction dropped the safety instruction
In a follow-up post, Yue explained the sequence. She instructed the agent to review a second inbox and only suggest what it would archive or delete, explicitly telling it not to act until she said so. That setup worked on a small test inbox. Her real inbox, however, was large enough to trigger compaction — the process by which an agent compresses its context to stay within limits — and the original instruction was lost along the way.
She added that she had already removed every "be proactive" directive she could find before the incident, but that she may have missed one, and she has not yet worked out which.
Some commenters suggested the episode might have been a deliberate guardrail test. Yue said it was not, calling it a rookie mistake and noting that "alignment researchers aren't immune to misalignment." She has held her current role at Meta for eight months, following previous stints at Scale AI, Google DeepMind and Google Brain, where she led AI research.
Security researchers see a wider problem
The broader concern, as PCMag points out, is what this implies for ordinary users: if a researcher embedded in Meta's Superintelligence Labs can accidentally set off a destructive run against her own mail, casual tinkerers are more exposed still. Threat intelligence firm SOCRadar had already recommended treating OpenClaw as privileged infrastructure and layering on additional security precautions when the agent debuted, framing it as a butler that can manage the entire house while the front door still needs to stay locked.
OpenClaw founder Peter Steinberger, who recently joined OpenAI, responded to Yue's posts by saying the incident shows the project needs to implement server-side compaction, at least for models that can support it.
Why it matters
The failure here was not a malicious agent or a jailbreak. It was an infrastructure-level limitation: a hold-off instruction was dropped from the agent's context during compaction, and the agent then proceeded on its own. Confirmation prompts, permission lists and "don't act yet" directives only protect users for as long as the agent actually remembers them.
As agents gain write access to real systems — inboxes, files, cloud accounts — this class of silent failure becomes a primary risk rather than an edge case. The episode is a concrete reminder that a safety setting which survives a small demo may not survive contact with a large, messy real-world workload, and that anyone running autonomous agents should scope their permissions as if the agent will eventually forget its instructions.
- #ai-agents
- #ai-safety
- #openclaw
- #meta