CodeAuditAgent

A security product should be boring about security.

Here is exactly what happens to your code and your account, who touches the data, and how to reach us if you find a problem.

We do not keep your source
Repository code is fetched for the audit and sent to the model. We store the resulting report, not a copy of your repository.
Not used for training
Code sent to Anthropic through the API is not used to train their models under their commercial terms.
Locked-down database
Row-level security is enabled on every table and denies the public key by default. Only the server can read or write, and only your own rows.
Encrypted everywhere
TLS end to end through Cloudflare in Full (strict) mode with HSTS. Your GitHub token lives only inside an encrypted session cookie.
Least-privilege keys
Payments use a restricted Stripe key, and webhooks are verified against their signature before anything changes.
Strict browser policy
Content Security Policy, X-Frame-Options DENY, nosniff and a strict referrer policy on every response.

What happens during an audit

  1. 01

    You submit a repository URL or a snippet from your authenticated session.

  2. 02

    The server fetches the public repository from GitHub over HTTPS.

  3. 03

    The selected source is sent to Anthropic's API for analysis.

  4. 04

    The structured report is stored in your account in our database in Frankfurt, Germany.

  5. 05

    You can export or delete your data at any time from Settings.

Subprocessors

The companies that process data so CodeAuditAgent can run. Nobody else receives your data.

ProviderPurposeDataLocation
AnthropicAI analysis of submitted codeSource code you submitUnited States
SupabaseDatabaseAccount, repositories, audit reportsFrankfurt, Germany
StripePayments and invoicesBilling details and payment methodUnited States
CloudflareDNS, TLS and DDoS protectionRequest metadata and IP addressGlobal edge network
GitHubSign-in and repository accessPublic profile, email, public sourceUnited States

Found a vulnerability?

Please report it privately to [email protected] with [SECURITY] in the subject. We read every report and will not pursue good-faith research.

Email the security team

Documents

Find the bug before an attacker does.

Sign in with GitHub and run your first audit in under a minute. The free plan needs no credit card.