Last Updated: July 10, 2026
MetaMesh-UGA operates a strict Zero Trust model for third-party Model Context Protocol (MCP) servers. We treat all indexed servers as non-trusted by default until validated, scanned, and ranked by our automated control plane.
Our Trust Engine computes a score between 0.0 and 1.0 for each server daily based on these weighted components:
Every server is scanned for dependencies, CVE vulnerabilities, and malware. We run a normalized security score:
Servers with a security score below 0.5 are placed in quarantine and execution is blocked by default.
Our Data Plane applies DNS pinning and egress proxy filtering to prevent Server-Side Request Forgery (SSRF). Any tool attempt to request metadata endpoints (e.g., `169.254.169.254`), localhost, or private networks (RFC1918) is blocked instantly and triggers a security alert.
Our vulnerability disclosure policy is published at /.well-known/security.txt. Report any security issues to [email protected].