list-tasks
Warn
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The instruction to run
taskmd list $ARGUMENTSuses direct shell interpolation of the$ARGUMENTSvariable. An attacker or malicious input can include shell metacharacters (such as;,|,&&, or backticks) to execute arbitrary commands on the underlying system beyond the intendedtaskmdutility. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data via
$ARGUMENTSand passes it directly to a powerful tool (Bash) without any sanitization, escaping, or defensive boundary markers to prevent the agent from executing embedded malicious instructions.
Audit Metadata