Skip to main content

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 — now for MoinMoin 2.0. Get simple issue highlights with recommended fixes.

Project description

SkynetAccessibility Scanner

Overview

SkynetAccessibility Scanner is a powerful MoinMoin accessibility testing and scanning plugin 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 MoinMoin 2.0, this plugin provides automated scanning, detailed reporting, and continuous monitoring - making accessibility management simple and scalable.

Start 10-Days Free Trial!

Why use Automated MoinMoin 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 plugin 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 MoinMoin Users

  • Works directly within the MoinMoin 2.0 ecosystem
  • Reduces manual accessibility testing efforts
  • Helps improve user experience for people with disabilities
  • Supports legal and compliance requirements
  • Scales across multiple MoinMoin wikis and projects

Explore the full capabilities of the accessibility monitoring MoinMoin plugin. 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 MoinMoin 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

Requirements

Dependency Version
Python ≥ 3.10
MoinMoin ≥ 2.0.0b5
requests latest

Installation

Using pip (Recommended)

  1. Install the plugin into your MoinMoin virtual environment:

    pip install moin_skynetaccessibility_scanner
    
  2. create wsgi.py file wsgi.py file and add the init_app call after create_app():

    # wsgi.py
    from moin.app import create_app
    from moin_skynetaccessibility_scanner.plugin import init_app
    
    application = create_app(config='wikiconfig.py')
    init_app(application,
             domain_url="https://wiki.example.com",
             domain_name="wiki.example.com")
    

    (Replace Your Domain name and domain url )

Step 3 — Restart Your MoinMoin Server

flask --app wsgi:application run

Step 4 — Access the Scanner Dashboard

  1. Open your MoinMoin wiki in a browser.
  2. Log in as a superuser (admin account).
  3. The dashboard will be available at:
    https://wiki.example.com/+skynet-scanner/
    

The dashboard auto-loads your scan data, violation counts, and plan status.


Uninstallation

pip uninstall moin_skynetaccessibility_scanner

Then restart your server and remove the init_app lines from wsgi.py.

CORS Policy Configuration

To avoid CORS policy issues, ensure the following URLs are allowed in your website. These URLs should be added to your CORS configuration or trusted domains list.

Domain Description Usage
https://skynetaccessibilityscan.com Skynet Accessibility Scan (Global Domain) API access and resources

Instructions

  1. Update your server's CORS configuration to include these URLs.
  2. Ensure wildcard subdomains (*) are supported where necessary.
  3. Verify the application functionality by testing requests to these domains.
  4. If issues persist, consult the documentation for CORS configuration guidance.

Screenshots

SkynetAccessibility_Scanner_Image_1 SkynetAccessibility_Scanner_Image_2 SkynetAccessibility_Scanner_Image_3 SkynetAccessibility_Scanner_Image_4

Video

SkynetAccessibility Scanner

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

License

LGPL-3.0 © Skynet Technologies USA LLC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moin_skynetaccessibility_scanner-1.0.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file moin_skynetaccessibility_scanner-1.0.0.tar.gz.

File metadata

File hashes

Hashes for moin_skynetaccessibility_scanner-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f984b402e3d81f91e8fa27a84bc1cb9a2efc124e0b0e6d62d9f6cc90e96d8bd5
MD5 e02ee656742993617cacbcdafe1d2ba6
BLAKE2b-256 13add77822f0bed10a85bbf41540dccb4da235c8b8857337c82af8ce3c4c8a43

See more details on using hashes here.

File details

Details for the file moin_skynetaccessibility_scanner-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for moin_skynetaccessibility_scanner-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bce429473ea56f1bf2cc51d4efa29dba20125d58c56983f1e4f4365a207d44e2
MD5 7d13a326350b71d67ad95dad98336903
BLAKE2b-256 5df6d53e10977cb09c51d40b6442edc7227645c6e2d8a3346301254397f2c18f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page