Skip to content

Commit 6abe75f

Browse files
committed
docs(ext): clarify data handling and privacy in PRIVACY.md
1 parent e27ebda commit 6abe75f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/extension/PRIVACY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,27 @@ Page Agent Extension is a browser automation tool that uses AI to help you inter
1010

1111
### Local Processing
1212

13-
The extension performs DOM analysis and automation actions **locally in your browser**. Your browsing history, passwords, and form data are not accessed or collected by the extension itself.
13+
The extension performs DOM analysis and automation actions **locally in your browser**. Your browsing history, passwords, and form data are not accessed or collected by the extension developer.
1414

1515
### Data Transmission
1616

1717
Data is transmitted to external servers **only when you initiate an automation task**. When this occurs:
1818

1919
- Your task instructions (natural language commands)
20-
- Sanitized page structure (simplified DOM, excluding sensitive form values)
20+
- Simplified page structure (cleaned DOM) of all pages under the extension's control
2121

2222
are sent to the LLM API endpoint configured in **your settings**.
2323

24+
> **Note:** The DOM cleaning process simplifies page structure for AI readability but **does not guarantee removal of sensitive information** (e.g., visible text, form values, or personal data on the page). Please be mindful of the page content when initiating tasks.
25+
2426
**If you configure a third-party LLM provider** (e.g., OpenAI, Anthropic, or others), data is sent directly to that provider. Their privacy policies apply.
2527

2628
**If you use our testing endpoint**, your requests are proxied to [DeepSeek](https://deepseek.com) for AI processing. Regarding this test endpoint:
2729

2830
- This endpoint is provided for evaluation purposes only and is not recommended for production or daily use
29-
- The free model provided may change at any time without prior notice
31+
- The free model and their service providers may change at any time without prior notice
3032
- We do **not** store your task content, page content, or visited URLs
31-
- Minimal logging (timestamps, request metadata, IP addresses) may occur for abuse prevention and service stability
33+
- Minimal logging (timestamps, request metadata, IP addresses) may be collected for abuse prevention and service stability
3234
- DeepSeek's [Privacy Policy](https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html) applies to their processing of your requests
3335

3436
## Data Storage

0 commit comments

Comments
 (0)