troubleshoot-mcp-connection
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes diagnostic commands such as
claude mcp,npm list, andRscriptto verify the state of the local environment and installed tools. - [EXTERNAL_DOWNLOADS]: Connectivity checks and authentication verification are performed against
huggingface.co, which is a well-known service. The skill also suggests the installation of themcp-remotepackage throughnpm. - [PROMPT_INJECTION]: The skill processes untrusted data from local configuration files, presenting a surface for indirect prompt injection if these files are manipulated.
- Ingestion points: Reads
~/.claude.jsonand Windows-specificclaude_desktop_config.jsonfiles. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are used when reading these files.
- Capability inventory: The skill has access to
Bash,Write,Edit,Read,Grep, andGlobtools. - Sanitization: No validation or sanitization of the configuration file content is performed prior to processing.
Audit Metadata