skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-long-detail-page-set/Gen Agent Trust Hub
ai-ecommerce-expert-long-detail-page-set
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch the@infimind/ecom-content-clipackage from npm at runtime. The use of the@latesttag means the skill always downloads the most recent version, which could introduce unverified code if the package is compromised. - [REMOTE_CODE_EXECUTION]: The downloaded npm package is executed locally to provide the core ecommerce functionality.
- [COMMAND_EXECUTION]: The helper script
scripts/imiva_mcp.pyusessubprocess.Popento launch the Node.js process and the IMIVA CLI, handling communication via standard input and output. - [DATA_EXFILTRATION]: The skill transmits product information and authentication tokens to the IMIVA service domain (imiva.ecpro.com) to perform its intended e-commerce tasks. This involves network communication to a domain outside the default whitelisted services.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted product descriptions and image paths. Ingestion points:
productImagesandextraDescriptionarguments increate_detail_page_task. Boundary markers: None provided to the model context. Capability inventory: File system access for image paths and network access via the IMIVA API. Sanitization: Arguments are passed via JSON encoding, providing structural but not semantic validation.
Audit Metadata