Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.74 KB

File metadata and controls

69 lines (47 loc) · 1.74 KB

🟡 mcp-client-server

An MCP Server that's also an MCP Client. Useful for letting Claude develop and test MCPs without needing to reset the application.

Field Value
Grade B
Risk Score 17
Version 0.1.0
Vendor willccbb
Stars ⭐ 124
npm Package mcp-test-client
npm Downloads (30d) 5.3k
Language TypeScript
Source mcp-client-server
Scan Date 2026-05-06
Scanner tooltrust-scanner/v0.3.9

Findings Summary

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

Detailed Findings

🟠 🔑 AS-002 — Excessive Permission Surface

Severity: High

Description: tool declares network permission

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-002 — Excessive Permission Surface

Severity: Low

Description: tool declares http permission

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-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