WebWright Privacy Policy

Last updated: May 2, 2026

Overview

WebWright is a browser extension that uses AI to help you interact with web pages. Your privacy matters — this policy explains exactly what data the extension handles and how.

The short version: WebWright stores all your data locally on your device. It only sends data to the LLM provider you choose and configure. We do not operate any servers, collect any analytics, or have access to your data.

Data Stored Locally

The following data is stored in your browser's local storage (chrome.storage.local) and never leaves your device unless you explicitly trigger an action that requires an LLM call:

Data Sent to External Services

WebWright sends data to third-party LLM providers only when you initiate an action (chat, agent task, or research). The data sent includes:

Data is sent to whichever provider you configure in Settings:

Each provider has its own privacy policy governing how they handle data you send. WebWright does not control or have access to data once it reaches the provider's API.

Data We Do NOT Collect

WebWright does not sell, rent, trade, or share your personal information with any third party for any purpose. The only outbound network calls are the LLM API calls you initiate, sent to the provider you configured.

Permissions Explained

This section is the authoritative, code-verified justification for every permission WebWright declares in its manifest — the same wording used in the Chrome Web Store developer dashboard. Every API named here is grep-verifiable against the open-source code on GitHub.

Single Purpose

WebWright is an autonomous AI browser agent that performs user-instructed tasks on web pages — navigating, clicking, filling forms, summarizing page content, and conducting multi-source research — by combining LLM reasoning with DOM and visual page understanding. It is not just an LLM wrapper: WebWright perceives the page (DOM + vision), reasons about it with the LLM the user configures, and takes real actions on the user's behalf.

The extension is free, open-source under the MIT License, and architecturally privacy-preserving: there is no WebWright-controlled server, no telemetry, no analytics, and no data is collected by the developer. All user data stays in the browser via chrome.storage.local; outbound traffic goes only to the LLM provider the user configures. All permissions described above exist exclusively to support this single purpose.

Remote Code Use

WebWright does not load or execute any remote code. Every line of JavaScript is bundled in the published package; nothing is fetched and executed at runtime.

The extension makes HTTPS API calls to the LLM provider the user configures (Ollama Cloud, Ollama Local, OpenAI, Anthropic Claude, Google Gemini, DeepSeek, xAI Grok, or a user-defined endpoint), but these calls return text/JSON data that the extension parses into action objects — the LLM responses are never executed as code. The extension also performs normal page loads via chrome.tabs.update when the agent navigates on the user's behalf, but the loaded page is rendered by the browser, not executed in the extension's context.

Specifically, the extension never uses eval(), new Function(), document.write() with remote content, <script src=> to remote domains, dynamic import() with a URL, or remote-fetched code passed to chrome.scripting.executeScript.

Limited Use of User Data

WebWright's use of information received from any user data, including any data accessed via the user's browser session or via any provider API, will adhere to the Chrome Web Store User Data Policy — Limited Use requirements. Specifically:

Security

All settings, API keys, personal information, recorded workflows, and research reports are stored in chrome.storage.local, which is sandboxed per-extension by the browser and encrypted at rest on supported platforms. WebWright never transmits this data to any first-party server. Network traffic from the extension goes only to the LLM provider endpoint you configured, over HTTPS.

API key safety is your responsibility. The API keys you paste into Settings may be tied to billing accounts at OpenAI, Anthropic, Google, xAI, DeepSeek, or other providers. Treat these keys as you would a password:

Your Controls

Disclaimer of Liability

Important: WebWright is provided "as is" without warranty of any kind. The developer is not responsible for any monetary loss, data loss, account suspension, legal consequences, or any other harm — direct or indirect — that may result from the use or misuse of this extension.

The agent acts autonomously on your behalf based on your instructions. Because it can navigate, click, type, submit forms, and interact with any website you direct it to, the user is solely responsible for all actions taken by the agent, including but not limited to:

You are expected to review the agent's actions and use the extension responsibly. By installing, enabling, or using WebWright, you acknowledge and agree to these terms and conditions in full. If you do not agree, please uninstall the extension.

Children's Privacy

WebWright is not directed to or intended for use by children under the age of 13 (or the equivalent minimum age in the user's jurisdiction). The developer does not knowingly collect any personal information from children. If you believe a child has used this extension to enter personal information, please uninstall it; because all data is stored locally on the user's device, removing the extension or clearing extension storage permanently deletes that data.

Your Privacy Rights (GDPR / CCPA / Other)

WebWright does not collect, transmit, or retain any personal data on developer-controlled servers. As a result, the data-subject rights granted by laws such as the EU General Data Protection Regulation (GDPR), the California Consumer Privacy Act (CCPA), and similar regulations are inherently satisfied:

Data sent to your chosen LLM provider is governed by that provider's privacy policy and your contractual relationship with them. Contact them directly to exercise rights with respect to data they have received.

Authentic Distribution

The only authentic sources for WebWright are:

If you obtained this extension from any other source — a third-party download site, a forwarded ZIP file, an unofficial mirror — we cannot vouch for its integrity. Modified copies may contain code that violates this policy. Please re-install from one of the authentic sources above.

Governing Law

This Privacy Policy and the Disclaimer of Liability are governed by and construed in accordance with the laws of India, without regard to its conflict-of-law principles. Any disputes arising out of or in connection with the use of WebWright shall be subject to the exclusive jurisdiction of the competent courts located in India. Where mandatory local consumer-protection laws apply, those laws shall continue to apply to the extent required.

Changes to This Policy

If this policy is updated, the "Last updated" date at the top will change. Significant changes will be noted in the extension's release notes.

Contact

For privacy questions, data-subject requests, security reports, or any other concerns, you can reach the developer at:

Email is the recommended channel for privacy or security matters; please do not include passwords, API keys, or other secrets in the initial message.