md-lint

Pass

Audited by Gen Agent Trust Hub on May 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill facilitates the use of standard formatting and linting tools (prettier and markdownlint-cli2) for markdown files. These are widely used, reputable tools in the software development ecosystem.
  • [COMMAND_EXECUTION]: The skill uses bash commands to find markdown files in the repository and apply the tools. It correctly uses bash arrays ("${md_files[@]}") to process file lists, which is a secure practice that prevents potential command injection or shell word-splitting issues if a filename were to contain special characters or spaces.
  • [SAFE]: No network access, sensitive file exfiltration, or credential harvesting patterns were identified. The access to configuration files such as ~/.prettierrc and ~/.config/markdownlint/ is consistent with the documented purpose of the tools.
Audit Metadata
Risk Level
SAFE
Analyzed
May 27, 2026, 12:19 AM
Security Audit — agent-trust-hub — md-lint