Get from zero to a full audit in a few minutes.

Prerequisites

  • Python 3.10+
  • git
  • A repository you are authorized to scan

Steps

1

Clone and install the plugin

2

Install the CLI

3

Run an audit

On this repo (or point at your app):
Or try the bundled vulnerable app:
4

Open the report

Full audits write:
Open the HTML report in a browser. Analysis is read-only: no source mutation and no outbound requests from the report.

Fast path while coding

Gate a release

Exit 1 when anything at or above the threshold is found. See CI / CD.

Next