github-issue-writing
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the official GitHub CLI (
gh) to perform repository management tasks such as creating issues, adding labels, and managing sub-issues. All commands are scoped to theghtoolset and align with the stated purpose of the skill. - [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection when reading data from external GitHub issues. Ingestion points:
gh issue listandgh issue view(SKILL.md). Boundary markers: Explicit markers for delimiting external content are not defined in the instructions for reading issues. Capability inventory: Access togh issue,gh label,gh repo, andgh apivia Bash. Sanitization: No specific sanitization or filtering logic is provided for the content retrieved from external issues.
Audit Metadata