Raw scan report

Kanban Lite — 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": "kanban-lite",
    "source": {
      "kind": "package",
      "origin": "kanban-lite"
    },
    "server": {
      "name": "kanban-lite"
    }
  },
  "grade": "A",
  "score": {
    "score": 93,
    "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": "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.13"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "can send data / act on an external service",
      "can execute shell commands or code"
    ],
    "tags": [
      "external-sink",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (52 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-001",
      "title": "Dynamic code execution in server code (dist/cli.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/cli.js:11261`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/cli.js"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/cli.js",
        "line": 11261,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/extension.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/extension.js:5974`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/extension.js"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/extension.js",
        "line": 5974,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/mcp-server.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/mcp-server.js:5974`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/mcp-server.js"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/mcp-server.js",
        "line": 5974,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/sdk/index.cjs)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/sdk/index.cjs:5974`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/sdk/index.cjs"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/sdk/index.cjs",
        "line": 5974,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/sdk/index.mjs)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/sdk/index.mjs:5979`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/sdk/index.mjs"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/sdk/index.mjs",
        "line": 5979,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/standalone-webview/jsonforms-vendor-Dc94wgf1.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/standalone-webview/jsonforms-vendor-Dc94wgf1.js:5`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/standalone-webview/jsonforms-vendor-Dc94wgf1.js"
      },
      "evidence": "e.process(u,e));const g=new Function(`${ct.default.self}`,`${ct.default.scope}`,u)(this,this.scope.get());if(this.scope.",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/standalone-webview/jsonforms-vendor-Dc94wgf1.js",
        "line": 5,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (dist/standalone.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/standalone.js:9683`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/standalone.js"
      },
      "evidence": "const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); const v",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "dist/standalone.js",
        "line": 9683,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/cli.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/cli.js:27803`): 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/cli.js"
      },
      "evidence": "= __toESM(require(\"node:child_process\")); init_types2(); init_plugins2(); PLUGIN_SETTINGS_REDACTION_TARGETS",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/cli.js",
        "line": 27803,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/extension.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/extension.js:32187`): 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/extension.js"
      },
      "evidence": "= __toESM(require(\"node:child_process\")); var PLUGIN_SETTINGS_REDACTION_TARGETS = [\"read\", \"list\", \"error\"]; var DEFAULT",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/extension.js",
        "line": 32187,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/mcp-server.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/mcp-server.js:28532`): 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/mcp-server.js"
      },
      "evidence": "= __toESM(require(\"node:child_process\")); var PLUGIN_SETTINGS_REDACTION_TARGETS = [\"read\", \"list\", \"error\"]; var DEFAULT",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/mcp-server.js",
        "line": 28532,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/sdk/index.cjs)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/sdk/index.cjs:28589`): 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/sdk/index.cjs"
      },
      "evidence": "= __toESM(require(\"node:child_process\")); var PLUGIN_SETTINGS_REDACTION_TARGETS = [\"read\", \"list\", \"error\"]; var DEFAULT",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/sdk/index.cjs",
        "line": 28589,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/sdk/index.mjs)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/sdk/index.mjs:28487`): 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/sdk/index.mjs"
      },
      "evidence": "childProcess from \"node:child_process\"; var PLUGIN_SETTINGS_REDACTION_TARGETS = [\"read\", \"list\", \"error\"]; var DEFAULT_P",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/sdk/index.mjs",
        "line": 28487,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/standalone.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/standalone.js:21354`): 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/standalone.js"
      },
      "evidence": "e_process3, import_node_child_process, execFileAsync; var init_default_browser_id = __esm({ \"../../node_modules/.pnpm/",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/standalone.js",
        "line": 21354,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/sdk/plugin-settings.ts)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/sdk/plugin-settings.ts:8`): 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": "src/sdk/plugin-settings.ts"
      },
      "evidence": "childProcess from 'node:child_process' import type { PluginSettingsErrorPayload, PluginSettingsInstallRequest, Plu",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/sdk/plugin-settings.ts",
        "line": 8,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (e2e/fixture.ts)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`e2e/fixture.ts:3`): 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": "e2e/fixture.ts"
      },
      "evidence": "essByStdio } from 'node:child_process' import type { Readable } from 'node:stream' import { test as base, expect } from",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "e2e/fixture.ts",
        "line": 3,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (src/cli/index.test.ts)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/cli/index.test.ts:4`): 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": "src/cli/index.test.ts"
      },
      "evidence": "{ execFile } from 'node:child_process' import type { ExecFileException } from 'node:child_process' import { promisify }",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/cli/index.test.ts",
        "line": 4,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (src/worker/cloudflare-resources-script.test.ts)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/worker/cloudflare-resources-script.test.ts: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": "src/worker/cloudflare-resources-script.test.ts"
      },
      "evidence": "n(), })) vi.mock('node:child_process', () => ({ spawnSync: spawnSyncMock, })) const __filename = fileURLToPath(impor",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/worker/cloudflare-resources-script.test.ts",
        "line": 9,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SRC-005",
      "title": "Dynamic module load from a non-literal in packaging/dev tooling (src/worker/deploy-cloudflare-worker-script.test.ts)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/worker/deploy-cloudflare-worker-script.test.ts:63`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "src/worker/deploy-cloudflare-worker-script.test.ts"
      },
      "evidence": "ise<void> }> { return import(deployScriptPath) } function createTempDir(): string { const tempDir = fs.mkdtempSync(",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "src/worker/deploy-cloudflare-worker-script.test.ts",
        "line": 63,
        "nonRuntime": true
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_boards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_board",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_board",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_board",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transfer_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_board_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_board_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_board_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "trigger_board_action",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "list_board_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_board_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_board_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_active_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_card_form",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "permanent_delete_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "trigger_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stream_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reorder_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_minimized_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cleanup_column",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_available_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_auth_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_workspace_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_storage_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "migrate_to_sqlite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "migrate_to_markdown",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "1c14c7c9d29e771afbd2c85eb0ff66d0372687847f8ab25a2873f12658b21add",
  "stats": {
    "tools": 52,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 14,
      "medium": 0,
      "low": 4,
      "info": 0
    }
  }
}