Find accessibility issues in source code before users do.
AuditYourWeb Code Scanner brings accessibility checks into local development and CI. Upload line-level issues with severity, code snippets, and suggested fixes to your dashboard.
CLI install
npx @audityourweb/code-scanner scan \
--api-url https://audityourweb.com/api \
--upload-token $AUDITYOURWEB_TOKENAccessibility checks that fit how developers already work.
Instead of tying code scanning to one added website, AuditYourWeb treats source scanning as a developer workflow for repositories, templates, static projects, and CI pipelines.
Generate upload token
Create an account token from the Code Scanner installation screen in your AuditYourWeb dashboard.
Run the scanner
Use the CLI locally, in CI, or inside a static HTML/CSS project to scan source files for accessibility issues.
Review issues
Open the dashboard to see severity, file path, exact line, code snippet, and suggested fix.
Open source-level accessibility issues with context.
Code Scanner is built for issue review: severity, snippets, resolved state, and repeat detection when a future scan finds the same problem again.
Exact line evidence
Show the source file, line number, rule, and snippet that triggered the accessibility issue.
Suggested fixes
Provide a practical replacement snippet or remediation suggestion instead of vague “learn more” advice.
CI-friendly workflow
Use the same scanner in local development, GitHub Actions, or other CI pipelines before issues ship.
Issue lifecycle
Mark issues resolved, hide noise, and resurface problems if a future scan detects them again.
Built for modern apps and simple static sites.
React, Next.js, Vue, Angular, and plain JavaScript projects
Static HTML and CSS websites
Marketing sites, dashboards, ecommerce themes, and documentation sites
CI workflows that need accessibility checks before deployment
Accessibility code scanner questions.
Is the code scanner tied to one website?
No. The code scanner is designed for developers and repositories. You can use an account token in a repo, CI workflow, or static codebase that needs accessibility checks.
Can it scan a plain HTML/CSS site?
Yes. The CLI can scan static HTML/CSS projects as well as modern JavaScript frameworks, because accessibility issues often live in markup and templates.
Does the scanner use AI?
Yes, where it helps. AuditYourWeb can use AI-assisted guidance to turn detected source-level issues into clearer fix suggestions and replacement snippets.