code-review
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [Command Execution]: The skill utilizes the
gitcommand-line tool to identify code changes viagit diff. This is a standard operation for a code review tool within a development environment. - [Indirect Prompt Injection Surface]: The skill processes user-supplied input through the
$ARGUMENTSvariable to focus its review agents. This creates a potential surface where untrusted data could influence agent behavior. - Ingestion points: User input is ingested via the
$ARGUMENTSvariable referenced inSKILL.md. - Boundary markers: There are no explicit delimiters or boundary markers surrounding the interpolation of
$ARGUMENTSto distinguish instructions from data. - Capability inventory: The skill has the capability to read local files via
git diff, delegate tasks to other agents, and perform file modifications as part of the fixing phase inSKILL.md. - Sanitization: The skill does not implement specific sanitization or validation logic for the content provided in
$ARGUMENTS.
Audit Metadata