skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-product-comparison-image/Gen Agent Trust Hub
ai-ecommerce-expert-product-comparison-image
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch and execute the@infimind/ecom-content-clipackage from the npm registry. This is the official command-line interface for the platform vendor (Infimind) and represents a legitimate vendor-owned resource for the skill's primary function. - [COMMAND_EXECUTION]: The helper script
scripts/imiva_mcp.pyinvokessubprocess.Popento launch the platform's MCP client. The implementation is secure as it uses a list-based command structure with a hardcoded package name and verified paths, preventing shell injection vulnerabilities. - [REMOTE_CODE_EXECUTION]: The skill executes the official IMIVA tool via
npxto interact with remote content generation services. This execution is scoped to the vendor's infrastructure and is required for the e-commerce image generation logic. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided product data which is a standard surface for indirect injection. The instructions mitigate this by directing the agent to strictly follow verified facts and seller-confirmed parameters.
- Ingestion points: Product images and descriptive text provided to the
create_detail_page_tasktool. - Boundary markers: Instructions include explicit warnings to "仅使用已核实卖点和参数" (only use verified selling points and parameters) and to perform budget checks before task creation.
- Capability inventory: The skill allows creating and querying commercial content generation tasks via the vendor's API.
- Sanitization: Input is passed through structured JSON-RPC payloads, which reduces the risk of control character manipulation during the bridge between the AI and the local system tools.
Audit Metadata