audit
Check project dependencies for known vulnerabilities and adverse statuses. Supports ignoring specific issues, offline mode, and targeted audit of development groups or scripts.
Instructions
Audit project dependencies for known vulnerabilities and adverse statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frozen | No | Audit requirements without locking the project. | |
| ignore | No | Vulnerability IDs to ignore. | |
| locked | No | Require the lockfile to remain unchanged. | |
| no_dev | No | Exclude the development dependency group. | |
| script | No | Audit a PEP 723 script instead of the project. | |
| offline | No | Use only cached advisory data. | |
| only_dev | No | Audit only the development dependency group. | |
| project_path | No | Optional project working directory. | |
| python_version | No | Python version to audit against. | |
| ignore_until_fixed | No | IDs to ignore only while no fix is available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Counts of findings in an audit report. | |
| schema_version | Yes | ||
| vulnerabilities | Yes | ||
| adverse_statuses | Yes |