skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-product-asset-production-line/Gen Agent Trust Hub
ai-ecommerce-expert-product-asset-production-line
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python helper script to execute the official IMIVA CLI tool via
subprocess.Popento generate ecommerce assets. Evidence:subprocess.Popen([npx, "-y", PACKAGE], ...)inscripts/imiva_mcp.py.- [EXTERNAL_DOWNLOADS]: The skill downloads the official IMIVA ecommerce CLI package from the public NPM registry at runtime. Evidence: Usesnpx -y @infimind/ecom-content-cli@latestto fetch the tool.- [REMOTE_CODE_EXECUTION]: The skill executes the downloaded NPM package as its primary method of operation. This is the official tool provided for the service. Evidence: The package is executed vianpximmediately after retrieval.- [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection through data ingested from the IMIVA API. 1. Ingestion points: Data is fetched viaget_user_productsandget_user_tasks. 2. Boundary markers: The skill does not define specific delimiters for API-sourced content. 3. Capability inventory: The skill has command execution rights viasubprocess.Popen. 4. Sanitization: Data is processed as JSON but lacks specific safety filtering for LLM interpolation.
Audit Metadata