audit-docs
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands to perform its audit tasks. It runs
git logto analyze commit history and diffs, and utilizesgrepfor codebase searching. Additionally, it invokesuv run invoke docs.lintfor documentation validation. These operations are standard for development environment tools and are performed within the local repository context. - [DATA_EXPOSURE]: The skill accesses various documentation layers and source code files (e.g.,
dev/knowledge/,docs/docs/,backend/AGENTS.md) to assess coverage. This data access is restricted to the local filesystem and is consistent with the skill's purpose of documentation auditing.
Audit Metadata