Raw scan report

Redmine Mcp Workflows — 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": "redmine-mcp-workflows",
    "source": {
      "kind": "package",
      "origin": "redmine-mcp-workflows"
    },
    "server": {
      "name": "redmine-mcp-workflows"
    }
  },
  "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": [
      "external-sink",
      "untrusted-input",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (81 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: redmine_download_attachment → redmine_list_project_files → redmine_bulk_create_issues. 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": "redmine_download_attachment → redmine_list_project_files → redmine_bulk_create_issues"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "redmine_get_issue",
          "redmine_download_attachment",
          "redmine_get_wiki_page",
          "redmine_get_version",
          "redmine_get_group",
          "redmine_get_role",
          "redmine_get_user"
        ],
        "sources": [
          "redmine_list_project_files"
        ],
        "sinks": [
          "redmine_invalidate_cache",
          "redmine_create_issue",
          "redmine_bulk_create_issues",
          "redmine_create_issue_category"
        ],
        "path": [
          "redmine_download_attachment",
          "redmine_list_project_files",
          "redmine_bulk_create_issues"
        ],
        "edges": [
          {
            "from": "redmine_download_attachment",
            "to": "redmine_list_project_files",
            "kind": "agent-mediated"
          },
          {
            "from": "redmine_list_project_files",
            "to": "redmine_bulk_create_issues",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "redmine_get_issue",
        "redmine_download_attachment",
        "redmine_get_wiki_page",
        "redmine_get_version",
        "redmine_get_group",
        "redmine_get_role",
        "redmine_get_user"
      ],
      "sensitiveSource": [
        "redmine_list_project_files"
      ],
      "externalSink": [
        "redmine_invalidate_cache",
        "redmine_create_issue",
        "redmine_bulk_create_issues",
        "redmine_create_issue_category"
      ],
      "selfContained": false,
      "path": [
        "redmine_download_attachment",
        "redmine_list_project_files",
        "redmine_bulk_create_issues"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: redmine_download_attachment → redmine_list_project_files → redmine_bulk_create_issues."
    }
  ],
  "capabilities": [
    {
      "tool": "redmine_list_trackers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_describe_tracker",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_describe_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_archive_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_unarchive_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_invalidate_cache",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_request\""
        ]
      }
    },
    {
      "tool": "redmine_get_issue",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_create_issue",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"create_issue\""
        ]
      }
    },
    {
      "tool": "redmine_update_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_close_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_search_issues",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_journals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_journal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_upload_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_download_attachment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "redmine_create_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_time_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_add_watcher",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_remove_watcher",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_watchers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_wiki_page",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_create_wiki_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_wiki_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_wiki_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_relations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_add_relation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_remove_relation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_set_parent_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_bulk_create_issues",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"create_issue\""
        ]
      }
    },
    {
      "tool": "redmine_bulk_update_issues",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_bulk_close",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_version",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_create_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_assign_issue_to_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_messages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_boards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_create_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_reply_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_create_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_memberships",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_add_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_remove_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_group",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_create_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_update_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_add_group_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_remove_group_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_issue_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_create_issue_category",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"create_issue\""
        ]
      }
    },
    {
      "tool": "redmine_update_issue_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_delete_issue_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_enumerations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_role",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_list_issue_statuses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_custom_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_queries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_list_project_files",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "redmine_upload_project_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_get_user",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "redmine_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_request",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "7ffb12dca8abfd3757a6e09ef972b56bec32077832cac95af2855824421cd8a8",
  "stats": {
    "tools": 81,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}