remote-mcp-server
mcp1.2.1Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
By gleanwork | 75 findings | Scanned 7/29/2026 | tooltrust-scanner/v0.3.19 | 164
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (75)
tool name "get_config" implies read-only operation but declares exec permission
get_configtool name "read_file" implies read-only operation but declares exec permission
read_filetool name "list_directory" implies read-only operation but declares exec permission
list_directorytool name "list_searches" implies read-only operation but declares exec permission
list_searchestool name "read_process_output" implies read-only operation but declares exec permission
read_process_outputtool name "list_sessions" implies read-only operation but declares exec permission
list_sessionstool name "get_prompts" implies read-only operation but declares exec permission
get_promptsFix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
shutdownget_configset_config_valueread_filelist_directoryget_more_search_resultsstop_searchlist_searchesforce_terminatelist_sessionsget_recent_tool_callsgive_feedback_to_desktop_commanderget_promptsFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
start_search:input schema exposes 12 properties (threshold: 10)
Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
list_deviceswho_am_ipingshutdownget_configset_config_valueread_fileread_multiple_fileswrite_filewrite_pdfcreate_directorylist_directorymove_filestart_searchget_more_search_resultsstop_searchlist_searchesget_file_infoedit_blockstart_processread_process_outputinteract_with_processforce_terminatelist_sessionslist_processeskill_processget_usage_statsget_recent_tool_callsgive_feedback_to_desktop_commanderget_promptsFix: Review and remediate the identified issue.
declared capabilities: network access
shutdownget_more_search_resultsdeclared capabilities: code/command execution, filesystem access
get_configset_config_valuelist_directoryread_process_outputdeclared capabilities: code/command execution, network access, filesystem access
read_fileget_promptsdeclared capabilities: filesystem access
read_multiple_fileswrite_filewrite_pdfcreate_directorymove_fileget_file_infoedit_blockdeclared capabilities: network access, filesystem access, database access, HTTP requests
start_searchdeclared capabilities: code/command execution, network access
stop_searchlist_searchesdeclared capabilities: code/command execution, filesystem access, database access
start_processinteract_with_processdeclared capabilities: code/command execution
force_terminatelist_sessionsdeclared capabilities: database access, HTTP requests
get_recent_tool_callsdeclared capabilities: network access, HTTP requests
give_feedback_to_desktop_commanderFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y remote-mcp-server"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)