-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Found via SkillFence automated scan.
Finding 1: MCPConnection.ts — TLS verification disabled, allowing MITM attacks on MCP server connections.
Finding 2: MCPOauth.ts — Authentication disabled pattern detected.
Impact: MCP connections without TLS verification can be intercepted, potentially allowing tool poisoning attacks.
Recommendation:
- Enable TLS verification by default
- Require auth for all MCP connections
- Add certificate pinning for known MCP servers
Scan: npx skillfence scan . (Verdict: BLOCK, 82 critical, 64 high)
Responsible disclosure via automated security scanning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Projects
Status
Todo