Skip to main content

Run an audit

Start a source code audit from the dashboard. The full walkthrough lives in the Run your first code audit guide; this page is the short version.

Steps

  1. Click New Assessment in the dashboard.
  2. Enter a name (for example, "api-gateway security audit").
  3. Select Code Audit as the assessment type.
  4. Choose your source:
    • Connected repository — select from the repositories your integration syncs.
    • Public repository URL — paste a public https://github.com/{owner}/{repo} URL.
    • Upload archive — upload a tar.gz of your codebase.
  5. Optionally add additional instructions to steer the agents. See Steer the audit.
  6. Click Create draft, review the draft configuration, then click Start assessment.

AISafe validates the source (clones the repository, resolves the ref), then spins up isolated sandboxes and runs the AI agents. See How it works for the stages.

While it runs

AISafe streams progress through the stages. The assessment completes in minutes to a few hours, depending on codebase size. You can navigate away and come back — the audit runs in the background.

After it finishes

The assessment completes and you land on the findings list. Review and triage each finding, then generate a report. See Findings and Concepts: Finding.