Legal
Patchwork reads your source code in order to rewrite it. This page describes precisely which parts leave our infrastructure, where they go, and how long anything is kept.
Last updated 30 July 2026
Patchwork ("Patchwork", "we", "us") operates the Patchwork GitHub App and the website at patchwork.co.in. Patchwork detects breaking changes in your dependencies, rewrites the affected call sites, and opens a pull request. Reach us at pandey.abhisaar222@gmail.com.
When you install the GitHub App, you grant it an installation token scoped to the repositories you select. Patchwork requests three permissions and no others:
patchwork/* branch.Patchwork does not request access to your Actions secrets, environment secrets, organisation members, issues, or any other resource. It cannot read repositories you did not include in the installation.
Patchwork uses a large language model for two steps of its pipeline. This is the only point at which any part of your code is transmitted to a third party.
Your source code is never stored. Patchwork clones each repository into an ephemeral temporary directory, runs the pipeline, and deletes that directory when the run finishes — including when the run fails. There is no database of your code, no cache of your files, and no backup.
What we do keep are operational logs, which record:
These logs contain no source code. They are retained by our hosting provider under its standard log-retention window and are used only to operate and debug the service.
We rely on the following third parties. There are no others.
Patchwork's worker and this website run on infrastructure located in the United States, and the model calls are processed in the United States. If you install Patchwork from outside the United States, your repository contents are transferred there for the duration of a pipeline run and then deleted.
We process this data to perform the service you asked for by installing the App. You control the scope directly:
If you are in the EEA or UK, you have rights of access, rectification, erasure, restriction, and objection under the GDPR. Because we hold no source code and only minimal identifiers, most requests resolve to the log deletion described above.
This site sets no advertising or tracking cookies and runs no third-party analytics scripts. Our host records standard server request logs.
All traffic is TLS-encrypted. Webhook deliveries from GitHub are authenticated with an HMAC-SHA256 signature and rejected if the signature does not verify. We authenticate to GitHub as an App installation using short-lived tokens rather than a long-lived personal access token. Dependency installation during verification runs with lifecycle scripts disabled, under memory and wall-clock limits.
Patchwork is a developer tool and is not directed at anyone under 16. We do not knowingly collect data from children.
If we change what leaves our infrastructure or add a sub-processor, we will update this page and change the date above. Material changes affecting existing installations will be announced before they take effect.
Questions about anything on this page? Email pandey.abhisaar222@gmail.com. See also our Terms of Service.