skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-influencer-ugc-product-image/Gen Agent Trust Hub
ai-ecommerce-expert-influencer-ugc-product-image
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill relies on
npx -y @infimind/ecom-content-cli@latestto download and execute an external package from the NPM registry whenever the helper script is invoked. This pattern executes code from a remote source at runtime. - [COMMAND_EXECUTION]: The file
scripts/imiva_mcp.pyusessubprocess.Popento launch thenpxcommand. This establishes a bridge between the Python environment and shell-based Node.js tools, creating a surface for command execution. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface for untrusted data through the
create_koc_collage_tasktool, which accepts parameters likeproductName,sellingPoints, andtargetAudience. - Ingestion points: User-provided strings for product details in
SKILL.md(e.g.,productName,sellingPoints). - Boundary markers: None identified; parameters are passed directly to the MCP server as JSON fields.
- Capability inventory: The skill has the capability to generate content and perform network operations via the IMIVA MCP server.
- Sanitization: No input sanitization or validation logic is present in the
imiva_mcp.pywrapper script before passing data to the subprocess.
Audit Metadata