skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-ecommerce-infographic-set/Gen Agent Trust Hub
ai-ecommerce-expert-ecommerce-infographic-set
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses the
npxcommand to download and execute the@infimind/ecom-content-clipackage from the NPM registry at runtime. This is the official tool for the IMIVA platform and is used as intended for the skill's primary purpose. - [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyusessubprocess.Popento launch the MCP server. It follows security best practices by passing arguments as a list rather than a shell string, effectively preventing command injection attacks. - [PROMPT_INJECTION]: The skill has a standard attack surface for indirect prompt injection by processing external data to generate content.
- Ingestion points: User-provided
productImagesandextraDescriptionstrings defined inSKILL.md. - Boundary markers: The skill uses structural JSON-RPC message boundaries to separate data from instructions.
- Capability inventory: The skill can execute the
create_detail_page_taskcommand to generate ecommerce infographics. - Sanitization: The Python script uses
json.dumpsto ensure user input is correctly escaped and formatted before being passed to the tool. - [CREDENTIALS_SAFE]: The skill manages authentication tokens securely. It instructs users to store their
MCP_TOKENin environment variables rather than hardcoding them, and the provided scripts read these credentials from the environment at runtime.
Audit Metadata