documentation-specialist
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to automate documentation tasks. Specifically, it uses
findin conjunction withsed -ito perform bulk text replacements for version synchronization across thedocs/directory. It also utilizesgrepfor pattern matching andgit logto extract commit history for changelog generation. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it processes untrusted external data to generate documentation.
- Ingestion points: The skill reads project configuration files (e.g.,
package.json,pyproject.toml), source code files (viaglob_patternsfor route discovery), and git commit history. - Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands within the processed files.
- Capability inventory: The skill has the capability to read files, execute shell commands (
find,sed,grep,git), and modify the local filesystem. - Sanitization: The skill does not implement sanitization or validation for the content extracted from code comments or git logs before using them in documentation templates.
Audit Metadata