skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-product-image-expansion/Gen Agent Trust Hub
ai-ecommerce-expert-product-image-expansion
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/imiva_mcp.pyexecutes the commandnpx -y @infimind/ecom-content-cli@latest. This pattern downloads the package from the public NPM registry and executes it immediately upon invocation, introducing a dependency on external code that is not pinned to a specific version. - [DYNAMIC_EXECUTION]: The Python helper script
scripts/imiva_mcp.pyusessubprocess.Popento launch and communicate with the external Node.js process. This enables the skill to execute shell commands at runtime to bridge to the MCP server. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user data through fields like
sellingPointsandtargetAudiencewhich are subsequently passed to external AI models. - Ingestion points: User-provided arguments for the
create_image_expand_tasktool, processed by theload_argsfunction inscripts/imiva_mcp.py. - Boundary markers: Absent. The skill instructions do not specify the use of delimiters or warnings to ignore embedded instructions in the user data.
- Capability inventory: The skill has the capability to execute shell commands (
subprocess.Popen) and perform network operations via the underlying MCP tool. - Sanitization: Absent. The script utilizes standard JSON serialization but lacks semantic filtering or sanitization of the input text against potential injection patterns.
Audit Metadata