wren-mcp-setup
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches a version configuration file from the author's official GitHub repository (
https://raw.githubusercontent.com/Canner/wren-engine/main/skills/versions.json) to perform a version check. - [COMMAND_EXECUTION]: Instructs the agent to perform Docker management operations including
docker pull,docker run, anddocker rmto deploy the Wren Engine container. - [COMMAND_EXECUTION]: Uses shell utilities like
lsofandkillto resolve port conflicts on the host machine during the setup process. - [COMMAND_EXECUTION]: Modifies sensitive configuration files (e.g.,
~/.claude/settings.json) to register the MCP server with the AI agent environment. - [DATA_EXPOSURE]: Accesses and mounts a user-defined host directory as a Docker volume to read and write project files (MDL and YAML).
Audit Metadata