skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-bestseller-main-image/Gen Agent Trust Hub
ai-ecommerce-expert-bestseller-main-image
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The helper script
scripts/imiva_mcp.pyinvokesnpx -y @infimind/ecom-content-cli@latest. This pattern downloads and executes the package binary directly from the npm registry every time the skill is used, which constitutes a form of remote code execution. - [COMMAND_EXECUTION]: The skill executes shell commands using
subprocess.Popento manage the Node.js process and the MCP (Model Context Protocol) tool. While the implementation uses argument lists to mitigate shell injection risks, it enables the execution of processes defined by an external package. - [EXTERNAL_DOWNLOADS]: The skill depends on the
@infimind/ecom-content-clipackage, which is fetched from an external source at runtime during initialization. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection through user-provided inputs.
- Ingestion points: Data enters via parameters like
referenceImage,productImages, andsubjectDescriptionsin thecreate_visual_migration_tasktool. - Boundary markers: The skill lacks explicit boundary markers or instructions for the agent to ignore instructions embedded in these fields.
- Capability inventory: The skill can execute shell commands and perform network operations through the external service.
- Sanitization: There is no evidence of input validation or escaping performed on user-supplied strings before processing.
Audit Metadata