pr-polish
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from GitHub PR comments and reviews and uses this data to drive agent logic.
- Ingestion points: The skill fetches review threads, top-level reviews, and issue comments using
gh apiandgh api graphqlinSKILL.md. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore potentially malicious instructions embedded within the fetched PR comments or review bodies.
- Capability inventory: The skill has access to powerful CLI tools including
gh(GitHub API),git,pnpm, andpoetry(standard build/format tools), and it can write temporary state files to/tmp. - Sanitization: While the script uses
jqto extract metadata and identifiers, the textual content of the reviews and comments is passed into the orchestration context and subsequent skill invocations without sanitization or escaping.
Audit Metadata