Evidence Handled Locally

隐私政策 · Privacy Policy

最后更新 / Last updated: 2026-03-27 · docs/privacy-policy.md

TL;DR — CSI 不收集、不存储、不传输你的任何数据:没有遥测、没有分析、没有远端服务器。一切发生在你的本机。
CSI does not collect, store, or transmit any of your data: no telemetry, no analytics, no remote servers. Everything happens on your own machine.

中文

1概述

CSI 是一个开源项目(github.com/ximing/csi),由一个 Chrome 扩展和一个运行在你自己电脑上的本地 daemon 组成,让本机运行的 AI 客户端(如 Claude Code)通过回环连接操控你真实的 Chrome 浏览器。

2我们不收集什么

CSI 没有遥测、没有分析统计、没有崩溃上报、没有账号系统,也不运营任何远端服务器。扩展和 daemon 都不会向我们(或任何第三方)发送任何数据——我们甚至没有接收数据的服务器。

3数据如何流动(全部在本机)

4第三方 AI 客户端

向 daemon 发出指令的是你自己在本机运行的 AI 客户端(例如 Claude Code)。页面内容、截图路径等工具结果会返回给该客户端;该客户端可能会按其自身隐私政策把内容发送到它自己的云端服务。这属于 AI 客户端的行为,不在 CSI 的控制范围内——请同时阅读你所用 AI 客户端的隐私政策。

5扩展权限说明

6安全边界

v1 的 daemon 无鉴权,回环地址就是唯一的隔离边界:任何以你的用户身份在本机运行的进程都可以向 daemon 发指令、驱动你的浏览器。请据此决定在本机运行哪些程序。

7数据留存与删除

我们不持有你的任何数据,因此无从删除。本机产物(截图、PDF、日志、配置)都在你自己的磁盘上,删除对应文件即可;卸载扩展会清除其 chrome.storage.local 中的设置。

8政策变更与联系

本政策随仓库更新,变更以 git 历史为准。问题与反馈请提交 GitHub Issue

English

1Overview

CSI is an open-source project (github.com/ximing/csi) consisting of a Chrome extension and a local daemon running on your own machine. It lets AI clients running locally on your computer (such as Claude Code) drive your real Chrome browser over a loopback connection.

2What we do not collect

CSI has no telemetry, no analytics, no crash reporting, no accounts, and no remote servers. Neither the extension nor the daemon sends any data to us (or to any third party) — we do not even operate a server that could receive it.

3How data flows (entirely on your machine)

4Third-party AI clients

Commands are sent to the daemon by AI clients that you run locally (e.g., Claude Code). Tool results such as page content or screenshot file paths are returned to that client; the client may transmit this content to its own cloud service under its own privacy policy. That is the AI client's behavior and is outside CSI's control — please also read the privacy policy of the AI client you use.

5Extension permissions

6Security boundary

The v1 daemon has no authentication; the loopback address is the only isolation boundary. Any process running as your user on your machine can send commands to the daemon and drive your browser. Choose what you run locally accordingly.

7Retention and deletion

We hold none of your data, so there is nothing for us to delete. Local artifacts (screenshots, PDFs, logs, config) live on your own disk — delete the files to remove them. Uninstalling the extension clears its settings from chrome.storage.local.

8Changes and contact

This policy is maintained in the repository; see git history for changes. Questions and feedback: GitHub Issues.