pr-operations
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks because it retrieves and acts upon external data from GitHub PR comments.
- Ingestion points: Comments are fetched via
get-pr-review-commentsandget-pr-discussion-commentsas documented inreferences/commands.md. - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from following instructions that might be embedded within the retrieved PR comments.
- Capability inventory: The skill allows the agent to execute shell commands via the
erkutility, such asresolve-review-threadandpost-pr-inline-comment. - Sanitization: No sanitization or filtering of the fetched comment content is specified before the agent evaluates it for classification and response generation.
- [COMMAND_EXECUTION]: The skill uses the
erkCLI for pull request management. This tool is treated as a legitimate vendor resource provided by the skill author for its intended purpose.
Audit Metadata