1. Live In-Browser Execution Sandbox
Role: tier_2_support
Triggers DOM ingestion & prompt payload dispatch
2. Session Layer Defense Matrix
Client-Side Isolation & DLP
DOM Read Isolation
Restricts AI sidebar from arbitrary DOM scraping. Blocks selectors tagged as sensitive/PII.
Clipboard PII Redaction
Intercepts copy/paste into AI prompts. Masks SSNs, credit cards, and email strings.
Prompt Token DLP
Evaluates outbound prompts with regex rules before reaching LLM API endpoints.
Download Sandboxing
Blocks autonomous AI agent from triggering script or binary downloads without approval.
Intranet Origin Shroud
Denies sidebar AI activation on internal private IP ranges (*.corp.internal, RFC1918).
AskNetsec Practical Context: Forward proxies only see TLS handshakes to AI vendor APIs. The controls above operate natively in the browser extension or Chromium session layer to stop exfiltration before network serialization.