well-documented
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides several bash scripts (
audit-docs.sh,init-docs.sh,normalize-docs.sh,add-file-headers.sh) that use standard Linux utilities likefind,grep,sed, andawkto inspect the repository structure and modify documentation files. - [EXTERNAL_DOWNLOADS]: The
check-markdownlint.shscript attempts to runmarkdownlint-cli2. If the tool is not found on the system or in the localnode_modules, it may usenpx --yesto download and execute it from the public NPM registry. - [SAFE]: The skill's primary function is documentation management. It contains no network exfiltration logic, obfuscated code, or unauthorized privilege escalation attempts. All file modifications are limited to adding headers or creating new documentation files based on provided templates.
Audit Metadata