markdown-lint
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard shell commands including
find,awk, andmvto identify and fix formatting issues in Markdown files. It also useschmod +xto make its local utility script executable andpre-commit installto register git hooks. These operations are performed on local files within the repository context and are necessary for the skill's functionality. - [EXTERNAL_DOWNLOADS]: The skill configuration refers to
npx markdownlint-cli2and a pre-commit hook from theDavidAnson/markdownlint-cli2GitHub repository. These are well-known and standard resources for Markdown linting in the developer community.
Audit Metadata