review
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
ghcommand-line tool to perform repository operations such asgh pr viewto identify the current PR andgh apito fetch comments and post replies. These actions are standard for interacting with the GitHub platform within a developer workflow. - [PROMPT_INJECTION]: The skill processes untrusted input from external collaborators (human or bot PR comments), which constitutes an indirect prompt injection surface. 1. Ingestion points: Comments and reviews fetched via
gh apiinSKILL.md. 2. Boundary markers: Absent; the skill does not use specific delimiters to isolate external comment text from its internal logic. 3. Capability inventory: The skill can modify project files using theEdittool and write to the network (GitHub API) via theghCLI. 4. Sanitization: No filtering or sanitization of external comment content is performed. However, the requirement for explicit user approval for every code edit and reply significantly reduces the likelihood of automated exploitation.
Audit Metadata