security-review
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local git and shell commands, such as
git diff,git log, andgh pr diff, to identify code changes and branch history for auditing. These commands are used to gather necessary context and are not used to execute untrusted remote code. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted code changes from the user's repository, which serves as a potential ingestion point for indirect prompt injection. Evidence includes ingestion via
git diffand file system reads. The skill lacks explicit boundary markers or sanitization for this external content, which is a standard attack surface for auditing tools that process user-controlled code.
Audit Metadata