check
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses dynamic context injection (
!commandsyntax) to run local git commands such asgit statusandgit diffat load time. This is a legitimate use of the feature to gather project context for the AI agent. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes untrusted source code content through git diffs.
- Ingestion points: Untrusted diff data from the local repository is loaded into the context using dynamic execution placeholders.
- Boundary markers: The skill attempts to structure this untrusted data using XML-style tags like
<staged_diff>and<branch_diff>. - Capability inventory: The skill has the capability to launch multiple sub-agents via the
Tasktool to process the ingested data. - Sanitization: No explicit sanitization or instruction-filtering is applied to the diff output before it is passed to the reviewers.
Audit Metadata