Raw scan report

Scrumdo — 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": "scrumdo-mcp",
    "source": {
      "kind": "package",
      "origin": "scrumdo-mcp"
    },
    "server": {
      "name": "scrumdo-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": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
    ],
    "tags": [
      "untrusted-input",
      "sensitive-source",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (132 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-FLOW-002",
      "title": "Completed toxic-flow trifecta across tools",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "This server (without client built-ins) exposes a complete data-exfiltration chain: get_agent_run → update_loop_state → create_webhook. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
      "remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
      "location": {
        "kind": "flow",
        "name": "get_agent_run → update_loop_state → create_webhook"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "get_agent_run",
          "get_board",
          "get_loop_status",
          "notification_counts"
        ],
        "sources": [
          "update_loop_state"
        ],
        "sinks": [
          "create_webhook",
          "delete_webhook"
        ],
        "path": [
          "get_agent_run",
          "update_loop_state",
          "create_webhook"
        ],
        "edges": [
          {
            "from": "get_agent_run",
            "to": "update_loop_state",
            "kind": "agent-mediated"
          },
          {
            "from": "update_loop_state",
            "to": "create_webhook",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "get_agent_run",
        "get_board",
        "get_loop_status",
        "notification_counts"
      ],
      "sensitiveSource": [
        "update_loop_state"
      ],
      "externalSink": [
        "create_webhook",
        "delete_webhook"
      ],
      "selfContained": false,
      "path": [
        "get_agent_run",
        "update_loop_state",
        "create_webhook"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: get_agent_run → update_loop_state → create_webhook."
    }
  ],
  "capabilities": [
    {
      "tool": "log_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_activity_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_workspace_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_agent_run",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_agent_run",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "approve_agent_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_proof",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "request_agent_replan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_run",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "list_agent_runs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "report_agent_progress",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_identity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_agent_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_blockers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "block_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unblock_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_boards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_board",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "get_board_cells",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_iterations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_epics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_milestones",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "card_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_card_to_iteration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_card_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "archive_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "assign_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_card_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_card_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card_cockpit_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_effective_governance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mcp_capabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_cockpit_chat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "draft_spec_from_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cockpit_help",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "invoke_cockpit_command",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "research_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_card_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tasks_from_spec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_card_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_custom_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_card_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_card_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_card_github_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_github_pr",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_github_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_github_commit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_github_repos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_spec_drift",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_behavior_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_spec_complexity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_velocity_forecast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_loop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_loop_status",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "list_active_loops",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pause_loop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resume_loop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_loop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_loop_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_loop_state",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_keys\""
        ]
      }
    },
    {
      "tool": "get_verification_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_verification_loop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "log_loop_step",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attach_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "route_to_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_verifier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_skills",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "load_skill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_handoff_brief",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_blackboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "post_blackboard_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "promote_blackboard_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "drop_blackboard_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_card_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_room_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_room_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "curate_room_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_distiller",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_memory_disputes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_memory_dispute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notifications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "notification_counts",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "mark_notification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mark_all_notifications_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wait_for_notifications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_cards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_by_field_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_card_spec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_card_spec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_spec_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "patch_card_spec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_card_spec_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_card_spec_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restore_spec_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_spec_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_spec_proposals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_spec_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_spec_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "request_spec_proposal_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revise_spec_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_decision_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_spec_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "preview_spec_decision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attest_spec_understood",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reopen_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_time_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "log_time",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_webhooks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "fb7e8247c53e5d6d2444ad8c1760b5cbcfc13bdf84205c442de0e086d0411d4b",
  "stats": {
    "tools": 132,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}