Title: Web Component Security Model Description: The sandbox boundary for third-party web components — what a component can and cannot access, and how bundles stay immutable Tags: web-components, security, sandbox --- Third-party code never runs with platform trust. Every web component executes inside a layered sandbox, and the only way data gets in is a validated message bridge carrying data the user is already permitted to see. Outbound, the sandbox blocks all network APIs — with one honest limit on navigation, described below. The sandbox boundary Components run in an