{"id":18742156,"url":"https://github.com/donuts-are-good/audit-a11y","last_synced_at":"2025-04-12T21:13:09.582Z","repository":{"id":152082485,"uuid":"625142812","full_name":"donuts-are-good/audit-a11y","owner":"donuts-are-good","description":"audit websites for accessibility issues","archived":false,"fork":false,"pushed_at":"2023-04-09T09:02:56.000Z","size":11,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T21:13:01.851Z","etag":null,"topics":["a11y","a11y-testing","accessibility","audit","hacktoberfest","website"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donuts-are-good.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-08T07:37:03.000Z","updated_at":"2024-01-23T06:24:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"eabc4a53-b038-4488-b4ea-3b4f27438ac9","html_url":"https://github.com/donuts-are-good/audit-a11y","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donuts-are-good%2Faudit-a11y","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donuts-are-good%2Faudit-a11y/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donuts-are-good%2Faudit-a11y/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donuts-are-good%2Faudit-a11y/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donuts-are-good","download_url":"https://codeload.github.com/donuts-are-good/audit-a11y/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631681,"owners_count":21136562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","a11y-testing","accessibility","audit","hacktoberfest","website"],"created_at":"2024-11-07T16:06:45.105Z","updated_at":"2025-04-12T21:13:09.563Z","avatar_url":"https://github.com/donuts-are-good.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 audit-a11y\n\naudit-a11y is a command line tool for auditing web pages for accessibility concerns.\n\n## 💡 why?\n\nrecently on shhhbb.com bbs there was a person who related their story with impending disability that was already affecting their accessibility capabilities. this program was an idea that came from that conversation.\n\n## 🚀 usage\n\nto use audit-a11y you can clone it from github and build it yourself, or download a release and run it right away like this:\n\n```\n./audit-a11y example.com\n```\n\n```\n./audit-ally https://github.com\nAccessibility report for URL: https://github.com\n- ul element without a corresponding label element. (x23)\n- Image element without an alt attribute. Line:  (x1)\n- input element without a corresponding label element. (x5)\n- Button element without a corresponding label element. (x1)\n- Input element with type 'hidden' without a corresponding label element. (x3)\n- Heading element without a corresponding title element. (x62)\n- Title element not inside a head element. (x26)\n- Form element without a submit button. (x2)\n- Form element without an enctype attribute. (x2)\n- Form element without proper validation attributes. (x2)\n- Anchor element without an href attribute. Line:  (x1)\nTotal issues: 128\nTotal lines fetched: 2346\n```\n\nfor each infraction, the infraction itself and a multiplier denoting the number of occurrences will be included. \n\n## 🤝 contributing\n\nif you want to help out this project, great, i'd love to hear your ideas. also, thank you :)\n\nsome todo items that make sense to add are:\n\n- printing the offending html lines under each infraction category\n- count the lines seen vs the lines scanned\n- include an MDN link for each infraction type for more information on fixing it\n- spider mode, integrate `donuts-are-good/araknnid` to crawl everything on a specific domain and prepare a report for each page found in that domain.\n  - requires using araknnid with `--depth` to narrow the scope, may need to whitelist rather than blacklist\n- add more checks\n- add unit tests for existing checks\n\n## 📄 license\nMIT License, 2023, donuts-are-good https://github.com/donuts-are-good\n\nif you don't know what it means, don't sweat it","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonuts-are-good%2Faudit-a11y","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonuts-are-good%2Faudit-a11y","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonuts-are-good%2Faudit-a11y/lists"}