marketplace-mcp-install
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPERSISTENCEPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches source code and installation scripts from the vendor's repository at
github.com/ilyautov/marketplaces-mcp-ruusinggit cloneor ZIP downloads viacurl. - [COMMAND_EXECUTION]: Executes the
install.pyscript to perform the local setup andserve.pyto verify server readiness. It also uses standard CLI commands likeuname,whoami, andpython3to detect the environment and verify requirements. - [PERSISTENCE]: Modifies agent configuration files (such as
claude_desktop_config.jsonandopencode.json) to register the marketplace MCP servers, ensuring they remain active across sessions. - [PRIVILEGE_ESCALATION]: Recommends bypassing macOS security controls by using
xattr -d com.apple.quarantineon downloaded scripts if they are blocked from executing by the operating system. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data from various Marketplace APIs, which represents a potential attack surface if the API responses contain malicious instructions.
- Ingestion points: Fetches product descriptions, stock levels, and sales data via Wildberries and Ozon API endpoints.
- Boundary markers: The instructions do not specify explicit delimiters or warnings for the agent to ignore instructions embedded in the retrieved marketplace data.
- Capability inventory: The agent has the ability to write to the local filesystem (
cabinets.json), modify client configurations, and execute Python subprocesses. - Sanitization: No specific data validation or sanitization procedures are outlined in the skill instructions for handling the remote API payloads.
Audit Metadata