-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
67 lines (58 loc) · 2.88 KB
/
privacy.html
File metadata and controls
67 lines (58 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Privacy Policy for InferShield.">
<title>Privacy Policy - InferShield</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Privacy Policy</h1>
</header>
<main>
<article>
<header>
<h2>Privacy Policy - InferShield Browser Extension</h2>
<p><strong>Last Updated:</strong> February 22, 2026</p>
<p><strong>Effective Date:</strong> February 22, 2026</p>
</header>
<!-- Add the content of PRIVACY_POLICY.md -->
<p>InferShield ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how the InferShield browser extension handles your data when you use our service to detect personally identifiable information (PII) and sensitive data in AI chat applications.</p>
<section>
<h3>What We Do</h3>
<p>InferShield is a browser extension that scans text you're about to send to AI chat platforms (ChatGPT, Claude, Gemini, GitHub Copilot) and alerts you if sensitive information is detected, including:</p>
<ul>
<li>API keys and authentication tokens</li>
<li>Email addresses</li>
<li>Social Security Numbers</li>
<li>Credit card numbers</li>
<li>Phone numbers</li>
<li>IP addresses</li>
<li>Other personally identifiable information (PII)</li>
</ul>
</section>
<section>
<h3>Data Collection & Usage</h3>
<h4>What Data is Collected</h4>
<ul>
<li><strong>Text You Type:</strong> When you attempt to send a message on a supported AI platform, InferShield temporarily scans the text content. The text is sent to our secure API endpoint for analysis.</li>
<li><strong>Technical Data:</strong> Website URL where the scan occurred, your API key (for authentication only - stored locally in your browser), and the timestamp of the scan request.</li>
</ul>
<h4>What Data is NOT Collected</h4>
<ul>
<li>Browsing history</li>
<li>Messages you send that don't trigger a scan</li>
<li>Any data from non-supported websites</li>
<li>Personal information beyond what's in the scanned text</li>
</ul>
</section>
</article>
</main>
<footer>
<p>© 2026 InferShield, HoZyne Inc. All rights reserved.</p>
<a href="/">Back to Home</a>
</footer>
</body>
</html>