documentation-style
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted content, such as GitHub issues, pull request descriptions, and external documentation files, to enforce style and formatting rules.
- Ingestion points: The agent reads and edits existing Markdown files, GitHub issue bodies, commit messages, and Pull Request descriptions as specified in the 'When to use' section of SKILL.md.
- Boundary markers: No explicit delimiters or boundary markers are defined to separate user-provided text from agent instructions.
- Capability inventory: The skill utilizes the
ReadandEdittools to access and modify content within the repository checkout. - Sanitization: No specific sanitization or filtering logic is implemented for the processed text, though the style guidelines themselves discourage the use of non-ASCII characters and complex formatting.
Audit Metadata