> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://nemo-platform.docs.buildwithfern.com/nemo/platform/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://nemo-platform.docs.buildwithfern.com/nemo/platform/_mcp/server.

# NeMo Auditor Tutorials

Use these tutorials to get hands-on with [NeMo Auditor](/documentation/vulnerability-scanning).

## Before You Start

Set up [a local instance of the platform](/documentation/get-started), install garak in a Python virtual environment (the plugin invokes `~/.auditor/.venv/bin/python` by default), and configure at least one [Inference Gateway provider](/documentation/models-and-inference) before running the tutorial below.

Persist a configuration and target, run a single audit in-process, and inspect the resulting JSONL, HTML, and hitlog report artifacts.

<small>
  getting started · local execution · nemo-auditor
</small>

## How It Works

For the conceptual overview of the audit workflow, see [About Auditing Models](/documentation/vulnerability-scanning). For the full SDK surface, see [SDK Resources](/documentation/vulnerability-scanning/sdk-resources).