review-branch
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and processing untrusted data from Git diffs and GitHub issues.
- Ingestion points: Step 1 and Step 2 in
SKILL.mdgather data fromgit diffand external GitHub issue descriptions via$ARGUMENTS. - Boundary markers: Absent. The skill does not employ delimiters or specific instructions to isolate analyzed code or issue text from the agent's core instructions.
- Capability inventory: The skill utilizes
Bashforgitandghcommands, along withReadandGreptools, granting it broad access to repository contents. - Sanitization: No sanitization, escaping, or validation is performed on the content retrieved from Git or GitHub before it is processed by the agent.
Audit Metadata