Scan, monitor, and identify website accessibility issues across WCAG 2.0, 2.1, 2.2, ADA, Section 508, EN 301 549, UK Equality Act, Australian DDA, and Canada ACA. Get simple issue highlights with recommended fixes.
Project description
SkynetAccessibility Scanner
Overview
SkynetAccessibility Scanner is a powerful Wagtail accessibility testing and scanning module designed to help organizations identify, monitor, and fix accessibility issues across their websites. It enables businesses, agencies, and government organizations to maintain compliance with global accessibility standards while improving user experience for all visitors.
Built for Wagtail 4.0 and above (Python 3.10+, Django 4.0–6.x), this module provides automated scanning, detailed reporting, and continuous monitoring - making accessibility management simple and scalable.
Why use Automated Wagtail accessibility monitoring plugin - SkynetAccessibility Scanner?
Accessibility is not a one-time task. With evolving standards and legal requirements, websites require continuous monitoring and improvements. This module helps you:
- Detect accessibility issues automatically
- Track compliance across multiple pages
- Prioritize fixes with actionable recommendations
- Maintain long-term accessibility compliance
It acts as both an accessibility checker and compliance testing tool, helping teams proactively manage accessibility risks.
Features
- Automated Accessibility Scanning.
- Detailed Automated generated reports with severity levels, issues descriptions, and clear remediation guidance.
- Sitemap-Based Scanning and Monitoring
- Multi Resolution Monitoring
- Set up weekly, monthly, or quarterly scheduled ongoing accessibility compliance monitoring
- Supports scanning in 190+ languages, making it ideal for global websites.
- Seamlessly integrates with the All in One Accessibility dashboard for centralized management.
Supported Global Accessibility Compliance Standards
- WCAG 2.0, 2.1, 2.2
- ADA
- Section 508
- EAA EN 301 549 (EU)
- UK Equality Act
- Australian DDA
- Canada ACA
- Ontario AODA
- California Unruh
- Israeli Standard 5568
- Germany BITV 2.0
- France RGAA
- Spain UNE 139803
- Italy Stanca Act
- Indian RPD Act
- GIGW 3.0
- Brazilian Inclusion law LBI 13.146/2015
- Japan JIS X 8341
Key Benefits for Wagtail Users
- Works directly within the Wagtail ecosystem
- Reduces manual accessibility testing efforts
- Helps improve user experience for people with disabilities
- Supports legal and compliance requirements
- Scales across multiple Wagtail websites and projects
Explore the full capabilities of the accessibility monitoring Wagtail module. Flexible plans allow to evaluate website accessibility requirements.
Pricing
- 10 Days free trial
Single Site
- Small Site (Up to 25 pages): $9 Per Month
- Medium Site (Up to 250 pages): $19 per month
- Large Site (Up to 1000 pages): $89 per month
- Extra Large Site (Up to 2500 pages): $199 per month
Multi-site
- Silver (3 websites up to 1500 pages): $129 per month
- Gold (5 websites up to 2500 pages): $219 per month
- Platinum (10 websites up to 5000 pages): $399 per month
Paid Add-ons
- Manual Accessibility Audit Report
- Manual Accessibility Remediation
- PDF/Document Accessibility Remediation
- VPAT Report/Accessibility Conformance Report (ACR)
How does Wagtail accessibility scanning and monitoring work?
- Scan Your Website – Run automated scans to detect accessibility issues with our Accessibility Testing Tool.
- Review Reports – Access prioritized issue lists with remediation recommendations.
- Monitor & Maintain – Keep your website accessible with ongoing monitoring using the Accessibility Scanning Monitoring Application.
Getting Started with SkynetAccessibility Scanner
- Visit WCAG Accessibility Scanning and Monitoring
- Request a demo or sign up for a free trial to explore accessibility scanning features.
- Configure website domains and customize accessibility scan settings.
- Start monitoring WCAG compliance, track accessibility issues, and download detailed audit report.
Installation
Prerequisites
- Python Version: 3.10 or higher
- Django Version: 4.0 – 6.x
- Wagtail Version: 4.0 or higher
Compatibility
Version Support
Steps
To install the plugin, follow these instructions.
Using pip (Recommended)
Requirements
Must have Python and pip installed, and your Wagtail project set up.
-
Open your terminal and go to your Wagtail project:
cd /path/to/project
-
Activate your Python virtual environment:
On Linux / macOS:
source venv/bin/activate
On Windows:
venv\Scripts\activate
You should see your terminal prompt change to show the virtual environment name (e.g.
(venv)). All pip commands must be run inside this activated environment so Wagtail can find the installed package. -
Install the plugin using pip:
pip install wagtail_skynetaccessibility_scanner
-
Add to
INSTALLED_APPSin yoursettings.py:INSTALLED_APPS = [ # ... your existing apps ... 'wagtail_skynetaccessibility_scanner', ]
-
Add the context processor to
TEMPLATESin yoursettings.py:TEMPLATES = [ { # ... 'OPTIONS': { 'context_processors': [ # ... your existing context processors ... 'wagtail_skynetaccessibility_scanner.context_processors.skynet_scanner', ], }, }, ]
This context processor makes your site's domain URL available to the scanner's templates. It is required for the scanner dashboard to function correctly.
-
Add to
urls.py:from django.urls import path, include urlpatterns = [ # ... your existing URLs ... path('skynet/', include('wagtail_skynetaccessibility_scanner.urls', namespace='wagtail_skynetaccessibility_scanner')), ]
-
Run migrations:
python manage.py migrate
-
Collect static files:
python manage.py collectstatic
-
Restart your server:
python manage.py runserver
-
In the Wagtail Admin, go to SkynetAccessibility Scanner in the left sidebar menu.
Using Download ZIP
-
Download the
.whlor ZIP file from the repository. -
Activate your Python virtual environment:
On Linux / macOS:
source venv/bin/activate
On Windows:
venv\Scripts\activate
-
Install from the
.whlfile:pip install wagtail_skynetaccessibility_scanner-1.0.1-py3-none-any.whl
-
Follow steps 4–10 from the pip installation above to complete setup.
Activation and Deactivation
To activate: Follow the installation steps above. After running migrations, a default settings record is created automatically — no manual configuration is needed to get started.
To deactivate:
-
Remove
'wagtail_skynetaccessibility_scanner'fromINSTALLED_APPSinsettings.py. -
Remove the context processor entry from
TEMPLATESinsettings.py. -
Remove the
skynet/URL entry fromurls.py. -
Re-run migrations:
python manage.py migrate
CORS Policy Configuration
To avoid CORS policy issues, ensure the following domain is allowed in your server's CORS configuration or trusted origins list.
| Domain | Description | Usage |
|---|---|---|
https://skynetaccessibilityscan.com |
Skynet Accessibility Scan (Global Domain) | API access and resources |
If you are using django-cors-headers, add the following to settings.py:
CORS_ALLOWED_ORIGINS = [
# ... your existing origins ...
"https://skynetaccessibilityscan.com",
]
Additional instructions:
- Update your server's CORS configuration to include the domain above.
- Ensure wildcard subdomains (
*) are supported where necessary. - Verify the application functionality by testing requests to these domains.
- If issues persist, consult the documentation for CORS configuration guidance.
Screenshots
Video
Submit a Support Request
Please visit our support page and fill out the form. Our team will get back to you as soon as possible.
Send Us an Email
Alternatively, you can send an email to our support team:
hello@skynettechnologies.com
Accessibility Partnership Opportunities
Accessibility Agency Partnership
Partner with us as an agency to provide comprehensive accessibility solutions to your existing clients. Get access to exclusive resources, training, and support to help you implement and manage accessibility features effectively.
Accessibility Affiliate Partnership
Join our affiliate program and earn hefty commissions by promoting SkynetAccessibility Scanner. Share our accessibility solution within your network and help businesses improve their website accessibility while generating additional revenue.
For more details, please visit Accessibility Partnership Opportunities Page.
Credits
This Accessibility Scanning Monitoring Application is developed and maintained by Skynet Technologies USA LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wagtail_skynetaccessibility_scanner-1.0.0.tar.gz.
File metadata
- Download URL: wagtail_skynetaccessibility_scanner-1.0.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af015b34b26b4f12fdd45b1ef5028b1fb3d6c3a9b158edcc923e14d0e1cced21
|
|
| MD5 |
adb5e198a0941b65768bf2267dfff20d
|
|
| BLAKE2b-256 |
c116528da3c1f85113bf0bc9f2c56eb967c6379b47103e1ac93ab946ece3bc98
|
File details
Details for the file wagtail_skynetaccessibility_scanner-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wagtail_skynetaccessibility_scanner-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a73e1926916a745233c9615600421dca8ac22d0e7dfaafcc809aa57a46b9d0e
|
|
| MD5 |
ff4f03dfb7bbfb9cbaa84ee05c9aac35
|
|
| BLAKE2b-256 |
145521df215c94ec384225c7393c81e09baa150c6b3f94ce318a872f8b89a193
|