chart
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill relies on reading and processing markdown files from the
docs/chart/directory to manage its state and determine next steps. This creates a surface for indirect prompt injection. - Ingestion points: The agent is instructed to read
map.mdand all files withintickets/inSKILL.md. - Boundary markers: There are no instructions to use delimiters or to treat the content of these files as data rather than instructions.
- Capability inventory: The skill allows the use of powerful tools including
Bash,Agent(sub-agent creation),Write, andEditas defined in theallowed-toolssection ofSKILL.md. - Sanitization: The skill lacks mechanisms to sanitize or validate the content of the tickets before the agent acts upon the "Question" or "Task" descriptions.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to automate "Task" type tickets, which are defined as manual work. If a ticket contains malicious commands, the agent is instructed to drive these tasks "AFK" (agent alone), potentially executing arbitrary shell commands without direct oversight. - [DYNAMIC_EXECUTION]: The skill invokes the
Agenttool withsubagent_type: "Explore"to resolveresearchtickets. This dynamic invocation delegates exploration to sub-agents that may ingest untrusted information from external documentation or APIs, further expanding the data ingestion attack surface.
Audit Metadata