skills/wubin1836/ai-ecommerce-expert-agent-skills/ai-ecommerce-expert-mother-baby-ecommerce-content/Gen Agent Trust Hub
ai-ecommerce-expert-mother-baby-ecommerce-content
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/imiva_mcp.pyutilizessubprocess.Popento execute shell commands, specifically to runnpxfor package interaction. - [EXTERNAL_DOWNLOADS]: The skill is designed to download the
@infimind/ecom-content-clipackage from the NPM registry at runtime as specified inSKILL.mdandreferences/mcp-config.example.json. - [REMOTE_CODE_EXECUTION]: The use of
npx -yin the execution flow inscripts/imiva_mcp.pyresults in the execution of code from a remote third-party package on the host system. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection through its data ingestion points.
- Ingestion points: The
imagesandsellingPointsarguments in thecreate_koc_collage_tasktool (documented inSKILL.md) allow for the inclusion of external URLs and user-provided text. - Boundary markers: There are no explicit delimiters or instructions to the model to ignore potential injection patterns within the processed content.
- Capability inventory: The skill has the capability to execute shell commands via
subprocess.Popeninscripts/imiva_mcp.py. - Sanitization: The wrapper script does not implement sanitization or validation logic for arguments passed to the external CLI tool.
Audit Metadata