Sign In

@webability/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webability/cli

Abilyo by WebAbility — WCAG accessibility scanner for your terminal

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
8
-57.89%
Maintainers
1
Weekly downloads
 
Created
Source

@webability/cli

WCAG accessibility scanner for your terminal. Scan any website, get fix suggestions.

Install

npm install -g @webability/cli

Quick start

abilyo scan https://example.com
abilyo scan localhost:3000
abilyo scan example.com --format json
abilyo scan example.com --format html > report.html
abilyo scan example.com --format sarif > results.sarif
abilyo scan example.com --exit    # CI mode — exit 1 if issues found
abilyo scan example.com --viewport mobile

CI/CD

# GitHub Action
- run: npx @webability/cli scan ${{ env.URL }} --exit --format sarif > results.sarif
- uses: github/codeql-action/upload-sarif@v3
  with:
    sarif_file: results.sarif

Config

abilyo init    # creates .webability.yml
# .webability.yml
project: my-app
urls:
  - http://localhost:3000
standard: WCAG2.1AA
threshold:
  critical: 0
  serious: 5
  • WebAbility — AI-powered web accessibility platform
  • Abilyo — Developer tools for accessibility testing
  • Documentation

License

MIT

Keywords

a11y

FAQs

Package last updated on 23 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts