codearts-issue
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection vulnerabilities.
- Ingestion points: It retrieves untrusted data from external sources via
issue show,issue list, andissue comment listsubcommands defined inSKILL.md. - Boundary markers: There are no specific delimiters or instructions used to prevent the agent from mistakenly following commands embedded in the work item titles, descriptions, or comments.
- Capability inventory: The agent can execute a wide range of
codearts-clicommands (create, update, delete) and write image files to the local filesystem using the--download-imagesflag. - Sanitization: While the
codearts-cliperforms magic bytes validation on image downloads, no sanitization or escaping is mentioned for the textual content of retrieved issues or comments. - [COMMAND_EXECUTION]: All management functionality is implemented through the execution of the
codearts-clibinary. - The skill facilitates project management tasks including creating, updating, and querying resources on the Huawei Cloud CodeArts platform.
- It uses standard piping to
jqto parse local configuration data, such asuserId, from the CLI's own output.
Audit Metadata