Claude Computer Use ships prompt injection to your desktop — and three more agent attack surfaces landed this week
The Week AI Agents Got Physical
Four distinct AI agent capabilities shipped this week that your existing security controls were not built to detect or contain. This isn't a theoretical escalation of previous shadow AI concerns — these are specific products with specific attack surfaces that need immediate assessment.
1. Claude Computer Use: Prompt Injection → Desktop Takeover
Anthropic's Computer Use gives Claude direct control of macOS screens, cursors, and applications — including Slack and Google Workspace. It first tries API-level connectors, then falls back to raw UI automation: clicking, typing, reading screen content. It operates in the background via Claude Cowork and Claude Code, and supports scheduled recurring tasks.
The critical detail: Anthropic explicitly warns about prompt injection, advising users not to let Claude access sensitive data during this research preview. This means a malicious instruction embedded in any document, email, webpage, or Slack message that Claude processes could redirect the agent to exfiltrate data, send messages, or modify files — all under the user's legitimate identity and session.
Anthropic shipped a desktop automation agent, then published a warning that its own product can be hijacked by adversarial content. Your employees will adopt it anyway.
2. Anthropic Dispatch: Phone-to-Desktop C2
The new Dispatch tool lets users text tasks from their phone to have Claude execute them on their desktop. From a security perspective, this is a remote command-and-control channel to workstations that bypasses your VPN, MDM, and conditional access policies. A compromised phone → Dispatch → desktop automation chain gives an attacker hands-on-keyboard-equivalent access through a legitimate product.
3. DeerFlow 2.0: ByteDance's Agent Framework With Bash Access
ByteDance's open-source autonomous agent framework hit #1 on GitHub Trending. It runs 100% locally in isolated Docker sandboxes with persistent filesystem and bash terminal, spawns parallel sub-agents autonomously, and maintains persistent cross-session memory. The layered risks: supply chain exposure from a ByteDance-originated repository, container escape risk from Docker sandboxes with bash access, memory poisoning across sessions, and autonomous sub-agent spawning that amplifies any single compromise.
Detection Gap Analysis
| Attack Vector | Product | Detection Gap |
|---|---|---|
| Prompt Injection → Desktop Actions | Claude Computer Use | EDR/XDR not tuned for AI UI automation |
| Remote C2 via Legitimate Product | Anthropic Dispatch | MDM/EDR lacks Dispatch visibility |
| Container Escape + Memory Poisoning | DeerFlow 2.0 | Standard dependency scanning misses agent-specific risks |
MITRE ATT&CK mapping: T1059 (Command Interpreter via UI automation), T1071 (Application Layer Protocol via Slack/Workspace), T1041 (Exfiltration over C2 via Dispatch), T1204 (User Execution — user grants agent access).
The Pinterest MCP Governance Model
Pinterest published the most detailed enterprise reference architecture for securing AI agent tool access: registry-based approval, layered authentication (user JWTs + service identities), centralized discovery, and full audit logging. The dual-identity model is essential — agents act on behalf of users but with service-level access. Without this separation, you cannot distinguish between a user's legitimate request and an agent's autonomous lateral movement. If you're deploying MCP infrastructure, this is your benchmark.
What to do
Inventory Claude Pro/Max subscriptions across your macOS fleet and issue guidance restricting Computer Use from accessing corporate apps until prompt injection mitigations are validated
Assess whether your EDR/XDR detects AI agent UI automation patterns (programmatic cursor movement, rapid app switching, screen reading) and whether DLP covers the Dispatch mobile-to-desktop pipeline
If developers are using DeerFlow 2.0, audit Docker sandbox configurations, dependency chain, and persistent memory storage mechanisms against your open-source governance policy
Adopt Pinterest's MCP governance pattern for any planned agent infrastructure: registry-based approval, dual-identity auth, centralized discovery, audit logging