Raw scan report

Redmine Pm — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "redmine-pm-mcp",
    "source": {
      "kind": "package",
      "origin": "redmine-pm-mcp"
    },
    "server": {
      "name": "redmine-pm-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 send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)"
    ],
    "tags": [
      "external-sink",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (64 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-004",
      "title": "Sensitive-source and external-sink co-exist",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tools that read sensitive data ([redmine_project_files_list]) and tools that can send data out ([redmine_upload_file]) are exposed together. An agent can move private data to the sink.",
      "remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
      "location": {
        "kind": "flow",
        "name": "redmine_project_files_list → redmine_upload_file"
      },
      "evidence": "sources [redmine_project_files_list] → sinks [redmine_upload_file]",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "sources": [
          "redmine_project_files_list"
        ],
        "sinks": [
          "redmine_upload_file"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "redmine_project_files_list"
      ],
      "externalSink": [
        "redmine_upload_file"
      ],
      "selfContained": false,
      "path": [
        "redmine_project_files_list",
        "redmine_upload_file"
      ],
      "pathWired": false,
      "description": "A sensitive-source → external-sink chain exists: redmine_project_files_list → redmine_upload_file."
    }
  ],
  "capabilities": [
    {
      "tool": "redmine_issues_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_relations_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_relation_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_relation_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_watcher_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_watcher_remove",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_journals_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_projects_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_archive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_unarchive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_project_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_memberships_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_membership_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_membership_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_membership_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_versions_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_version_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_version_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_version_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_version_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_categories_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_category_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_category_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_category_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_category_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_users_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_user_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_my_account_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_groups_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_user_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_group_user_remove",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_issue_statuses_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_trackers_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_enumerations_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_roles_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_role_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_custom_fields_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_queries_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_time_entries_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_time_entry_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_time_entry_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_time_entry_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_time_entry_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_wiki_pages_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_wiki_page_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_wiki_page_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_wiki_page_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_attachment_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_attachment_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_upload_file",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"upload_file\""
        ]
      }
    },
    {
      "tool": "redmine_project_files_list",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "redmine_news_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redmine_search",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "d6f597ddf5bf984237d6eb95222425c29d41da704d038823a09e2f87a061b3f6",
  "stats": {
    "tools": 64,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}