docs(extension): add browser extension privacy policy#4386
Open
arkadiykondrashov wants to merge 1 commit into
Open
docs(extension): add browser extension privacy policy#4386arkadiykondrashov wants to merge 1 commit into
arkadiykondrashov wants to merge 1 commit into
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryReviewed the new Files Reviewed (1 files)
Reviewed by claude-sonnet-5-20260630 · Input: 16 · Output: 6.5K · Cached: 327.6K Review guidance: REVIEW.md from base branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
apps/extension/PRIVACY.md, a Chrome Web Store / Firefox Add-ons compliant privacy policy for the Kilo Code browser extension, written to match the extension's actual code behavior (Chrome and Firefox versions share identical functionality).Data flows found in the code that informed the policy
apps/extension/wxt.config.ts):host_permissions: ['<all_urls>', 'file:///*', 'https://app.kilo.ai/*', 'http://127.0.0.1/*', 'http://localhost/*']; permissionsdebugger/identity/scripting/storage/tabs(Firefox omitsdebugger, usesscriptinginstead). No content scripts are registered anywhere — nothing runs automatically on page load.app.kilo.ai(src/shared/auth.ts); bearer token + Google account email stored inchrome.storage.local(local:kiloAuth), sent asAuthorization: Bearerheader on all backend calls.chrome.storage.local, sent asx-kilocode-organizationidheader (src/shared/kilo-api-client.ts).agent-conversation-persistence.ts), and arbitraryevalresults (dangerous-mode only). All of this becomes part of the conversation sent toPOST {apiBaseUrl}/api/gateway/v1/chat/completionsonapp.kilo.ai.local:kiloAgentConversations) persisted inchrome.storage.localonly, neverchrome.storage.sync.chrome.storage.local(local:kiloRemoteMcpServers), sent only to the user-specified third-party server.package.jsonor wired up in code (checked for PostHog, Segment, Mixpanel, Sentry, Amplitude — zero matches).chrome.cookies,chrome.history, orchrome.webRequestusage anywhere.This is a static-analysis-based policy (see the full investigation for file:line references). A human reviewer should verify accuracy against the live
app.kilo.aibackend's own server-side data retention/processing before this is published to the Chrome Web Store / Firefox Add-on listings, since this document only covers the extension's own client-side behavior.Verification
Reviewed the new file for markdown formatting and internal consistency; no code paths were changed, so no functional testing applies. Cross-referenced every claim against
apps/extension/wxt.config.ts,src/shared/auth.ts,src/shared/tab-debugger.ts,src/shared/kilo-api-client.ts,src/shared/kilo-gateway-chat-stream-client.ts,src/shared/remote-mcp-storage.ts,entrypoints/background.ts,entrypoints/sidepanel/agent-conversation-storage.ts,entrypoints/sidepanel/agent-conversation-persistence.ts, andpackage.json.Visual Changes
N/A
Reviewer Notes
support@kilo.ai) and the link to the main Kilo Code privacy policy (https://kilo.ai/privacy) are correct/current.Built for Arkadiy Kondrashov by Kilo for Slack