Raw scan report

Karea — 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": "karea-mcp",
    "source": {
      "kind": "package",
      "origin": "karea-mcp"
    },
    "server": {
      "name": "karea-mcp"
    }
  },
  "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.13"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "can create, modify or delete files"
    ],
    "tags": [
      "file-write"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (50 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-002",
      "title": "Tool \"karea_unlink_resource_from_task\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"karea_unlink_resource_from_task\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
      "remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_resource_from_task"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"karea_unlink_session\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"karea_unlink_session\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
      "remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_session"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"karea_unlink_jira\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"karea_unlink_jira\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
      "remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_jira"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"karea_unlink_resource_from_task\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"karea_unlink_resource_from_task\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
      "remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_resource_from_task"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"karea_unlink_session\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"karea_unlink_session\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
      "remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_session"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"karea_unlink_jira\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"karea_unlink_jira\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
      "remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
      "location": {
        "kind": "tool",
        "name": "karea_unlink_jira"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "karea_list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_edit_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_close_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_quick_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_doing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_view_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_view_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_done",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_share_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_ask",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_recap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_get_markdown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_set_markdown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_get_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_set_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_list_questions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_question",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_answer_question",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_edit_question",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_question",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_list_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_get_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_update_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_upload_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_link_resource_to_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_unlink_resource_from_task",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    },
    {
      "tool": "karea_list_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_link_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_list_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_unlink_session",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    },
    {
      "tool": "karea_add_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_edit_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_create_subtask",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_list_subtasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_add_requisite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_toggle_requisite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_delete_requisite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_get_jira_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_link_jira",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "karea_unlink_jira",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    }
  ],
  "surfaceDigest": "76b9793c3daaa0e8412122ca03013b5b8ccded0f0da2081f45e80a79171328bf",
  "stats": {
    "tools": 50,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 3,
      "low": 3,
      "info": 0
    }
  }
}