first-five
Warn
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill takes raw user input via the
$ARGUMENTSvariable and incorporates it directly into shell commands, specificallygit diff <base>...HEAD. There is no evidence of sanitization, escaping, or validation of this input. If the underlying tool execution environment does not handle shell escaping, a user or a malicious script providing a branch name likemain; [malicious_command]could trigger arbitrary command execution within the agent's environment. - [INDIRECT_PROMPT_INJECTION]: The skill's primary purpose is to ingest and analyze untrusted content (code diffs and files).
- Ingestion points: Content is pulled into the agent's context through
git diffand theReadtool as specified inSKILL.mdinstructions. - Boundary markers: The skill lacks explicit boundary markers or instructions for the agent to ignore potential commands embedded within code comments or string literals in the scanned files.
- Capability inventory: The skill has access to local inspection tools including
git,ls,find,grep, andRead, but lacks network or file-write capabilities based onallowed-tools. - Sanitization: No sanitization or filtering is performed on the ingested code before it is processed by the model.
Audit Metadata