zentao-execution
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes an external binary,
zentao-cli, to perform operations on the ZenTao system. It executes shell commands such aszentao-cli execution list,create,get,update, anddeletebased on user requests, as documented across thereferences/directory. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8) because it passes user-supplied input directly to command-line arguments.
- Ingestion points: Untrusted data enters the agent context through parameters like
<name>,<project>, and<id>defined in files such asreferences/zentao-execution-create.md,references/zentao-execution-update.md, andreferences/zentao-execution-delete.md. - Boundary markers: No delimiters or specific instructions are provided to help the agent distinguish between command parameters and potential instructions embedded in user input.
- Capability inventory: The
zentao-clitool has the capability to perform network operations and modify data within the ZenTao system across all functional reference files. - Sanitization: The skill does not define any sanitization, escaping, or validation logic for the input strings before they are utilized in the shell commands.
Audit Metadata