skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-chinese-text-ad-poster/Gen Agent Trust Hub
ai-ecommerce-expert-chinese-text-ad-poster
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/imiva_mcp.pyinvokesnpx -y @infimind/ecom-content-cli@latest, which automatically downloads and executes the latest version of the specified package from the NPM registry. This behavior allows for the execution of remote code at runtime without explicit version pinning or integrity checks.\n- [COMMAND_EXECUTION]: The skill uses thesubprocess.Popenfunction in Python to call system binaries (specificallynpx). While this is used to initiate the MCP communication bridge, it represents a direct interface for executing shell commands from the agent environment.\n- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill is designed to handle sensitive credentials in the form of anMCP_TOKENpassed via environment variables. The helper script transmits this token to the external domainimiva.ecpro.comto facilitate authenticated API requests. While documented as the core functionality, this pattern involves the transit of user secrets to third-party infrastructure.\n- [INDIRECT_PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by ingesting and processing untrusted data from the user and potentially from image metadata.\n - Ingestion points: The
promptandimagesparameters in thecreate_smart_refine_tasktool, handled by thescripts/imiva_mcp.pyscript.\n - Boundary markers: None; input strings and image paths are interpolated into tool calls without delimiters or instructions to ignore embedded commands.\n
- Capability inventory: The skill possesses capabilities for remote code execution, command execution via subprocess, and network access to external endpoints.\n
- Sanitization: No validation or sanitization logic is present to filter malicious instructions or malformed paths from the prompt and image arguments before they are sent to the external processor.
Audit Metadata