Raw scan report

Openproject — 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": "@crunchymonkies/mcp-openproject",
    "source": {
      "kind": "package",
      "origin": "@crunchymonkies/mcp-openproject"
    },
    "server": {
      "name": "@crunchymonkies/mcp-openproject"
    }
  },
  "grade": "A",
  "score": {
    "score": 95,
    "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": "none",
        "label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
        "appliedPenalty": 2
      },
      {
        "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 (91 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 \"delete_file_link\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"delete_file_link\" can write, overwrite or delete files (keyword \"delete_file\" 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": "delete_file_link"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"delete_file_link\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"delete_file_link\" 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": "delete_file_link"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"@crunchymonkies/mcp-openproject\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
      "remediation": "Prefer packages that link to public, reviewable source.",
      "location": {
        "kind": "package",
        "name": "@crunchymonkies/mcp-openproject"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_activities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_server_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_custom_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_custom_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_days",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_week_days",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_non_working_days",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_file_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_file_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_file_link",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"delete_file\" in tool name"
        ]
      }
    },
    {
      "tool": "list_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "weekly_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "log_decision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_memberships",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_membership",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_statuses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_priorities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notifications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_notification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mark_notification_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_principals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_queries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_relations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_relation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_relation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_relation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_revisions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_revision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_work_package_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_time_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_time_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_work_packages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_work_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_work_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_work_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_work_package_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_work_package",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "5c64ded3f486cc7bbf754065975920496173b31c88b94e7eb74f92bf75782d8f",
  "stats": {
    "tools": 91,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 1,
      "info": 1
    }
  }
}