Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 2.9 KB

File metadata and controls

105 lines (68 loc) · 2.9 KB

🟢 bradleygolden-hexdocs-mcp

Semantic search for Hex documentation, right in your editor ✨

Field Value
Grade A
Risk Score 2
Version 0.6.0
Vendor bradleygolden
Stars ⭐ 66
npm Package hexdocs-mcp
npm Downloads (30d) 342
Language Elixir
Source bradleygolden-hexdocs-mcp
Scan Date 2026-06-22
Scanner tooltrust-scanner/v0.3.19

Findings Summary

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

Detailed Findings

⚪ 🔑 AS-002 — Excessive Permission Surface

Severity: Info

Description: declared capabilities: network access, database 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: No metadata.dependencies or repo_url were exposed by this MCP server, and no local project manifest could be inferred from the launch command.

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: No metadata.dependencies or repo_url were exposed by this MCP server, and no local project manifest could be inferred from the launch command.

Recommendation: Review and remediate the identified issue.


Scored using ToolTrust methodology · Raw JSON report