docs-governance
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust 'Approval Gate' pattern in
SKILL.md, requiring explicit user consent before any file modifications are applied. - [SAFE]: The discovery script
scripts/discover-docs.shuses standard system tools (grep,find) orripgrep(if available) to scan the local file system for documentation patterns. It includes built-in ignores for sensitive directories like.gitand.ssh(via common build/vendor prunes). - [SAFE]: All operations are scoped to documentation file extensions (
md,adoc,txt, etc.) and focus on metadata and authority signals rather than sensitive data exfiltration. - [SAFE]: The skill encourages security best practices by suggesting the use of a
SECURITY.mdfile for policy documentation and maintaining clear authority boundaries.
Audit Metadata