How To Use It - The Use Cases
Depending on your needs, there are a few different ways to run Code Audits:
1. Quick Start Guide
Check out the CodeAudits.ai app with no additional setup in under five minutes. You can parse your public GitHub repository or a private one by providing your GitHub Access Token.
- The default LLM uses the free-of-charge Google Gemini API (your submitted data may be used to train Google’s models).
- Submitted code and audits are available at a public URL.
- You can delete your audits at any time.
Read more here.
2. Your Private Account
Add CodeAudits.ai to your Github workflows and get audits with your personal LLM API keys.
- Use a simple GitHub Action to submit your code.
- You can use one of the available LLMs (Google Gemini, OpenAI GPTs, Anthropic’s Claude) with your private API key.
- Submitted code and audits are accessible only to you.
- Use SSO for authentication: GitHub, Google, or Microsoft Entra ID (more to come soon).
- You can delete your audits at any time.
Read more here.
3. Dedicated Instance
Set up a dedicated instance of CodeAudits for your organization.
- Run a separate instance of the CodeAudits.ai application, hosted on your Vercel account.
- Use a simple GitHub Action to submit your code.
- Maintain full control over who has access to the app through SSO: GitHub, Google, or Microsoft Entra ID (more to come soon).
- Use the LLM of your choice (Google Gemini, OpenAI GPTs, Anthropic’s Claude, and more to come) with private API keys.
Read more here.