ghpm-work
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by fetching and processing external data from GitHub issues.
- Ingestion points: Issue bodies are fetched via
gh issue viewinreferences/clarify.mdand issue comments are retrieved inreferences/wrap-up.md. - Boundary markers: The instructions lack explicit delimiters or instructions to ignore embedded commands when processing fetched content.
- Capability inventory: The skill possesses significant capabilities including
Bash(gh:*),Bash(git:*),Write, andEditas defined inSKILL.md. - Sanitization: There is no explicit sanitization or filtering of the ingested GitHub content before it is interpolated into prompts or used to generate plans.
- [COMMAND_EXECUTION]: The skill routinely executes CLI commands to interact with the repository and GitHub project.
- Evidence: Uses
ghandgitcommands throughout all reference files for branch management, issue updates, and pull request creation.
Audit Metadata