Raw scan report

Mac Claw — 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": "@mac-claw/mcp",
    "source": {
      "kind": "package",
      "origin": "@mac-claw/mcp"
    },
    "server": {
      "name": "@mac-claw/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.13"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "can execute shell commands or code"
    ],
    "tags": [
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (62 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-001",
      "title": "Tool \"inspect_submit\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"inspect_submit\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
      "remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
      "location": {
        "kind": "tool",
        "name": "inspect_submit"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-006",
      "title": "Unconstrained command parameter \"command_log\" on \"inspect_submit\"",
      "category": "permissions",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"inspect_submit\" takes a command-shaped parameter \"command_log\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
      "remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
      "location": {
        "kind": "tool",
        "name": "inspect_submit",
        "field": "inputSchema.properties.command_log"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "param": "command_log"
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"inspect_submit\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"inspect_submit\" 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": "inspect_submit"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "items_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_publish",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "items_self_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "market_price_range",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "market_recent_sales",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "market_price_suggest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "market_retail_compare",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "market_demand_score",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkout_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkout_setup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkout_agent_pay",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkout_payment_methods",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transactions_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transactions_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transactions_ship",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transactions_dispute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "messages_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "messages_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_me",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_update_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_register_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "social_like",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "social_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "social_follow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reviews_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reviews_post",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "watch_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "watch_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "watch_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "watch_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "watch_matches",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inspect_submit",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "parameter \"command\""
        ]
      }
    },
    {
      "tool": "inspect_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inspect_challenge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "notifications_broadcast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "notifications_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "notifications_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "notifications_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_upgrade_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "payment_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "payment_refund",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "connect_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "connect_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "specs_chip_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "specs_chip_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "specs_device_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stats_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "negotiate_offer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "negotiate_respond",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "negotiate_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "jpyc_checkout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "jpyc_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "jpyc_payout_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "jpyc_wallet_register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "jpyc_balance",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "f633cede72f826d23973823b5ad6ab26ead84d03ff566f43d34be0da6d6a08e0",
  "stats": {
    "tools": 62,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 1,
      "low": 1,
      "info": 0
    }
  }
}