Add eaa-audit to Security, Compliance, & Legal - #511
Open
FrancescoCorrenti wants to merge 1 commit into
Open
FrancescoCorrenti wants to merge 1 commit into
FrancescoCorrenti wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds eaa-audit to the Security, Compliance, & Legal section.
It audits a web codebase against WCAG 2.1 AA and EN 301 549, the harmonised standard the European Accessibility Act points to. Unlike the accessibility tooling that crawls a deployed URL, it reads the source, so findings come back as file:line and can run in a pull request before anything ships. 23 rules, each mapped to its WCAG success criterion and EN clause. Zero dependencies, Node 18+, MIT.
Precision was the design constraint: ambiguous source emits NEEDS REVIEW rather than a violation, and it was validated by hand against vercel/commerce, nuxt/movies and html5-boilerplate. The README is explicit that static analysis reaches 30-40% of the WCAG criteria and that no tool can certify conformance.
Placed alphabetically between data-privacy-engineer and enterprise-security-reviewer. One line, no emoji, description rather than pitch.
🤖 Generated with Claude Code