Scan Profiles

Pre-built scan profiles control which rules run and at what severity threshold.

Available Profiles

Configuration Files

Copy a profile template to your project root as one of these config files:

Scan configuration files and their scope
File Scope
.a11y-office-config.json Office documents (.docx, .xlsx, .pptx)
.a11y-pdf-config.json PDF files
.a11y-web-config.json Web accessibility

Usage

# Initialize with default moderate profile
a11ysmith agent-init

# Run audit with scan config
a11ysmith audit-web --config .a11y-web-config.json
a11ysmith audit-document --config .a11y-office-config.json