feat(enrichment): add accessibility regression analyzer (#2026) - #3574
Conversation
Register a local REES a11y analyzer that flags newly added markup for missing img alt text, click-only handlers, unlabeled form controls, and positive tabindex values. Closes JSONbored#2026 Co-authored-by: Cursor <cursoragent@cursor.com>
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 17:40:35 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 6 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3574 +/- ##
=======================================
Coverage 93.11% 93.11%
=======================================
Files 305 305
Lines 31532 31532
Branches 11509 11509
=======================================
Hits 29361 29361
Misses 1517 1517
Partials 654 654
🚀 New features to boost your workflow:
|
Summary
a11yanalyzer that flags newly added markup for missingimgalt text, click-only handlers on non-interactive elements, unlabeled form controls, and positivetabIndexvaluesCloses #2026
Test plan
npm run typechecknpm --prefix review-enrichment run build && npm run metadata && npm --prefix review-enrichment test(1071 tests)npm run rees:testMade with Cursor