mcp-manager
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate management of MCP configurations by interacting with local configuration files.
- [COMMAND_EXECUTION]: The script
scripts/health_check.pyusessubprocess.runto verify the existence of configured MCP commands. It uses thewhichutility to check for binary availability (e.g.,which npx), which is a standard and safe implementation for health monitoring. - [DATA_ACCESS]: The skill accesses
~/.claude.jsonto read and manage MCP server configurations. This access is necessary for the skill's primary purpose of managing MCP servers on the user's system, and no unauthorized data exposure or exfiltration was detected.
Audit Metadata