You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/extension/PRIVACY.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,27 @@ Page Agent Extension is a browser automation tool that uses AI to help you inter
10
10
11
11
### Local Processing
12
12
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.
14
14
15
15
### Data Transmission
16
16
17
17
Data is transmitted to external servers **only when you initiate an automation task**. When this occurs:
18
18
19
19
- 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
21
21
22
22
are sent to the LLM API endpoint configured in **your settings**.
23
23
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
+
24
26
**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.
25
27
26
28
**If you use our testing endpoint**, your requests are proxied to [DeepSeek](https://deepseek.com) for AI processing. Regarding this test endpoint:
27
29
28
30
- 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
30
32
- 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
32
34
- DeepSeek's [Privacy Policy](https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html) applies to their processing of your requests
0 commit comments