On July 14, 2026, Manifold Security researchers confirmed that the Claude for Chrome extension still honors synthetic clicks from other browser extensions. Eight versions after initial disclosure, vulnerable code continues shipping to paid subscribers without a patch. The extension fails to check event.isTrusted, allowing malicious scripts to trigger Gmail reads, Google Doc access, and Calendar scraping via forged tasks. This is not an isolated bug. It is a symptom of a structurally broken ecosystem.

1. The Endemic Extension Problem: Why Audits Will Never Happen

The Chrome Web Store processes thousands of daily submissions with minimal automated scanning and zero mandatory third-party security audits. Vendors prioritize growth and developer friction reduction over security rigor. Mandatory audits would create an unsustainable bottleneck and likely face antitrust scrutiny. The marketplace model incentivizes volume over verification, making endemic vulnerabilities a feature of the business model, not a defect. Expecting this to change voluntarily is naive.

2. User Caution Is an Oxymoron

It is time to abandon the tired "users should be more careful" narrative. Extensions exist precisely because users want to automate tedious workflows and reduce cognitive load. Asking users to manually verify permissions, audit source code, or disable automation features contradicts the entire value proposition of the tool. Security advice that requires users to act against their own convenience is destined to fail. Your threat model must assume users will always choose convenience over security. Design accordingly.

3. "Act Without Asking" Mode as Critical Vector: when users enable this mode to avoid repetitive approval prompts, vulnerability severity escalates from CVSS 7.7 (High) to 9.6 (Critical). The forged task executes silently without any consent. This feature exists because users demand it for smooth workflows. Removing it would break the product experience. Keeping it guarantees silent exploitation. There is no clean solution within the current extension paradigm.

4. Pragmatic Coping Mechanisms

Since you cannot fix the marketplace or change user behavior, these are the strategies that work within these constraints:

5. Speculation: The Inevitable Regulatory Reckoning

The EU Cyber Resilience Act (CRA) and similar frameworks may eventually classify browser marketplaces as critical infrastructure components subject to mandatory security requirements. If extensions cause measurable financial harm at scale, liability could shift from individual developers to platform operators. This would force Chrome, Firefox, and Edge to implement audit requirements or face massive penalties. Until then, defenders must treat the extension ecosystem as hostile territory. Every installed extension is an accepted risk; every AI agent with corporate account access is a compromised asset waiting to happen.

User caution is not a defense strategy. It is an excuse for not designing secure systems. As long as marketplaces optimize for volume and users keep choosing convenience, the only variable under your control is isolation architecture. Use it.