Home / Privacy

Privacy

This page covers two separate things that are easy to confuse: what this website does with your data, and where your code goes when you run J-Bot Review. The short version is that this site collects nothing, and your code never reaches PGUP AI.

Last updated August 21, 2026

What this website collects

Nothing. www.pgupai.com is a set of static HTML files. It has:

Who sees a request anyway

Serving a web page is not free of third parties, so here are the two that exist:

Content negotiation on this site is stateless. Asking for the Markdown representation of a page with Accept: text/markdown is handled per request and stores nothing about you.

Where your code goes when you run J-Bot Review

This is the part that matters most, and it is a property of the software rather than of this website.

On the standard Action path, PGUP AI never receives your code. The reviewer is a container action that GitHub runs on your own runner. It reads your checkout read-only. The pull-request diff and the context the agent requests go to the model provider whose key you configured, under your own account and that provider's data-retention terms. There is no third-party reviewer service in the loop, and no J-Bot server that your diff passes through.

Two consequences follow from that:

Optional routes differ

Two optional, private-beta routes have a different topology and are documented separately. The ACP gateway keeps an agent's provider credential on a companion machine you control, but the gateway relays and journals review prompts, diffs, reasoning, tool activity, and findings — so run it inside a trust boundary you control. The hosted GitHub App stores the model keys you add, encrypted at rest. Neither is the standard path, and neither is enabled unless you choose it.

Your rights

Because this site holds no personal data about you, there is no account to delete, no profile to export, and no mailing list to leave. If you believe PGUP AI holds data about you and you want it removed, get in touch and it will be dealt with.

Changes to this page

If this site ever starts collecting something — analytics, for example — this page will be updated before that happens, and the change will be visible in the public commit history of the repository that contains it. The date at the top of this page is the last time it changed.

Related