skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-xiaohongshu-ecommerce-content/Gen Agent Trust Hub
ai-ecommerce-expert-xiaohongshu-ecommerce-content
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/imiva_mcp.pyis configured to download and execute the latest version of the@infimind/ecom-content-clipackage from the NPM registry usingnpx -yduring runtime. This creates a dependency on remote code that is not pinned to a specific version. - [COMMAND_EXECUTION]: The skill uses
subprocess.Popeninscripts/imiva_mcp.pyto launch shell commands (specificallynpx). This pattern is used to wrap the functionality of the Node.js CLI tool for the agent. - [DATA_EXFILTRATION]: The skill manages a sensitive authentication token (
MCP_TOKEN) and transmits it, along with user-provided product data, to the external service atimiva.ecpro.com. While standard for this type of integration, it constitutes a data flow to an external third-party domain. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted product metadata (such as names, categories, and selling points) which is subsequently used as input for AI content generation tasks. The lack of explicit sanitization or boundary markers in the interpolation process creates a potential surface for indirect prompt injection if the input data is sourced from an untrusted third party.
Audit Metadata