Raw scan report

Tick — 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": "tick-mcp",
    "source": {
      "kind": "package",
      "origin": "tick-mcp"
    },
    "server": {
      "name": "tick-mcp"
    }
  },
  "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.9"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "can execute shell commands or code"
    ],
    "tags": [
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (71 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 (src/tick_mcp/config.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/tick_mcp/config.py:247`): 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/tick_mcp/config.py"
      },
      "evidence": "try: result = subprocess.run( [\"zsh\", \"-l\", \"-c\", f'printf \"%s\" \"${{{key}}}\"'], captur",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/tick_mcp/config.py",
        "line": 247,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_project_folders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_project_folders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_habits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_habit_sections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "habit_checkin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habit_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_completed_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_deleted_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workspace_map",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_folders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_agenda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tasks_of_today",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "events_of_today",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "week_overview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "week_agenda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upcoming_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "overdue_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stale_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "priority_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_query_presets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_query_preset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_query_preset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_query_preset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_task_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_focus_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_productivity_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "full_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "merge_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_create_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_update_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_delete_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_subtask_parent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reopen_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ticktick_guide",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_v2_availability",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "build_recurrence_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "build_reminder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_subtask",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verified_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verified_set_subtask_parent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verified_move_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verified_batch_move",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verified_assign_project_folder",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a42549e07cd3930ce65d679cfdcac0e8049ef5536f2d004a103fc276750a4026",
  "stats": {
    "tools": 71,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}