Privacy Policy
Last updated August 9, 2026
Reply Scout is a Chrome extension that scores the posts already visible on your X (Twitter) feed against a thesis and rubric you write, and drafts replies in your own voice. It never posts, likes, or follows on your behalf — you review and send everything by hand. This page explains, plainly, what data the extension touches, where it goes, and what it never does.
What's stored, and where
Everything Reply Scout remembers — your API key, thesis, rubric, voice samples, digest focus, settings, and a short local history of already-scored or already-digested post URLs — is kept in Chrome's local extension storage (chrome.storage.local), on your own device only.
- There is no Reply Scout account, login, or server. The developer cannot see, access, or receive any of this data — there's nowhere for it to go.
- This data is never synced to the cloud by the extension. It stays in your local Chrome profile.
- The post-history entries (used only to avoid re-scoring or re-surfacing the same post) are automatically deleted after a few days on a rolling basis — 2 days for scoring history, 3 for digest history.
- Uninstalling the extension, or clearing its storage from
chrome://extensions, deletes all of this permanently.
What gets sent externally, and to whom
Reply Scout only sends data when you actively scan your feed or generate a digest, and only to one of these destinations, depending on your settings:
- Anthropic's API (
api.anthropic.com) — if you choose the Claude provider. The text (and, if you enable it, the image) of the posts currently on your screen is sent along with your thesis, rubric, voice samples, and digest focus, authenticated with your own Anthropic API key. This is a direct request from your browser to Anthropic; it does not pass through any Reply Scout server. - Your own local model server (e.g. LM Studio on
localhost) — if you choose the Local provider. The same data is sent, but only to a server running on your own machine. Nothing leaves your computer in this mode. - X's own image CDN (
pbs.twimg.com) — only if you turn on "Include images when scoring." Reply Scout fetches a post's own already-public image directly from X's servers so it can be included in scoring, the same way your browser already does to display it.
That's the complete list. There is no analytics, telemetry, tracking pixel, ad network, or third-party data broker integrated into this extension.
What Reply Scout never does
It never posts, likes, follows, retweets, or sends a direct message on your behalf. It never reads your X password, session cookies, DMs, or account data beyond the post text/author/engagement-count already rendered on your screen. It never reads or transmits your browsing history. It never requires a Reply Scout account or login.
Why each permission is requested
storage— to save your settings and short-lived history locally, as described above.- Host permission for
api.anthropic.com— to send scoring/drafting requests when you use the Claude provider. - Host permission for
pbs.twimg.com— to fetch a post's own image when image scoring is turned on. - Host permission for
localhost/127.0.0.1— to talk to your own local model server when you use the Local provider. - Content script on
x.com/twitter.com— to read the posts already visible on your screen and show the Reply Scout panel. It does not run on any other site.
Children's privacy
Reply Scout is not directed at, and is not knowingly used to collect data from, children under 13.
Changes to this policy
If this policy changes, the date at the top of this page will be updated. Material changes will be noted in the project's GitHub repository.
Contact
Questions about this policy or how Reply Scout handles data: open an issue on GitHub, or email walunjvijay@gmail.com.