markdown-accessibility
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill operates as a reference library of accessibility rules and templates for Markdown documentation. Its patterns are designed to improve content for assistive technologies and follow standard web accessibility practices.
- [EXTERNAL_DOWNLOADS]: The documentation suggests the use of
markdownlint-cli2, which is a well-known, open-source linting tool used to validate Markdown structure. It is available via the standard npm registry. - [COMMAND_EXECUTION]: The skill mentions the command
npx --yes markdownlint-cli2 <filepath>as a method for automated validation of accessibility rules. This is a standard developer workflow for document linting.
Audit Metadata