review-pr
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface identified. The skill is designed to fetch and analyze untrusted data (PR content, diffs, and comments) from external sources, which could contain adversarial instructions. \n- Ingestion points: The skill uses
gh pr view,gh pr diff, andgit diffas described inSKILL.md(Wave 0) to bring external code changes into the agent's context. \n- Boundary markers: The instructions lack explicit boundary markers (e.g., XML tags or delimiters) or specific warnings to ignore instructions embedded within the ingested code. \n- Capability inventory: The agent has the capability to run repository-specific tests viauv run python -m pytest, search for code patterns withrgandsed, and interact with the GitHub API viagh. \n- Sanitization: There is no evidence of sanitization or filtering of the ingested content to prevent instructions in code comments from being interpreted as commands by the LLM.
Audit Metadata