> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supermodeltools.com/llms.txt
> Use this file to discover all available pages before exploring further.

# audit

> Codebase health report from graph intelligence

Analyses the codebase via the Supermodel API and produces a structured Markdown health report covering:

* Overall status (HEALTHY / DEGRADED / CRITICAL)
* Circular dependency detection
* Domain coupling metrics and high-coupling domains
* High blast-radius files
* Prioritised recommendations

## Synopsis

```bash theme={null}
supermodel audit [flags]
```

## Flags

| Flag         | Description                                            |
| ------------ | ------------------------------------------------------ |
| `--dir`      | Project directory (default: current working directory) |
| `-h, --help` | Help for audit                                         |

## Examples

```bash theme={null}
supermodel audit
supermodel audit --dir ./path/to/project
```
