explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

community

Join the community

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescompare Explainxcertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionarypeopleagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

explainx.ai

On this page

  • TL;DR
  • Story 1: the human concierge
  • Story 2: the Muse for Mac zero-day
  • What connects the two stories
  • What Muse users should do
  • What companies should do
  • What people are asking
  • What to watch next
  • Bottom line
  • Related reading
← Back to blog

explainx / blog

Meta Muse's Trust Week: Humans Made Some Agent Calls, and a Mac Zero-Day Let Local Apps Hijack the Agent

Meta, Muse, AI Agents, Security, Privacy, Enterprise AI

Reuters says Meta tested human contractors behind Muse phone calls; a researcher also found a Muse Mac zero-day exposing the auth token. Facts and fixes.

Sep 24, 2026·8 min read·Yash Thakker
add explainx.ai
go deep
Meta Muse's Trust Week: Humans Made Some Agent Calls, and a Mac Zero-Day Let Local Apps Hijack the Agent

Two Muse stories landed within days of each other, and they are really one story. First: Meta tested a service in which human contractors, not the AI, placed some of Muse's phone calls, and rolled it back after staff objected. Second: a researcher disclosed a zero-day in Muse for Mac that let local malware hijack the agent's authentication token, and Meta patched it within a day.

Muse hit #1 on the US App Store a week after launch and was the centerpiece of Meta Connect (our roundup). That makes the questions in this post practical, not academic: when an agent acts for you, who is really acting, and what can reach it?

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR

table · 2 cols
QuestionAnswer
Story 1Meta tested human contractors behind some Muse phone calls (Reuters)
ScopeUS business calls; enabled for half of Meta employees, with opt-out
Why humans?Internal success rate reportedly 95-98% with humans vs much lower AI-only
OutcomeRolled back; Meta says a public version would need disclosures and safeguards
IncidentA contractor made a racist remark on a call; Meta apologized
Story 2Muse for Mac zero-day found by Patrick Wardle
Root causeUndocumented setting could redirect the transcription endpoint
ImpactToken theft, prompt injection, dictated audio exposure, control of connected access
FixSetting removed from production builds within about a day
PrerequisiteMalware or a pasted command running under the user account

Story 1: the human concierge

What Reuters reported

A Muse user can ask the agent to call US businesses to book a haircut, check whether a store has an item, or get contractor quotes. According to reporting from Reuters, echoed by TechSpot, The Next Web and 404 Media, Meta tested a mode in which Muse could hand the request to a trained human agent who places the call and works it through.

  • The option was turned on for half of Meta's employees, with an opt-out.
  • Internal tests reportedly showed success rates of 95% to 98% when humans handled calls, compared with a much lower rate for AI-only calls. One reason cited: many businesses hang up when they realize they are speaking with an AI.
  • Employees raised privacy concerns that sensitive details could reach call-center contractors.
  • One employee who asked Muse to negotiate an internet and cable bill said the transcript showed the contractor made a racist remark. Meta apologized and said the person would not work on any Meta project again.

A Meta executive acknowledged that introducing human operators without clear disclosure was a mistake. A spokesperson said employee feedback was largely positive overall and that any public release would come with "appropriate disclosures and safeguards." The feature has been rolled back for now.

Why this is a bigger deal than it sounds

Human-in-the-loop is not scandalous. Many voice products use human fallback. The problem is disclosure. Muse is sold as an agent; users reasonably assume the entity acting for them is software governed by Meta's privacy commitments. A contractor listening to, and speaking about, your bill negotiation is a different trust model with different risks: human access to personal data, human error and human bias.

There is also a product lesson hidden in the numbers. A 95-98% success rate for humans versus a much lower AI-only rate shows the real bottleneck in agent phone calls is not intelligence, it is counterparty acceptance. Businesses hang up on bots. That will shape voice agents everywhere; compare the new voice tooling in ChatGPT Voice with plugins and Gemini 3.8 Flash TTS, where expressive voices make the "is this a bot?" question sharper.

Disclosure checklist for any agent with a human fallback

  1. Say it up front. Users should know before the call whether a human may take over.
  2. Let users opt out per request.
  3. Limit what humans see. Redact data not needed for the task.
  4. Record consent and retention rules. Who stores transcripts, and for how long?
  5. Vet and monitor operators. Conduct rules and review of sampled calls.
  6. Tell the other party where law requires it, especially with recording.

Story 2: the Muse for Mac zero-day

What Wardle found

Patrick Wardle, founder of the Objective-See Foundation, disclosed that any locally running app or terminal command could change undocumented Muse settings without needing special macOS permissions. By redirecting Muse's transcription endpoint to an attacker-controlled server, an attacker could expose the token that authenticates the user's Muse account.

Reported impact:

  • Stealing dictated audio.
  • Injecting prompts that Muse trusts and executes.
  • Stealing the authentication token to control Muse directly, including reaching anything the user had connected: messages, email and finances, and per VentureBeat, actions like a linked iPhone's location and Bluetooth scans.

The catch: an attacker first needs code execution under the user's account, through malware or a "ClickFix"-style trick that gets the user to paste a command. That limits the attack, but Wardle's point is that existing malware could use Muse as an access multiplier: instead of a single compromised laptop, the attacker inherits the agent's connected permissions.

The fix

Meta hot-fixed the Mac app within about a day of disclosure by removing the setting from production builds. Wardle confirmed the fix worked. The exact dates vary slightly by outlet (disclosure September 21 or 22, confirmation September 22 or 23), so we say only "within a day."

The enterprise angle

VentureBeat's framing is the useful one for companies: even with the patch, security teams lack visibility into what Muse can access. Muse can connect to services using credentials the user provides and act for them, and API keys supplied to Muse do not create OAuth grants, which means tooling that monitors only OAuth activity may not see them.

This is the same governance gap we described in Instinct plus 1Password: what it means to give an agent your vault.

What connects the two stories

table · 3 cols
ThemeHuman conciergeMac zero-day
Who acts for you?Sometimes a contractor, not the AISometimes an attacker holding your token
What was unclear?Whether users knewWhat the setting did and who could change it
What gets exposed?Personal call contentAudio, tokens, connected accounts
FixRollback plus promised disclosuresSetting removed from production
LessonDisclose human accessMinimize undocumented configuration and local trust

Both are about the boundary of the agent. The more an agent can do, the more important it is to state, in plain terms, who else can act through it.

What Muse users should do

  • Update the Mac app to the current version.
  • Do not paste terminal commands from unknown sources, even ones that claim to fix something.
  • Review connected accounts and remove anything you do not use, especially email, payments and location.
  • Prefer scoped permissions over API keys where a choice exists.
  • Read the privacy controls for voice and calls; check how human review is described when the feature returns.
  • If you care about the broader safety picture, read is Meta Muse safe? and the Muse launch and Sentinel VM security coverage.

What companies should do

  1. Decide policy before adoption. Allow, restrict or block employees connecting work accounts to consumer agents.
  2. Inventory non-OAuth credentials. API keys and app passwords hand agents access outside your grant monitoring.
  3. Ask vendors direct questions. Is there human review? What is logged? Where do transcripts live?
  4. Watch developer platforms. Muse's connector ecosystem is growing fast; see Muse developer connectors and the transaction layer.
  5. Understand the retail conflict. Amazon has blocked Muse's shopping agent, a reminder that counterparties decide whether agents are welcome.

What people are asking

"Was the human calling secret?" Reporting says the option was enabled for employees with an opt-out, and that Meta acknowledged it lacked clear disclosure. The feature was not public.

"Is Muse safe to use now?" The Mac zero-day is patched. The human-concierge mode is rolled back. Risks remain that apply to any agent with connected accounts.

"Should I be worried about 24/7 agents on my computer?" Treat them like any powerful app: patch quickly, minimize permissions and avoid running untrusted commands.

What to watch next

Three things will show whether Meta learned the right lesson: whether the human concierge returns with a clear opt-in and a plain-language explanation of who can hear your calls, whether Muse publishes a security contact and a documented settings model for its desktop apps, and whether enterprise admins get a way to see and revoke the credentials employees connect. Each is cheap to ship and expensive to skip.

Bottom line

Meta's rapid response, a hot-fix within a day and a rollback after staff objections, is the right shape. The lasting lesson is broader: agents that act on your behalf need two things spelled out, who is acting and what can reach them. Companies shipping agents should publish both before a researcher or a reporter does.

Details reflect Reuters-based reporting and security coverage on September 23-24, 2026. Facts may be updated as Meta publishes more information.

Related reading

  • Meta Connect 2026: every announcement
  • Is Meta Muse safe? Our verdict
  • Meta Muse hits #1 on the US App Store
  • Muse launch and Sentinel VM security
  • Muse developer connectors platform
  • Instinct and 1Password: giving an agent your vault
  • Amazon blocks Meta Muse shopping agent
  • Official: VentureBeat on the Muse zero-day, TechSpot on human callers
Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

View Yash Thakker in People in AI →

Related posts

Sep 23, 2026

Meta Turns Muse Into a Transaction Layer With PayPal, Shopify, and Expedia

Meta's Muse added $30 billion in Meta's own market cap the week it hit #1 on the App Store, and followed that with direct integrations into PayPal, Shopify, and Expedia — moving from "personal agent that answers questions" to "agent that can actually complete a purchase." A patched zero-day and human-staffed phone calls in the same window complicate the pure momentum narrative.

Sep 14, 2026

Meta Plans Muse as a "Business in a Box" — and a New Commerce Tax

Meta is positioning its Muse AI agent as a "business in a box" — an agent that can set up a storefront, market it, and process transactions for a small business end to end, with Meta collecting a commerce tax on transactions that flow through it. Here''s what''s actually being proposed, how it compares to Shopify-style platform fees, and why it matters for anyone building or selling through Meta''s ecosystem.

Sep 24, 2026

Meta Connect 2026: Every Announcement — Muse Voice, Muse Charm, Ray-Ban Gen 3, Hearing Aid Glasses and VR Glasses

Meta used Connect 2026 to push Muse, its personal agent, off the phone and onto your face and keychain. Here is every announcement with prices, ship dates, what was left vague, and what it changes if you build on Muse or teach people to use AI.