fix-pr-comments
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and acts upon untrusted data from GitHub PR comments and reviews.
- Ingestion points: Workflow step 2 in
SKILL.mdfetches PR metadata, top-level comments, reviews, and review threads usinggh apiand GraphQL. - Boundary markers: No delimiters or instructions are present to distinguish untrusted external feedback from the agent's core system instructions.
- Capability inventory: The skill is authorized to perform file system modifications (Workflow step 5) and execute shell commands including
cmake,ctest, andgit(Workflow step 6). - Sanitization: There is no evidence of sanitization or validation of the fetched content from GitHub before the agent uses it to determine its fixing strategy.
- [COMMAND_EXECUTION]: The skill utilizes several command-line utilities to perform PR analysis and verification.
- Evidence: Instructions include the use of
gh apifor data retrieval,gh pr checksfor CI status, andcmake,ctest, andgit difffor implementation verification.
Audit Metadata