setup-accessibility
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends the installation of '@axe-core/playwright', which is a recognized and trusted industry-standard package for accessibility testing.
- [COMMAND_EXECUTION]: Employs a shell script to perform static analysis on source files using 'grep'. This script is used locally to identify accessibility errors and does not execute external or untrusted data.
- [SAFE]: The linting script provides a standard bypass mechanism via a comment, allowing developers to override checks when necessary. The overall behavior aligns with its stated purpose of improving code accessibility.
Audit Metadata