devtu-docs-quality
Pass
Audited by Gen Agent Trust Hub on May 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Python template (
scripts/validate_documentation.py) and several shell snippets to perform documentation audits. - It extracts and tests command existence from documentation using
grepandcommand -v. - It performs file-system operations using
globandpathlibto scan markdown and RST files. - It searches for environment variables within the source code (
src/tooluniverse/) usingrg(ripgrep) to ensure they are documented. - [SAFE]: The identified behaviors are consistent with the skill's stated purpose of documentation auditing and quality assurance. There are no signs of malicious intent, data exfiltration, or obfuscation. The tools and patterns used are standard for software development workflows.
Audit Metadata