skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-wechat-video-channel-ecommerce-content/Gen Agent Trust Hub
ai-ecommerce-expert-wechat-video-channel-ecommerce-content
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/imiva_mcp.pyexecutesnpx -y @infimind/ecom-content-cli@latest. This command fetches and runs code from the npm registry at runtime, which constitutes remote code execution from a source not included in the pre-verified trust list. - [COMMAND_EXECUTION]: The file
scripts/imiva_mcp.pyusessubprocess.Popento launch external system commands. While it uses a list for arguments to prevent basic shell injection, it still provides a mechanism for the agent to execute arbitrary external binaries if the parameters are manipulated. - [EXTERNAL_DOWNLOADS]: The skill's configuration and scripts depend on external assets, specifically fetching the
@infimind/ecom-content-clipackage and communicating with theimiva.ecpro.comAPI endpoint. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data such as product materials, selling points, and target audience descriptions (Ingestion points:
SKILL.mdusage scenarios). This data is interpolated into tool arguments and passed to theimiva_mcp.pyscript. - Ingestion points: User-provided ecommerce content and product details.
- Boundary markers: The script uses JSON-RPC formatting and
json.dumpsto separate commands from data. - Capability inventory: The skill has the ability to execute shell commands via
subprocessand perform network operations. - Sanitization: Employs standard JSON serialization for tool arguments, but lacks explicit content filtering for the generated prompts.
Audit Metadata