audit_library
Generate a JSONL audit report that scores each component across all dimensions of your scoring system, with optional file output and summary statistics.
Instructions
Generates a JSONL audit report scoring every component across all dimensions of the registered scoring system. Returns file path (if outputPath given) and summary stats. Each line is valid JSON for one component.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Optional file path (relative to project root) to write the JSONL report to. e.g. "audit/health.jsonl" | |
| libraryId | No | The library ID to audit (default: "default"). | |
| libraryRoot | No | Optional absolute path to the library root. When provided, source-level a11y evidence is collected for every component. Omit for CDN-loaded libraries — source-dependent dims return unknown rather than being scored against unrelated workspace files. |