skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-viral-video-staged-plan/Gen Agent Trust Hub
ai-ecommerce-expert-viral-video-staged-plan
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyusessubprocess.Popento invoke thenpxcommand runner. This is used to launch the Model Context Protocol (MCP) server that handles the e-commerce content tasks. - [REMOTE_CODE_EXECUTION]: The skill utilizes
npx -yto download and execute the@infimind/ecom-content-clipackage from the official NPM registry. This package is the official command-line tool for the IMIVA platform mentioned in the skill documentation. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes external product images, reference videos, and user-provided descriptions.
- Ingestion points: Parameters such as
referenceVideoandproductImagesused in thecreate_viral_video_copy_tasktool. - Boundary markers: The skill documentation enforces a staged workflow where the AI must return the video formula and script for manual human confirmation before final generation.
- Capability inventory: The skill interacts with the file system and network through the IMIVA MCP tool executed in
scripts/imiva_mcp.py. - Sanitization: All arguments passed to the underlying tool are serialized using standard JSON formatting to prevent command injection at the application level.
- [SAFE]: The skill correctly instructs users to store sensitive
MCP_TOKENcredentials in environment variables rather than hardcoding them within the skill files or scripts.
Audit Metadata