Raw scan report

Line Oa Mcp Ultimate — 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": "line-oa-mcp-ultimate",
    "source": {
      "kind": "package",
      "origin": "line-oa-mcp-ultimate"
    },
    "server": {
      "name": "line-oa-mcp-ultimate"
    }
  },
  "grade": "A",
  "score": {
    "score": 94,
    "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": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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 send data / act on an external service",
      "can execute shell commands or code"
    ],
    "tags": [
      "external-sink",
      "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 (51 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 (dist/imagehost/providers/local-tunnel.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/imagehost/providers/local-tunnel.js:27`): 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": "dist/imagehost/providers/local-tunnel.js"
      },
      "evidence": "spawnSync } from \"node:child_process\"; import { createHash, randomBytes } from \"node:crypto\"; import { Resolver } from",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/imagehost/providers/local-tunnel.js",
        "line": 27,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([line_get_message_stats, line_get_order, line_get_user_profile]) co-exist with external-action tools ([line_build_audience_from_engagement, line_design_card, line_design_flex, line_design_imagemap, line_estimate_send_cost, line_find_sticker, line_get_coupon_stats, line_get_message_stats, line_list_orders, line_manage_coupon, line_send_message, line_set_webhook_endpoint, line_test_webhook]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
      "remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
      "location": {
        "kind": "flow",
        "name": "line_get_message_stats → line_build_audience_from_engagement"
      },
      "evidence": "untrusted [line_get_message_stats, line_get_order, line_get_user_profile] → sinks [line_build_audience_from_engagement, line_design_card, line_design_flex, line",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "line_get_message_stats",
          "line_get_order",
          "line_get_user_profile"
        ],
        "sinks": [
          "line_build_audience_from_engagement",
          "line_design_card",
          "line_design_flex",
          "line_design_imagemap",
          "line_estimate_send_cost",
          "line_find_sticker",
          "line_get_coupon_stats",
          "line_get_message_stats",
          "line_list_orders",
          "line_manage_coupon",
          "line_send_message",
          "line_set_webhook_endpoint",
          "line_test_webhook"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "line_get_message_stats",
        "line_get_order",
        "line_get_user_profile"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "line_build_audience_from_engagement",
        "line_design_card",
        "line_design_flex",
        "line_design_imagemap",
        "line_estimate_send_cost",
        "line_find_sticker",
        "line_get_coupon_stats",
        "line_get_message_stats",
        "line_list_orders",
        "line_manage_coupon",
        "line_send_message",
        "line_set_webhook_endpoint",
        "line_test_webhook"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "line_audit_user_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_build_audience_from_csv",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_build_audience_from_engagement",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_build_rich_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_cancel_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_check_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_create_checkout_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_create_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_delete_audience",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_delete_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_delete_rich_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_design_card",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_design_flex",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_design_imagemap",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_design_rich_menu_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_estimate_send_cost",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_find_sticker",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_fulfill_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_get_coupon_stats",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "line_get_message_stats",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ],
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_get_narrowcast_progress",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_get_oa_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_get_oa_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_get_order",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "line_get_settlement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_get_user_profile",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "line_image_host_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_link_rich_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_list_audiences",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_list_followers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_list_oas",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_list_orders",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "line_list_products",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_list_rich_menus",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_manage_coupon",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_manage_inventory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_manage_liff_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_manage_product_variant",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_manage_rich_menu_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_prepare_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_run_on_many_oas",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "line_set_default_rich_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_set_product_visibility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_set_webhook_endpoint",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "line_test_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "line_update_audience",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_update_product_price",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_update_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_upload_rich_menu_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "line_use_oa",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "9830531fe3c867a19accff0fecab9114769fb9453f1ef800f517761a801db161",
  "stats": {
    "tools": 51,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}