docs-quality-check
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for the purpose of analyzing documentation quality and does not contain any malicious patterns or bypass attempts.
- [COMMAND_EXECUTION]: The skill utilizes shell commands including
find,git log,markdownlint, andvale. These are used for project file discovery, assessing the age of documentation, and linting markdown content for stylistic issues. - [DATA_EXPOSURE]: The skill reads project documentation files (e.g.,
CLAUDE.md,ADRs,PRDs) and executesgit logto check for freshness. This data access is limited to documentation metadata and contents relevant to the skill's primary function and does not involve searching for secrets or sensitive system files. - [PROMPT_INJECTION]: While the skill ingests content from external markdown files which could theoretically contain instructions, the scope of the skill's task (generating a documentation quality report) is limited and unlikely to be manipulated into performing harmful actions outside of its analysis context.
Audit Metadata