jordreed002/Accessibility & SEO Audit
Run accessibility and SEO audits on web pages using axe-core and lighthouse
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to audit (can be comma-separated for multiple URLs) | yes | — |
| depth | Crawl depth for multi-page audits | no | 1 |
| tags | WCAG tags to test (comma-separated) | no | wcag2a,wcag21,wcag22 |
| critical-threshold | Maximum allowed critical issues before failing | no | 0 |
| serious-threshold | Maximum allowed serious issues before failing | no | 5 |
| output-format | Output format (json, table, markdown) | no | markdown |
| save-results | Save results to database (requires DATABASE_URL) | no | false |
| fail-on-error | Fail the action if audit fails | no | true |
Outputs
| name | description |
|---|---|
| critical-count | Number of critical issues found |
| serious-count | Number of serious issues found |
| moderate-count | Number of moderate issues found |
| minor-count | Number of minor issues found |
| total-count | Total number of violations found |
| passed | Whether the audit passed the threshold checks |
| results-file | Path to the JSON results file |