skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-temu-ecommerce-content/Gen Agent Trust Hub
ai-ecommerce-expert-temu-ecommerce-content
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyusessubprocess.Popento launch thenpxcommand. This is used to bridge the Python environment to the Node-based MCP client. The command is executed using a list of arguments, which prevents shell injection, and data is transmitted to the subprocess viastdin. - [EXTERNAL_DOWNLOADS]: The skill uses
npx -y @infimind/ecom-content-cli@latestto fetch and run the latest version of the IMIVA Ecommerce MCP package from the NPM registry at runtime. This allows the skill to stay updated but introduces a dependency on external hosting services. - [REMOTE_CODE_EXECUTION]: The execution of the remotely-fetched
@infimind/ecom-content-clipackage occurs whenever a tool is invoked. While this is the official client for the service, it represents the execution of third-party code that is not bundled with the skill. - [PROMPT_INJECTION]: The skill processes untrusted product data, such as category names, selling points, and usage scenarios, which are interpolated into requests sent to the ecommerce AI models.
- Ingestion points: Input parameters for
create_product_main_image_task,create_detail_page_task, andcreate_video_generation_taskwithinSKILL.mdandscripts/imiva_mcp.py. - Boundary markers: None. The skill transmits raw text descriptions directly to the underlying MCP tools without specialized delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill can perform network operations via the IMIVA API and execute shell commands through the
npxbridge to process content. - Sanitization: Arguments are serialized into a JSON payload, which provides basic structural escaping, but the content itself is not sanitized for potential indirect injection attacks.
Audit Metadata