tend-a11y
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
grepcommands in its scan phase to locate HTML elements and string literals (e.g.,grep -rn '<button' src/). These are standard search operations for identifying accessibility violations in source code. - [SAFE]: The skill includes explicit instructions to respect off-limits paths (like
.envandCI config) and strictly prohibits committing changes or opening PRs directly, ensuring a human-in-the-loop review process. - [SAFE]: Instructions for resolving issues emphasize using the project's existing component library over raw HTML, which promotes consistency and follows accessibility best practices.
Audit Metadata