axibly/ADA Accessibility Scanner

Automated accessibility testing for web applications

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
server-urlBase URL of the running application to scanyes
health-check-pathPath for health checking the server/
health-check-timeoutSeconds to wait for server health check30
scan-strategyPage discovery strategy (single, sitemap, crawl, paths)single
scan-pathsSpecific paths to scan (newline separated, used with paths strategy)no
max-pagesMaximum number of pages to scan10
wcag-levelWCAG compliance level (A, AA, AAA)AA
fail-on-violationsFail the action if violations are foundtrue
thresholdMinimum accessibility score (0-100)80
include-best-practicesInclude accessibility best practices in scantrue
include-experimentalInclude experimental accessibility rulesfalse
api-keyADA Platform API keyyes
api-urlADA Platform API URLhttps://api.ada-platform.com
report-formatsReport formats to generate (json, html, markdown)json,html
comment-prPost results as PR commenttrue
upload-artifactsUpload reports as GitHub artifactstrue
custom-headersCustom HTTP headers (JSON format)no
user-agentCustom user agent stringno
namedescription
scan-idUnique identifier for this scan
scoreOverall accessibility score (0-100)
violations-countNumber of accessibility violations found
pages-scannedNumber of pages that were scanned
report-urlURL to the detailed accessibility report
report-htmlPath to the HTML report file
report-jsonPath to the JSON report file
successWhether the scan passed the specified threshold