Run an Analysis
With a project set up, you can run a compliance analysis against its policy. Everything executes locally on your workstation — your source code is only ever seen by the LLM provider you configured, never by azuma.
Choose your workflow
How a run works depends on the project mode you chose when creating the project. The mode is fixed at creation and is shown on the project card, the project header, and its settings:
- Discovery & Analysis (default) — nori first indexes your codebase into a local Wiki, then evaluates the policy against that curated context. Best for larger or unfamiliar codebases, where the up-front index pays for itself across controls.
- Analysis-Only — nori skips wiki-building and evaluates your code directly. A leaner, faster workflow for smaller repositories and quick re-checks.
Both modes use the same evaluation engine and the same zero-code-upload guarantees, and both can draw on External Evidence — documents you attach so requirements that aren't visible in code can still be verified.
Once a run finishes, head to Review Results.