pr-research
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard system commands using
gitandghto retrieve repository data, metadata, and history for analysis purposes. - [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection as it is designed to ingest and process untrusted content from external repositories (e.g., issue titles, PR descriptions, and contribution guidelines).
- Ingestion points: Uses
gh issue list,gh pr list, andcatto read content from remote GitHub repositories. - Boundary markers: Absent. The skill does not define specific delimiters or instructions to prevent the agent from obeying instructions potentially embedded in external repository files.
- Capability inventory: The skill utilizes
BashandWritetools to perform its logic and save research reports to the local file system. - Sanitization: There is no explicit sanitization or filtering of the text fetched from external sources before the agent processes it.
- Context: This risk is considered low and is inherent to the core functionality of researching external codebases.
Audit Metadata