Kimi3Flow is a free, open-source browser extension that adds Kimi 3 (Moonshot) assistance to GitHub. This policy explains exactly what the extension does and does not do with your data.
The developer of Kimi3Flow operates no backend and receives no data from the extension. There is no account, no telemetry, no analytics, no advertising, and no sale or sharing of data of any kind.
The extension stores only the settings you enter on its options page — your
API base URL, API key, and
default model. These are kept locally in your browser using
the standard chrome.storage API and never leave your browser
except as part of the requests described below. Your API key is used solely to
authenticate those requests to the endpoint you chose.
When you explicitly run a flow (by opening the command palette and choosing
a command), the extension reads content from the GitHub page you are viewing —
a pull request diff, a file's text, or an issue's title and body — and sends
that content, together with the command's prompt, to the API endpoint you
configured (for example https://api.moonshot.ai/v1).
How that endpoint's provider handles the data is governed by their privacy policy. If you use Moonshot / Kimi, see the Moonshot AI privacy policy. If you point the extension at a different OpenAI-compatible endpoint, that provider's policy applies.
None. Kimi3Flow does not sell or transfer your data to third parties, does not use it for any purpose unrelated to its single function, and does not use it to determine creditworthiness or for lending.
The full source code is public, so you can verify everything above: github.com/wushu75/Kimi3Flow.
Questions or concerns? Open an issue at github.com/wushu75/Kimi3Flow/issues.