skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-audio-reference-video/Gen Agent Trust Hub
ai-ecommerce-expert-audio-reference-video
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/imiva_mcp.pyutilizes thesubprocess.Popenfunction to invoke thenpxpackage runner. This execution is used solely to bridge communication with the underlying Node.js-based MCP server via standard I/O. - [REMOTE_CODE_EXECUTION]: The skill is configured to download and execute the
@infimind/ecom-content-clipackage from the NPM registry usingnpx. This is the documented and official method for accessing the enterprise e-commerce tools provided by Beijing Infimind Technology Co., Ltd. - [CREDENTIALS_SAFE]: The skill correctly manages sensitive authentication data by instructing users to provide the
MCP_TOKENvia environment variables rather than hardcoding credentials or storing them in plain text files within the skill repository. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface for untrusted data through the
promptandreferenceAudiosparameters in thecreate_video_generation_tasktool. However, the risk is minimized as the skill primarily generates creative content and does not grant the agent high-privilege system access or the ability to perform sensitive file operations based on that input.
Audit Metadata