team-review
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted code and pull request data, creating a surface for potential indirect prompt injection attacks where malicious instructions hidden in the code could influence agent behavior.\n
- Ingestion points: Untrusted data is retrieved from pull request metadata and diffs using
gh pr viewandgh pr diff, and from commit content viagit show(Phase 0 in SKILL.md).\n - Boundary markers: The instructions lack specific delimiters or instructions to treat the ingested code as untrusted data when passed to subagents.\n
- Capability inventory: Reviewer subagents have access to powerful tools including
Bash,Write, andEdit, which could be abused if an agent is successfully manipulated by untrusted code.\n - Sanitization: No validation or sanitization of the retrieved code is performed before analysis.\n- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform project discovery and retrieve source code data using common developer tools such asgit,gh,grep, andls-files(Phases 0 and 1 in SKILL.md).
Audit Metadata