run
Warn
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill allows the execution of arbitrary shell commands through the
--evalparameter, which is run during the baseline capture and evaluation phases. Additionally, user input from the--taskand--evalparameters is interpolated directly into shell commands used to call internal scripts, which may lead to command injection if inputs are not properly sanitized. - [PROMPT_INJECTION]: The skill processes untrusted input from the
--taskparameter and potentially from evaluation outputs, passing it to agents without sanitization or boundary markers. - Ingestion points: Untrusted data enters via the
--taskand--evalarguments inSKILL.mdand through evaluation results in Step 5. - Boundary markers: There are no explicit delimiters or instructions provided to agents to ignore potentially malicious content within the user-supplied task description.
- Capability inventory: The skill is capable of executing shell commands and Python scripts, modifying the local filesystem (
.agenthub/sessions/), and spawning parallel AI agents with tool-calling capabilities. - Sanitization: No evidence of input validation, escaping, or filtering of user-provided content is present in the skill definition or instructions.
Audit Metadata