skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-product-unboxing-video/Gen Agent Trust Hub
ai-ecommerce-expert-product-unboxing-video
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and execute the@infimind/ecom-content-clipackage from the official NPM registry at runtime. This package is the legitimate client provided by the vendor for interacting with their e-commerce content API.- [COMMAND_EXECUTION]: The helper scriptscripts/imiva_mcp.pyusessubprocess.Popento launch the MCP client. The implementation is secure as it uses a fixed list of arguments rather than a single string, which prevents shell injection vulnerabilities during tool invocation.- [CREDENTIALS_UNSAFE]: The skill handles authentication by reading theMCP_TOKENfrom environment variables. The accompanying documentation correctly instructs users on how to manage these secrets securely, advising against hardcoding tokens in the skill or code.- [PROMPT_INJECTION]: The skill processes user-supplied text prompts for video generation via thecreate_video_generation_tasktool. Ingestion occurs inscripts/imiva_mcp.pywhere data is passed to the video generation API. Although no explicit boundary markers or sanitization are present, the threat is minimal because the downstream process is restricted to generating multimedia content and does not expose system-level command capabilities.
Audit Metadata