repeat
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the automated, recurring execution of arbitrary commands or prompts specified in the user arguments. While it implements safety controls (max iterations, circuit breaker, minimum interval), the underlying capability relies on the agent's powerful
BashandAgenttools to carry out the repeated tasks. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it parses and executes commands directly from the
$ARGUMENTSvariable. If these arguments are populated with untrusted data from external sources (such as a pull request description or file content), it could lead to the execution of unintended actions within the repetition loop. - Ingestion points:
$ARGUMENTSparsed inSKILL.mdand processed in the execution protocol. - Boundary markers: Absent; the skill does not wrap the user-provided command in protective delimiters or provide explicit warnings to ignore embedded instructions.
- Capability inventory: Employs
Bash,Write, andAgenttools across its execution protocol, allowing for diverse and powerful actions. - Sanitization: No validation, escaping, or filtering is performed on the command string before it is passed to the execution tool.
Audit Metadata