Frequently asked questions
Short answers to what people ask before and after their first audit.
Product
What does CodeAuditAgent actually check?
It looks for exploitable security problems: injection, broken access control, secrets in code, SSRF, XSS, unsafe deserialization, weak cryptography, logic flaws, race conditions and resource leaks. Style issues are out of scope.
Can it audit private repositories?
Not by URL yet. Repository audits currently read public repositories. Private access through a GitHub App is on the roadmap. Meanwhile you can paste private code as a snippet.
How long does an audit take?
Usually one to three minutes, depending on repository size. Audits run in the background and the dashboard updates when the report is ready.
Does it comment on my pull requests?
Not yet. Pull-request review comments are on the roadmap. Today you run audits from the dashboard and export reports as Markdown or CSV.
Accuracy
Can I trust the findings?
Treat them as strong leads written by a careful reviewer. Every finding quotes its evidence and states its confidence. You should still review each patch before merging it.
Will it miss things?
Yes, any reviewer can. Audits are bounded by a file budget, and a partial snapshot is labeled as partial. CodeAuditAgent complements tests, dependency scanning and human review; it does not replace them.
Data and privacy
Do you store my code?
No. We fetch your code for the audit and send it to the model, then store the report. The report quotes the relevant lines of code as evidence.
Is my code used to train AI models?
No. Code is sent to Anthropic through their commercial API, which does not use it for training.
How do I delete my data?
Go to Settings and choose Delete account. Your account, repositories and reports are removed immediately. Cancel an active subscription first, and download a JSON export if you want a copy.
Plans and billing
Is there a free plan?
Yes: one repository and three audits a month, no credit card needed.
Can I cancel at any time?
Yes. Cancel from Billing and your plan stays active until the end of the paid period. Payments are not refunded except where the law requires it.
What happens when I hit my monthly limit?
New audits pause until the first day of the next month (UTC), or until you upgrade. Existing reports stay available.
Still have a question?
Write to us. A person reads every message.
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.