Audit
audit
AuditTool — code quality audit as an AXMTool.
AuditTool
Bases: AXMTool
Audit a project's code quality against the AXM standard.
Registered as audit via axm.tools entry point.
Source code in packages/axm-audit/src/axm_audit/tools/audit.py
name
property
Return tool name for registry lookup.
execute(*, path='.', category=None, **kwargs)
Audit a Python project's code quality.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
Path to project root. |
'.'
|
category
|
str | None
|
Optional category filter. |
None
|
Returns:
| Type | Description |
|---|---|
ToolResult
|
ToolResult with audit scores and details. |