pr-review
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its primary function using established system tools (
ghCLI). No malicious code, credential theft, or unauthorized network operations were detected. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection because it processes untrusted data from Pull Request diffs, descriptions, and comments.
- Ingestion points: Data enters the system via
gh pr viewandgh pr diffcommands as specified inSKILL.md. - Boundary markers: The instructions do not define specific delimiters or instructions to ignore malicious commands embedded within the PR data.
- Capability inventory: The skill uses
ghfor data retrieval and has the capability to read local files (source code, documentation, and configuration) as described inSKILL.md. - Sanitization: There is no explicit sanitization of the PR content before it is processed for review. While this presents a surface for potential instruction override, it is a common risk for this use case and does not indicate malicious intent by the author.
Audit Metadata