Raw scan report

Qingflow App User — 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": "@josephyan/qingflow-app-user-mcp",
    "source": {
      "kind": "package",
      "origin": "@josephyan/qingflow-app-user-mcp"
    },
    "server": {
      "name": "@josephyan/qingflow-app-user-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 91,
    "threatScore": 99,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 1.2,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-SUP-010",
        "category": "supply-chain",
        "severity": "low",
        "confidence": "heuristic",
        "rawWeight": 3,
        "confidenceMult": 0.4,
        "diminishingFactor": 1,
        "appliedPenalty": 1.2
      },
      {
        "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": "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": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can execute shell commands or code"
    ],
    "tags": [
      "untrusted-input",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (129 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 (npm/lib/runtime.mjs)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`npm/lib/runtime.mjs:3`): 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": "npm/lib/runtime.mjs"
      },
      "evidence": "spawnSync } from \"node:child_process\"; import { fileURLToPath } from \"node:url\"; const WINDOWS = process.platform ===",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "npm/lib/runtime.mjs",
        "line": 3,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-010",
      "title": "Package runs install-time scripts (postinstall)",
      "category": "supply-chain",
      "severity": "low",
      "confidence": "heuristic",
      "description": "\"@josephyan/qingflow-app-user-mcp\" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.",
      "remediation": "Review the scripts; install with --ignore-scripts where possible and vet what they do.",
      "location": {
        "kind": "package",
        "name": "@josephyan/qingflow-app-user-mcp"
      },
      "evidence": "node ./npm/scripts/postinstall.mjs",
      "owasp": "LLM03:2025 Supply Chain",
      "references": [
        "https://github.com/ossf/package-analysis",
        "https://owasp.org/www-project-top-10-ci-cd-security-risks/"
      ],
      "data": {
        "scripts": [
          "postinstall"
        ]
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"@josephyan/qingflow-app-user-mcp\" 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": "@josephyan/qingflow-app-user-mcp"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "auth_use_credential",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auth_whoami",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auth_logout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workspace_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workspace_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "file_upload_local",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "feedback_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "builder_tool_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workspace_icon_catalog_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_install",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "member_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "role_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "role_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_release_edit_lock_if_mine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_resolve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "button_style_catalog_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_custom_buttons_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_associated_resources_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_repair_code_blocks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_layout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_charts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_buttons",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_associated_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "chart_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_schema_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_layout_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_flow_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_flow_get_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_flow_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_views_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_charts_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_publish_verify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_export_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_export_status_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_export_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_export_direct",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "workspace_select",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "file_get_upload_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_base",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_form_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_get_edit_version_no",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_edit_finished",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "app_publish",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_comment_write",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_comment_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_comment_mentions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_comment_mark_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_rollback_candidates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_transfer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_transfer_candidates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_code_block_schema_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_internal_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_all_internal_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_internal_departments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_all_departments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_sub_departments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_list_external_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "directory_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_schema_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_template_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_verify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_repair_local",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "record_import_status_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_list_published",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_list_draft_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_list_draft_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_get_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_get_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_set_visible",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_publish",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigation_reorder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_get_base",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_get_base_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "portal_publish",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_get_base",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_get_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_get_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_reorder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_list_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "qingbi_report_list_field_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_design_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_app_from_requirements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_app_flow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_schema_example",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_analytics_portal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_navigation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "solution_build_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_facets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_mark_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_mark_all_cc_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "task_urge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_list_flat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_get_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_get_base_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_list_questions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_list_associations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_board_get_lane_base_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_get_future_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_get_workflow_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workflow_get_future_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workflow_get_future_nodes_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "workspace_set_plugin_status",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "3eb22a534e9653e8d16d51522ca4f8584d89212c150b5d9c34774cf899842c51",
  "stats": {
    "tools": 129,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 1,
      "info": 1
    }
  }
}