skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-multi-pair-visual-migration/Gen Agent Trust Hub
ai-ecommerce-expert-multi-pair-visual-migration
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes the
@infimind/ecom-content-cli@latestpackage from the npm registry usingnpx. This is the documented and expected method for interacting with the IMIVA platform's Model Context Protocol (MCP) server. The package is associated with the official vendor described in the skill content. - [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyusessubprocess.Popento invoke the node-based CLI tool. The command construction is static, and user-supplied arguments are passed throughstdinas serialized JSON, which effectively prevents shell command injection. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data (image paths and product descriptions) that could contain malicious instructions.
- Ingestion points: User-provided image URLs/paths and task descriptions passed to the
create_visual_migration_tasktool. - Boundary markers: None implemented; the skill assumes the external API handles content safety.
- Capability inventory: Subprocess execution for CLI tools and network communication with the IMIVA API.
- Sanitization: Arguments are validated as JSON objects and serialized using
json.dumpsbefore processing. - [CREDENTIALS_SAFE]: The skill requires an
MCP_TOKENfor authentication, which is correctly managed via environment variables rather than being hardcoded. Instructions for token creation point to the officialimiva.ecpro.comdomain.
Audit Metadata