Raw scan report

Clockwork — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.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.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "clockwork-mcp",
    "source": {
      "kind": "package",
      "origin": "clockwork-mcp"
    },
    "server": {
      "name": "clockwork-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 94,
    "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": "high",
        "label": "capability blast radius (high) — client exposure if the model is manipulated",
        "appliedPenalty": 6
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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.13"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "can execute shell commands or code"
    ],
    "tags": [
      "sensitive-source",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (38 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-SRC-002",
      "title": "Shell/command execution in server code (dist/index.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/index.js:9`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/index.js"
      },
      "evidence": "port { execSync } from \"child_process\"; function detectSqliteStorage(projectPath, options = {}) { try { const phpC",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/index.js",
        "line": 9,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_requests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_latest_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_requests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_queries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_slow_queries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_n_plus_one",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_query_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_performance_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_timeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_requests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_operations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_redis_commands",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_logs",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "get_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_http_requests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_commands",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_command",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_clockwork_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "explain_request_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_call_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_query_stack_trace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_log_stack_trace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xdebug_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xdebug_hotspots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_queue_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_queue_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_auth_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_session_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_middleware_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_route_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_exceptions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_route_performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_memory_issues",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "e2b8edcaa064f769cf5cec3ed521faa43b73e0c2b81434cc66b149b49be257bb",
  "stats": {
    "tools": 38,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}