kanban-worker
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill describes a workflow where agents ingest and process data from external sources, which constitutes a vulnerability surface.
- Ingestion points: Agents are instructed to use
kanban_showto read thesummary,metadata, andcommentsfrom previous task runs. The task body itself and the unblock comments are also primary inputs. - Boundary markers: The documentation does not specify the use of delimiters or instructions to ignore embedded commands within the ingested task data.
- Capability inventory: The agent has access to the local file system (via
$HERMES_KANBAN_WORKSPACE), shell execution (gitcommands), and task management tools (kanban_create,kanban_complete,kanban_block). - Sanitization: There is no mention of sanitizing or validating the content of the
summary,metadata, orcommentsbefore processing or interpolating them into future actions. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute shell commands, specifically
git worktree add, using environment variables such as$HERMES_KANBAN_WORKSPACE,$HERMES_KANBAN_BRANCH, and$HERMES_KANBAN_TASK. It also describes the use of thehermesCLI for task lifecycle management.
Audit Metadata