list-repo-tasks
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute
mise tasks lsandjqfor listing and filtering repository tasks. These are standard operations for development environments and do not involve high-risk commands or privilege escalation. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection (Category 8) because it processes untrusted task names and descriptions from the repository's configuration.
- Ingestion points: Output from
mise tasks lsprocessed inSKILL.md. - Boundary markers: None specified in the parsing instructions.
- Capability inventory: The skill has access to the Bash tool as defined in
SKILL.md. - Sanitization: No sanitization or escaping of task metadata is performed. However, as this behavior is fundamental to the skill's primary purpose of displaying task information, the risk is considered negligible.
Audit Metadata