Raw scan report

Simctl — 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": "simctl-mcp",
    "source": {
      "kind": "package",
      "origin": "simctl-mcp"
    },
    "server": {
      "name": "simctl-mcp"
    }
  },
  "grade": "B",
  "score": {
    "score": 86,
    "threatScore": 91,
    "grade": "B",
    "band": "B",
    "categorySubtotals": {
      "injection": 9.45,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-SCHEMA-1",
        "category": "injection",
        "severity": "medium",
        "confidence": "strong",
        "rawWeight": 9,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 6.3
      },
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-SCHEMA-1",
        "category": "injection",
        "severity": "medium",
        "confidence": "strong",
        "rawWeight": 9,
        "confidenceMult": 0.7,
        "diminishingFactor": 0.5,
        "appliedPenalty": 3.15
      },
      {
        "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": [
      "reads sensitive or local data"
    ],
    "tags": [
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (29 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-INJ-SCHEMA-1",
      "title": "Description names a credential store the tool cannot reach",
      "category": "injection",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"add_root_certificate\" describes a credential store (SSH keys, cloud credentials, a keychain or an equivalent) that nothing in its input schema can address. A tool's interface is the honest statement of what it touches; prose that reaches past it is addressed to the model, not to a reader.",
      "remediation": "Remove the reference, or expose the target as an explicit, validated parameter so the client can see and consent to what the tool reads.",
      "location": {
        "kind": "tool",
        "name": "add_root_certificate",
        "field": "description"
      },
      "evidence": "keychain",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {}
    },
    {
      "ruleId": "MTC-INJ-SCHEMA-1",
      "title": "Description names a credential store the tool cannot reach",
      "category": "injection",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"add_certificate\" describes a credential store (SSH keys, cloud credentials, a keychain or an equivalent) that nothing in its input schema can address. A tool's interface is the honest statement of what it touches; prose that reaches past it is addressed to the model, not to a reader.",
      "remediation": "Remove the reference, or expose the target as an explicit, validated parameter so the client can see and consent to what the tool reads.",
      "location": {
        "kind": "tool",
        "name": "add_certificate",
        "field": "description"
      },
      "evidence": "keychain",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {}
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"simctl-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": "simctl-mcp"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "create_device",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_device",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "boot_device",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "shutdown_device",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_env",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_env\""
        ]
      }
    },
    {
      "tool": "open_url",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "install_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "uninstall_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_app_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "launch_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "terminate_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_devices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_device_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_runtimes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_app_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_appearance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_appearance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "push_notification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "grant_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reset_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_root_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reset_keychain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screenshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_apps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_pasteboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_pasteboard",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "9f54e8ee4b2e94f478017c953233812078131e35366f2536623ea8c8787d5f3b",
  "stats": {
    "tools": 29,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 1
    }
  }
}