differential-review
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
Bashtool to execute standard security and development commands, includinggit,gh,npm audit,pip audit, andsemgrep. These operations are well-known utilities appropriate for the skill's stated purpose of security review. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes external, untrusted code diffs and pull request data. Ingestion points: Untrusted data enters the context via
git diffandgh pr diffcommands as specified inSKILL.md. Boundary markers: The instructions lack explicit boundary markers or directions to ignore embedded instructions within the ingested diff content. Capability inventory: The skill allows access toBash,Write,Edit,Glob,Grep, andReadtools. Sanitization: No evidence of content sanitization or validation of the diff data before it is processed by the agent.
Audit Metadata