Raw scan report

Memoryrelay — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.9.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "@memoryrelay/mcp-server",
    "source": {
      "kind": "package",
      "origin": "@memoryrelay/mcp-server"
    },
    "server": {
      "name": "@memoryrelay/mcp-server"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "can send data / act on an external service"
    ],
    "tags": [
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (44 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"memory_store_async\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"memory_store_async\" takes a URL/host parameter \"webhook_url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
      "remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
      "location": {
        "kind": "tool",
        "name": "memory_store_async",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "memory_store",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "entity_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "entity_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "entity_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "entity_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_batch_store",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_add_relationship",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_dependents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_related",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_impact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_shared_patterns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "session_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "session_end",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "session_recall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "session_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "decision_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "decision_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "decision_supersede",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "decision_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pattern_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pattern_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pattern_adopt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pattern_suggest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_promote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_store_async",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "memory_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "context_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_forget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "memory_recall",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "8ffcf37ec7d042067ffe3b9adac4809159adc32d05d61c8403f29f178be7a5be",
  "stats": {
    "tools": 44,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}