ima-skills
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell execution for
curl,node, andpython3to manage API requests, execute helper scripts, and handle text encoding conversions. These tools are used to interact with the IMA backend and ensure data integrity across different operating systems. - [EXTERNAL_DOWNLOADS]: The skill directs network traffic to
ima.qq.comand Tencent Cloud'smyqcloud.com. The use ofmyqcloud.comis required for uploading files to the IMA knowledge base via Tencent Cloud Object Storage (COS), although this domain is not explicitly listed in theallowed_domainsmetadata field. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its document-processing capabilities. Ingestion points: The skill reads user notes via
get_doc_contentand knowledge base content viasearch_knowledgeandget_knowledge_list. Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat ingested data as untrusted. Capability inventory: The skill can perform shell command execution, network operations, and local file access. Sanitization: No escaping, filtering, or validation is performed on the content retrieved from external sources before it is processed by the agent.
Audit Metadata