Trust

What VocxAI can access, and how to take it back

Connecting a tool to your code is a real decision. This page says exactly what VocxAI can touch on GitHub, where your code goes, what we keep, and how to revoke access. It describes how the product works today, including the parts that are less flattering.

Last updated September 27, 2026

You pick the repositoriesVocxAI is a GitHub App. You choose all repositories or specific ones on GitHub's own install screen, and only those are ever visible to us.
Three permissionsContents, Pull requests and Metadata. Nothing else: no Actions, no admin, no secrets, no organization settings.
Nothing merges itselfAgents work on their own branch and open a pull request. A person reviews it and decides. Our code never merges.
Short-lived credentialsRepository access uses GitHub tokens minted on demand that expire within the hour. We don't store them.
No training on your dataWe don't train or fine-tune models on your code or feedback, and we call model providers through their commercial APIs.
Revoke any timeDisconnect in VocxAI, and uninstall the app on GitHub for a hard stop. Access ends the moment you remove it.

What VocxAI can access on GitHub

VocxAI connects as a GitHub App installation. It does not use your GitHub password or a personal access token. The permissions below are the ones the app requests, and GitHub publishes them on the VocxAI app page, so you can check them against this list yourself.

PermissionLevelWhat we use it for
ContentsRead & writeRead the repository tree, README, build and config files, and code-search results, so PRDs and feasibility checks reflect your real code. Create a branch and commit the changes a build agent makes.
Pull requestsRead & writeOpen a pull request for each build, so the change arrives for human review.
MetadataReadList which repositories the installation covers. GitHub requires this of every app.

What we don't ask for

You choose which repositories

On GitHub's install screen you grant access to all repositories or to specific ones, and you can change that any time in your GitHub settings. After installing, VocxAI asks you to select which of the granted repositories it should actually analyze day to day. Nothing outside the granted set is visible to us.

About write access

Contents: write is the permission that lets an agent push a branch, and GitHub has no narrower one. It is technically enough to write to other branches in repositories you've granted. Our agents are set up to work on their own branch (feature/… by default) and open a pull request, and VocxAI never merges. To make that a guarantee instead of a convention, turn on branch protection with required pull-request reviews on your default branch. GitHub enforces it for every app and every person.

How credentials are handled

Where your code goes

Your code is not processed inside a black box, so here is each place it goes and why.

VocxAI does not keep a mirror or clone of your repositories on its own servers. The finished code lives in your GitHub repository, as commits and pull requests.

What we store

Data stays in your workspace until you ask us to remove it. There is no self-serve delete button yet: to have your workspace data deleted, ask us through the contact page.

AI providers and sub-processors

VocxAI does not train or fine-tune any model on your data. We use model providers through their commercial APIs, and under those providers' current API terms, content sent through the API is not used to train their models. These are the third parties that handle data on our behalf:

ProviderPurposeData involved
Amazon Web ServicesHosting, database, key management and secrets. US West (Oregon).Everything the platform stores
AnthropicClaude models and Managed Agents: build agents, analysis, PRDs and chatPrompts built from your feedback themes and the repository content described above
OpenAIText embeddings for clustering feedbackCustomer feedback and idea text, not source code
StripeBillingBilling contact and payment details, handled by Stripe's hosted checkout
ResendTransactional email such as team invites and password resetsRecipient email address and the message
SlackInternal alerts to the VocxAI teamWorkspace name, user email, plan and connector name. No customer content or code.
Google Tag ManagerAnalytics on this marketing site onlyStandard site usage data

How we protect it

Staying in control and revoking access

You can end VocxAI's access to your code at any time, without asking us:

  1. Narrow it. In GitHub, change which repositories the app is installed on. The change takes effect immediately.
  2. Disconnect in VocxAI. In Settings → Connectors, disconnect GitHub. This removes our record of the installation.
  3. Uninstall on GitHub for a hard stop. Disconnecting in VocxAI does not uninstall the app from your organization. To remove all access, also remove the VocxAI app under your organization's (or account's) installed GitHub Apps. Once it's removed, no token can be minted for your repositories.

Everything VocxAI's agents produce arrives as an ordinary pull request. You can review it, ask for changes or close it like any other, and your existing branch protections and CI apply.

Reporting a security issue

If you believe you've found a vulnerability, please tell us through the contact page and put "Security" in your message. Please give us a reasonable chance to fix it before you share it publicly. We'll acknowledge your report and keep you informed.

Private beta

VocxAI is in private beta, and this page describes our practices in general terms. If your organization has a signed agreement with us that covers data handling, that agreement takes precedence. Questions about a security review or a questionnaire? Reach out through the contact page.

Related