Skip to content

Latest commit

 

History

History
115 lines (73 loc) · 3.19 KB

File metadata and controls

115 lines (73 loc) · 3.19 KB

🟡 mcp-use

The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.

Field Value
Grade B
Risk Score 15
Version 1.5.0
Vendor mcp-use
Stars ⭐ 10478
Language TypeScript
Source mcp-use
Scan Date 2026-08-12
Scanner tooltrust-scanner/v0.3.19

Findings Summary

Severity Count
Critical 0
High 1
Medium 0
Low 2
Info 4

Detailed Findings

🟠 AS-012 — Rug-Pull (Post-Install Description Change)

Severity: High

Description: Tool set changed silently at v1.5.0: 2 tool(s) added, 27 tool(s) removed without a version bump.

Recommendation: The set of tools exposed by this server changed between scans of the same version — a sign the package was silently updated without a version bump. Audit the changelog and all tool definitions before trusting this server. Pin to a specific commit hash rather than a floating version tag.


⚪ 🔑 AS-002 — Excessive Permission Surface

Severity: Info

Description: declared capabilities: network access

Recommendation: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.


🔵 ⚡ AS-011 — DoS Resilience — Missing Rate Limit / Timeout

Severity: Low

Description: tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

Recommendation: 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.


AS-014 — DEPENDENCY_INVENTORY_UNAVAILABLE

Severity: Info

Description: Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

Recommendation: Review and remediate the identified issue.


⚪ 🔑 AS-002 — Excessive Permission Surface

Severity: Info

Description: declared capabilities: network access

Recommendation: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.


🔵 ⚡ AS-011 — DoS Resilience — Missing Rate Limit / Timeout

Severity: Low

Description: tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

Recommendation: 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.


AS-014 — DEPENDENCY_INVENTORY_UNAVAILABLE

Severity: Info

Description: Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

Recommendation: Review and remediate the identified issue.


Scored using ToolTrust methodology · Raw JSON report