Closed
Review of accessibility-scanner and alt-text-plugin repos and their branches#50
Conversation
Copilot
AI
changed the title
[WIP] Review workspace including accessibility scanner and plugin
Review of accessibility-scanner and alt-text-plugin repos and their branches
Jul 2, 2026
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.
Review of the full workspace — both
github/accessibility-scanner(core engine) andgithub/accessibility-scanner-alt-text-plugin(this repo) — including their branches, with a summary of each. This is a read-only review; no files were changed.github/accessibility-scanner— core engine@v3) that scans for a11y barriers, files issues, and assigns Copilot for AI fixes. TypeScript/ESM, Vitest, MIT, public preview..github/actions/:find,fix,file,auth,gh-cache; composite entrypoint inaction.yml.PLUGINS.md): loads.github/scanner-plugins/*, each exporting aname+ default(page, addFinding)function; selectable via thescansinput.main/v1/v2/v3. Active branches/PRs: #242 npm plugin loading, #241 AccessLint scan engine, #224ignore_https_errors, #223 SPAnetworkidlewait, plussmockle/*,lw/*, andcopilot/fix-github-actions-workflow*housekeeping.github/accessibility-scanner-alt-text-plugin— this repo@github/accessibility-scanner-alt-text-pluginv1.0.0) flagging low-qualityalttext, complementing Axe'simage-alt.index.tsexportsname = 'alt-text-scan'+ defaultaltTextScan({page, addFinding}), matching the scanner's plugin contract; config loaded once from.github/scanner-plugins/alt-text-scan/config.json.src/extract.ts(filters decorative/hidden/non-img) →src/rules/*→src/findings.ts. Rules:missing,vague,filename,repeated,placeholder.repositoryfield for npm provenance (unblocks v1.0.0 republish), Implement copilot quality alt #38 model-backedalt-text-qualityrule,taarikashenafi/*rule features, andgithub-advanced-security/security-review-code-scanning*runs.How they fit together
The scanner hosts the engine and issue/fix workflow; the alt-text plugin plugs in via
scans. Integration is in flight now — scanner #242 (npm plugin loading) pairs with plugin #49 (provenance fix) and the v1.0.0 release. Both share conventions: TypeScript/ESM, Vitest, ESLint +@github/prettier-config, Node^22.13 || ^24 || ^26, MIT, and a commonaddFindingmodel.Original prompt
Created from VS Code.