Internal use only. This dashboard displays accessibility audit findings for internal review.
Viewing sample data. Run an audit in the Workbench (
pnpm --filter @a11ysmith/workbench dev) and click
“Open in Dashboard” to view real audit results.
Accessibility Audit Dashboard
Latest Audit Run
Severity Summary
| Severity | Count |
|---|---|
| Highest | 3 |
| High | 1 |
| Medium | 1 |
| Low | 0 |
Scorecard
- Total Findings
- 5
- Critical + Serious
- 4
- TAS Coverage
- 0% (0 of 5)
Source Tier Distribution
| Tier | Description | Count |
|---|---|---|
| 1 | TAS normative | 0 |
| 2 | Platform techniques | 0 |
| 3 | Testing guidance | 0 |
| 4 | WCAG fallback | 0 |
Rule Engine Status
- Baseline Version
- v1
- Total Rules
- 42
- Calibrated
- 42 (0% FP)
- Experimental
- 0
Web Rules (19)
| Classification | Description | Count |
|---|---|---|
| Calibrated + Active | Fire on static HTML, 0% false positive rate | 11 |
| Calibrated + Silent | Require browser context to produce findings | 8 |
Android Rules (10)
| Classification | Description | Count |
|---|---|---|
| Calibrated + Active | Fire on source or artifact analysis, 0% false positive rate | 9 |
| Calibrated + Silent | Correctly silent on all calibration fixtures | 1 |
iOS Rules (13)
| Classification | Description | Count |
|---|---|---|
| Calibrated + Active | Fire on Swift source or XCUI hierarchy analysis, 0% false positive rate | 13 |
Findings (5)
-
1. Submit button uses div instead of button element
The submit button is a styled div. Screen reader users cannot activate it.
-
2. Page is missing an H1 heading
No <h1> element found. Screen reader users cannot identify the page topic.
-
3. Form input missing accessible label
An input has no label, aria-label, or aria-labelledby.
-
4. Image missing alt attribute
An <img> has no alt attribute. Screen readers announce the filename.
-
5. aria-live="assertive" used without alert role
An assertive live region may disrupt screen reader users unnecessarily.