ai-ecommerce-expert-gpt-image-2-ecommerce-image

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The script scripts/imiva_mcp.py uses npx -y to download and execute the @infimind/ecom-content-cli@latest package from the npm registry. This is the official package for the IMIVA platform (Infimind) described in the skill, and is the intended mechanism for accessing its tools.
  • [COMMAND_EXECUTION]: The Python helper script uses subprocess.Popen to launch the Node.js client. This is a standard integration pattern for multi-language skills to facilitate communication between the agent and the MCP server.
  • [CREDENTIALS_SAFE]: The skill correctly handles authentication by requiring users to set an MCP_TOKEN environment variable, ensuring that sensitive credentials are not hardcoded or exposed in the skill configuration.
  • [INDIRECT_PROMPT_INJECTION]: The skill accepts user-provided image paths and descriptive prompts for image editing. While this represents a potential attack surface for indirect prompt injection, the skill includes clear instructions for the agent to verify facts, adhere to provided brand guidelines, and confirm credit usage before task execution, which serves as a functional safeguard.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 08:01 AM
Security Audit — agent-trust-hub — ai-ecommerce-expert-gpt-image-2-ecommerce-image