write
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Standard Command Execution: The skill utilizes shell scripts to automate routine tasks such as branch management, file formatting, and linting. These scripts use common system utilities like
git,jq, andbashto process files and manage the documentation lifecycle. - External Utility Usage: The workflow leverages
npxto executeprettierandmarkdownlint-cli. These are standard tools in the development community used for enforcing style guidelines and identifying syntax issues in Markdown files. - Automated Formatting Hook: A
PostToolUsehook is configured to automatically run formatting viapost-edit.shafter file modifications. This ensures consistency by applying Prettier formatting to Markdown files as they are edited.
Audit Metadata