quellbot is a GitHub App that reads issues and pull requests you point it at and uses a Claude model to fix bugs, review PRs, and triage failed CI. This policy explains what data passes through the service and how it is handled. It applies to the hosted instance at quellbot.fly.dev; if you self-host, you are the data controller for your own instance.
| Data | Why | Kept |
|---|---|---|
| GitHub identity (login, id, avatar) | To sign you in and map you to your installation | While your account exists |
| Repository content (issue text, PR diffs, CI logs, file contents needed for a change) | Read at run time to perform the fix, review, or triage you requested | Not stored after the run; only sent to the model to produce the result |
| Your Claude credential (API key or subscription OAuth token) | To call the model on your behalf, only through quellbot's budget gateway | Encrypted at rest until you disconnect it; never enters the sandbox |
| Your Fly.io API token | To start the ephemeral sandbox that runs your fix | Encrypted at rest until you disconnect it |
| Run metadata (repo, status, model, token counts, cost, timestamps) | To show your dashboard, enforce budgets, and debug | Retained for your history until you delete the account |
| Email (optional) | To send you health alerts (dead token, budget cap) | Until you remove it |
quellbot does not store your source code, execute it on the control plane, or use your code or prompts to train any model.
To run the service, data passes through these providers. Each is used only for the function listed.
The control plane and database run in the United States. Run metadata is kept for your dashboard history until you delete your account; credentials are kept until you disconnect them; repository content is not retained beyond the run that used it.
quellbot is a developer tool and is not directed to anyone under 16. Do not use it if you are under the age required to hold a GitHub account in your country.
If this policy changes materially, we will update the date above and, where appropriate, notify account holders by email.
Questions or data requests: open an issue at github.com/abdulmunimjemal/quellbot or email the address listed on that repository.