ak-task
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external Kanban boards, repositories, and tasks, creating a potential vector for indirect prompt injection if the source data contains malicious instructions.
- Ingestion points: Data enters the agent's context through
realmroot toolbox getcommands targetingagent-kanban/boards,agent-kanban/repositories, andagent-kanban/tasksas described inSKILL.md. - Boundary markers: The instructions do not specify any delimiters or ignore-instructions markers to protect the agent from embedded malicious content in the fetched JSON objects.
- Capability inventory: The agent possesses write and modification capabilities via
realmroot toolbox postandpatchcommands, which could be manipulated by an attacker who places instructions in task fields. - Sanitization: There is no mention of sanitizing, filtering, or validating the external content before it is used to inform the agent's actions or the creation of new tasks.
Audit Metadata