Module B · ARIADA mosaic platform

The CI/CD a11y gate that knows what's new.

Block pull requests that introduce new web-accessibility, privacy, or security violations — while tolerating pre-existing technical debt. The gate every team thought they already had.

Free for OSS public repos. Team tier $99/mo (org). EAA 2025 audit-ready signed evidence per build.

Install GitHub Action How it works

Who Clamper is for

Where Clamper sits in the stack

Clamper is the gate, not the scanner. It consumes findings from the upstream Ariada scanner pipeline and applies a configurable policy to every PR or deploy. The purple thread connects all eight layers; clamper highlights Layer 5.

  1. Governance & dashboards ariada.ai
  2. Visualization & comms draculascan
  3. CI/CD compliance gate clamper.ai
  4. Remediation reverter.ai
  5. Authorship attribution blamer.ai
  6. Cross-domain mapping shared core
  7. Single-pass DOM iteration ariada engine
  8. Platform AX tree + axe-core shared core
Clamper operates at Layer 5 (the gate). Findings flow up from Layers 0–3; gate decisions flow out to Layer 7 (governance) and audit storage.

"Did this PR introduce a new violation?" — the question existing CI tools cannot answer.

What makes Clamper different

Existing CI accessibility tools (Pa11y CI, Lighthouse CI, cypress-audit, Equa11y) treat all violations identically. A repo with 200 pre-existing colour-contrast violations and one new missing-alt-text gets the same red build as one with 201 pre-existing. Teams disable the gate within days. Clamper fingerprints every finding and classifies it as new, pre-existing, or resolved against a per-branch baseline — so you only block on the delta.

Comparison against the four open-source CI gates with measurable adoption (GitHub stars). Sources cited on /why.
Capability Pa11y CI Lighthouse CI Equa11y cypress-audit Clamper
Baseline delta classification NoNoNoNo Yes
Hierarchical policy (org / team / repo) NoNoNoNo Yes
Exemption ledger with expiry NoNoNoNo Yes
Hash-chained signed audit record NoNoNoNo Yes
Multi-domain (a11y + privacy + security) a11y only a11y + perf a11y only a11y + perf Yes (Team tier)

Three ways to install