add-task
Warn
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's instructions guide the agent to take user-supplied input from the
$ARGUMENTSvariable and interpolate it directly into a bash command line (e.g.,taskmd add "[title]"). Without explicit instructions to sanitize for shell metacharacters such as backticks, semicolons, or command substitution syntax, this creates a significant risk of command injection if the user provides a malicious task description. - [PROMPT_INJECTION]: The skill processes untrusted data from
$ARGUMENTSand uses it to drive both command flags and the subsequent editing of files. There are no boundary markers (delimiters) or sanitization steps defined to prevent the user input from containing instructions that could override the agent's logic or the structure of the task being created.
Audit Metadata