execute-planning
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Malicious instructions contained within a backlog task's title or body could be executed by the sub-agent tasked with reviewing it.
- Ingestion points: Task metadata (ID, title, body) retrieved via
agkan task listandagkan task getinSKILL.md. - Boundary markers: Absent. External task data is interpolated directly into the
Tasktool prompt without delimiters or protective instructions. - Capability inventory: The skill uses
agkanto modify tasks (changing status, adding tags, decomposing tasks) and spawns general-purpose sub-agents. - Sanitization: None. Task content is used verbatim in sub-agent prompts.
- [COMMAND_EXECUTION]: The skill executes shell commands using the
agkanCLI to interact with task data. While this is the intended functionality of the skill, these commands process data that originates from potentially untrusted task descriptions.
Audit Metadata