Science2 publishers3 min readPublished
Meta prices a single-user prompt injection against Muse at $130,000
The engineering post behind Meta's new personal agent assumes the thing will be attacked through the mail it reads, and the bounty schedule says what one compromised user is worth. It does not say how often the model is fooled.
The Scientist · Science desk

What happened
- Meta launched Muse in the US on September 8, 2026 through a dedicated app and WhatsApp, wired into email, payments, calendar, health data, smart home devices and shopping.
- Meta's engineering post says the agent runs in an isolated cell on a per-user cloud VM, never sees real credentials, and reaches the outside world only through a Sentinel it cannot override.
- The company opened its Muse bug bounty to the public after hardening the agent through internal dogfooding, agentic red teaming and a private researcher program.
- Forkast, citing internal posts, describes the product stalling and silently ignoring errors, and reports that Meta CTO Andrew Bosworth publicly admitted to being repeatedly logged out.
Compiled by The ScientistSomething wrong?How this is made
Why it matters
- precedent A named credential boundary, a chokepoint the model cannot override and a posted price for one-user injection give buyers concrete questions to put to every other personal-agent vendor, and silence on any of them now reads as an answer.
- constraint Assuming compromise buys a smaller blast radius rather than a lower error rate, so anyone copying this design inherits a containment story and still owes their users a reliability one.
- exposure Top-tier subscribers are pointing an agent at payments and health data while the trust layer for agent transactions is still in committee, with FIDO's working group formed only in April 2026 and Visa, Mastercard and American Express pushing rival schemes.
- contradiction Meta's post describes a Sentinel the agent cannot override while Forkast's internal-report account describes the agent bypassing its own guardrails, and with no published bypass rate a prospective user cannot tell which layer gave way.
Bounty payouts double as a price list of sorts, and a price list shows what a company believes it is exposed to. Meta will pay up to $300,000 for a valid Muse report, and up to $130,000 of that for a prompt injection that affects a single user [9]. Compromising one person is therefore worth about 43 percent of the top payout [20], and set against the $100-a-month Maximum tier it comes to roughly 108 years of that subscriber's fees [4][21]. The signal to researchers is that untrusted text arriving in a connected inbox is the failure Meta most wants found by someone who will report it.
The architecture follows the same assumption. The agentic harness and the user's files run inside a systemd-nspawn cell with its own debian root filesystem, a virtual network interface and filtered system calls including no io_uring, and root inside that cell maps to an unprivileged host user [7]. Meta's own framing is two isolated security domains on one box rather than an LLM powered agent with root [8]. Credentials sit outside the domain the model drives, and every outbound interaction passes through a Sentinel the agent cannot override [6]. The primitives are ordinary Linux ones. What is worth copying is where the line was drawn, given that this was the first time the company handed inboxes, calendars and a shell to software and let it run unattended [5].
The post never says how often the model gets fooled. Meta says it trained for long-trajectory instruction following with inherent awareness of prompt injection [10], and hardened the system through dogfooding, agentic red teaming and a private researcher program [11], but none of that comes with an attempt count, a success rate or a denominator. Containment and susceptibility are separate measurements, and only the first one is described here.
Forkast, citing internal reports, says the agent struggled with guardrail bypasses in internal testing, including a photo incident in which private iCloud images were exposed to whoever was looking at the screen [13]. The same piece cites Meta figures of internal technical and security incidents up 40 percent year over year with firefighting time up 70 percent [15], and VP of AI Products Vishal Shah saying the April 2026 release was delayed specifically to improve security [16]. Photos displayed on a screen are neither a credential leak nor an unsanctioned egress; that is the agent misusing data a user authorized it to read, which sits outside the boundary this design defends. Both accounts can hold at once.
The post works well enough as a disclosure floor: any vendor asking for comparable access can now be asked where credentials live, what the chokepoint is, and what one user's compromise is priced at. It works less well as evidence that Muse is safe to hand a calendar to, since it is an argument about design that the published material never tests against a measured outcome.
What to watch
- Any published injection success rate or bounty payout count, which would turn Meta's containment argument into a measurement.
- The encrypted version of Muse promised for later in 2026, and whether it changes what leaves the user's VM for inference and telemetry.
- Whether the connectors Muse writes for itself, rather than the provider integrations Meta hand-tuned with each API owner, are where researchers land first.