skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-cross-category-viral-image/Gen Agent Trust Hub
ai-ecommerce-expert-cross-category-viral-image
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/imiva_mcp.pyusesnpx -yto download the@infimind/ecom-content-cli@latestpackage from the npm registry. This occurs at runtime without version pinning or integrity checks. - [REMOTE_CODE_EXECUTION]: The skill executes code downloaded dynamically from the npm registry. Using the
@latesttag means the code being executed can change without user intervention, presenting a risk if the remote package is compromised. - [COMMAND_EXECUTION]: The
scripts/imiva_mcp.pyfile utilizessubprocess.Popento launch thenpxcommand and the external Node.js package. This grants the remote code execution capabilities within the local environment. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from product images and descriptions which could be manipulated to influence agent behavior.
- Ingestion points:
referenceImage,productImages, andsubjectDescriptionsparameters defined inSKILL.md. - Boundary markers: None identified; the instructions do not implement delimiters to isolate user-provided content from instructions.
- Capability inventory: The skill can execute shell commands via the
subprocessmodule inscripts/imiva_mcp.py. - Sanitization: The script does not appear to perform validation or escaping of the input strings before passing them to the external CLI tool.
- Ingestion points:
Audit Metadata