skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-xiaohongshu-note-image-set/Gen Agent Trust Hub
ai-ecommerce-expert-xiaohongshu-note-image-set
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyusessubprocess.Popento launch the MCP client. It executes thenpxcommand to run the external tool@infimind/ecom-content-cli. - [EXTERNAL_DOWNLOADS]: The skill downloads and executes remote code at runtime via
npx -y @infimind/ecom-content-cli@latest. This package is the official client for the IMIVA platform mentioned in the skill description. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted user data which is then passed to external AI models.
- Ingestion points: User-provided arguments for
productName,sellingPoints,targetAudience, andusageScenarioin thecreate_koc_note_package_tasktool. - Boundary markers: None identified in the provided scripts to delimit user input from instructions.
- Capability inventory: The skill has the ability to execute shell commands via
subprocess.Popenand perform network operations through the MCP client. - Sanitization: No input validation or escaping is performed on the user-supplied strings before they are passed to the
invokefunction inscripts/imiva_mcp.py.
Audit Metadata