accessibility-implementation
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill's primary focus is providing technical implementation details for web accessibility, adhering to industry standards like WCAG and ARIA.
- [EXTERNAL_DOWNLOADS]: The skill references standard accessibility testing packages such as
@axe-core/cli,lighthouse, andpa11yfrom the npm registry. These are reputable tools maintained by well-known technology organizations. - [COMMAND_EXECUTION]: Technical documentation includes examples of using
npmandnpxto execute accessibility audits. These commands are consistent with the skill's purpose and use well-recognized testing utilities. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it is designed to analyze project code which could contain untrusted instructions.
- Ingestion points: Reads project files using
Glob,Grep, andReadtools. - Boundary markers: None explicitly defined in the instructions for the content being processed.
- Capability inventory: The skill has the ability to modify files via
EditandWriteand execute commands viaBash(limited to npm, npx, and axe-core). - Sanitization: No specific sanitization or filtering is described for the analyzed source code content.
Audit Metadata