Raw scan report

Deepadb — 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": "deepadb",
    "source": {
      "kind": "package",
      "origin": "deepadb"
    },
    "server": {
      "name": "deepadb"
    }
  },
  "grade": "A",
  "score": {
    "score": 91,
    "threatScore": 99,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 1.2,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-CMD-1",
        "category": "injection",
        "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": [
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "can execute shell commands or code"
    ],
    "tags": [
      "sensitive-source",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 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-FLOW-004",
      "title": "Sensitive-source and external-sink co-exist",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tools that read sensitive data ([adb_a11y_tree, adb_carrier_config, adb_heap_dump, adb_ls, adb_notifications, adb_list_permissions, adb_ui_dump]) and tools that can send data out ([adb_multi_shell, adb_qemu_guest_shell, adb_shell, adb_root_shell]) are exposed together. An agent can move private data to the sink.",
      "remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
      "location": {
        "kind": "flow",
        "name": "adb_a11y_tree → adb_multi_shell"
      },
      "evidence": "sources [adb_a11y_tree, adb_carrier_config, adb_heap_dump, adb_ls, adb_notifications, adb_list_permissions, adb_ui_dump] → sinks [adb_multi_shell, adb_qemu_gues",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "sources": [
          "adb_a11y_tree",
          "adb_carrier_config",
          "adb_heap_dump",
          "adb_ls",
          "adb_notifications",
          "adb_list_permissions",
          "adb_ui_dump"
        ],
        "sinks": [
          "adb_multi_shell",
          "adb_qemu_guest_shell",
          "adb_shell",
          "adb_root_shell"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"adb_multi_shell\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"adb_multi_shell\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). 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": "adb_multi_shell"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"adb_qemu_guest_shell\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"adb_qemu_guest_shell\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). 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": "adb_qemu_guest_shell"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"adb_shell\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"adb_shell\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). 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": "adb_shell"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"adb_root_shell\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"adb_root_shell\" appears to run shell commands or evaluate code (keyword \"shell\" in tool name). 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": "adb_root_shell"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/bridge/adb-bridge.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/bridge/adb-bridge.js:10`): 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": "build/bridge/adb-bridge.js"
      },
      "evidence": "execFile, spawn } from \"child_process\"; import { config } from \"../config/config.js\"; import { shellQuote } from \"../mid",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/bridge/adb-bridge.js",
        "line": 10,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/bridge/local-bridge.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/bridge/local-bridge.js:16`): 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": "build/bridge/local-bridge.js"
      },
      "evidence": "pawn, spawnSync } from \"child_process\"; import { existsSync } from \"fs\"; import { AdbBridge, AdbError } from \"./adb-brid",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/bridge/local-bridge.js",
        "line": 16,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/tools/device-farm.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/tools/device-farm.js:12`): 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": "build/tools/device-farm.js"
      },
      "evidence": "port { execFile } from \"child_process\"; import { OutputProcessor } from \"../middleware/output-processor.js\"; function ex",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/tools/device-farm.js",
        "line": 12,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/tools/emulator.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/tools/emulator.js:10`): 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": "build/tools/emulator.js"
      },
      "evidence": "execFile, spawn } from \"child_process\"; import { platform } from \"os\"; import { existsSync } from \"fs\"; import { OutputP",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/tools/emulator.js",
        "line": 10,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/tools/mirroring.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/tools/mirroring.js:15`): 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": "build/tools/mirroring.js"
      },
      "evidence": "spawn, execFile } from \"child_process\"; import { platform } from \"os\"; import { existsSync } from \"fs\"; import { isWithi",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/tools/mirroring.js",
        "line": 15,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/tools/qemu.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/tools/qemu.js:23`): 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": "build/tools/qemu.js"
      },
      "evidence": "pawn, spawnSync } from \"child_process\"; import { OutputProcessor } from \"../middleware/output-processor.js\"; import { is",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/tools/qemu.js",
        "line": 23,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-005",
      "title": "Dynamic module load from a non-literal (build/tools/plugins.js)",
      "category": "permissions",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "In the server's implementation (`build/tools/plugins.js:85`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "build/tools/plugins.js"
      },
      "evidence": "const mod = await import(moduleUrl); if (typeof mod.register === \"function\") { mod.reg",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "build/tools/plugins.js",
        "line": 85,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"adb_multi_shell\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"adb_multi_shell\" 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": "adb_multi_shell"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"adb_qemu_guest_shell\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"adb_qemu_guest_shell\" 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": "adb_qemu_guest_shell"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"adb_shell\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"adb_shell\" 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": "adb_shell"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"adb_root_shell\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"adb_root_shell\" 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": "adb_root_shell"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-INJ-CMD-1",
      "title": "Shell command embedded in tool metadata",
      "category": "injection",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Shell command embedded in tool metadata detected in the description of tool \"adb_rm\". Instruction-like content in tool metadata is executed by the model, not the human, and is the primary tool-poisoning vector.",
      "remediation": "Tool descriptions should describe behavior, not instruct the assistant. Treat imperative / secrecy / sequencing language in metadata as hostile.",
      "location": {
        "kind": "tool",
        "name": "adb_rm",
        "field": "description"
      },
      "evidence": "rm -rf",
      "owasp": "LLM01:2025 Prompt Injection",
      "data": {
        "kind": "command-in-prose"
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (build/tools/build.js)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`build/tools/build.js:7`): 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": "build/tools/build.js"
      },
      "evidence": "port { execFile } from \"child_process\"; import { existsSync } from \"fs\"; import { join } from \"path\"; import { platform",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/tools/build.js",
        "line": 7,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"deepadb\" 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": "deepadb"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "adb_a11y_tree",
        "adb_carrier_config",
        "adb_heap_dump",
        "adb_ls",
        "adb_notifications",
        "adb_list_permissions",
        "adb_ui_dump"
      ],
      "externalSink": [
        "adb_multi_shell",
        "adb_qemu_guest_shell",
        "adb_shell",
        "adb_root_shell"
      ],
      "selfContained": false,
      "path": [
        "adb_a11y_tree",
        "adb_multi_shell"
      ],
      "pathWired": false,
      "description": "A sensitive-source → external-sink chain exists: adb_a11y_tree → adb_multi_shell."
    }
  ],
  "capabilities": [
    {
      "tool": "adb_a11y_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_a11y_touch_targets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_a11y_tree",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_app_route_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_shannon_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_at_detect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_at_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_at_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_at_probe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_at_cross_validate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_baseband_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_cell_identity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_signal_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_neighboring_cells",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_carrier_config",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_modem_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_gradle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_build_and_install",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ci_wait_boot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ci_device_ready",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ci_run_tests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_airplane_mode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_wifi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_mobile_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screen",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_airplane_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_settings_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_settings_put",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_reboot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_sqlite_inspect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_farm_run",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_farm_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_farm_matrix",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_profile_detect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_profile_save",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_profile_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_devices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_device_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_getprop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_dumpsys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_telephony",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_battery",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_network",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_top",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_perf_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_bugreport",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_crash_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_heap_dump",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_avd_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_emulator_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_emulator_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_push",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_pull",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ls",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "adb_cat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_write",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_find",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_stat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_checksum",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_mkdir",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_rm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_move",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_copy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_chmod",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_touch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_fsinfo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_chown",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_grep",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_file_replace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_firmware_probe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_firmware_diff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_firmware_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_forward",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_reverse",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_forward_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_forward_remove",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_reverse_remove",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tunnel_open",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tunnel_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tunnel_close",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_health_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input_drag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input_fling",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input_long_press",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input_double_tap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_open_url",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_orientation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_clipboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tap_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_wait_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_wait_stable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_scroll_until",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenshot_compressed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_batch_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screen_size",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_device_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_notifications",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_input_pinch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_clear",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_logcat_crash",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_mirror_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_mirror_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_mirror_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_multi_shell",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"shell\" in tool name"
        ]
      }
    },
    {
      "tool": "adb_multi_install",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_multi_compare",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_multi_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tcpdump_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_tcpdump_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_network_connections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_network_scan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_network_device_ip",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_network_auto_connect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ota_fingerprint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ota_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ota_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_install",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_uninstall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_list_packages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_package_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_clear_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_grant_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_revoke_permission",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_list_permissions",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_force_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_start_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_restart_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_resolve_intents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_custom_tool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_plugin_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_plugin_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_tool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_setup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_images",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_connect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_disconnect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_qemu_guest_shell",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"shell\" in tool name"
        ]
      }
    },
    {
      "tool": "adb_registry_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_registry_install",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_registry_installed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_regression_baseline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_regression_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_regression_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_result_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_result_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_result_drop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ril_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ril_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ril_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_runtime_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenrecord_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenrecord_stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenshot_baseline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenshot_diff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screenshot_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_selinux_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_selinux_denials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_permission_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_sensor_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_iio_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_shell",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"shell\" in tool name"
        ]
      }
    },
    {
      "tool": "adb_root_shell",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"shell\" in tool name"
        ]
      }
    },
    {
      "tool": "adb_snapshot_capture",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_snapshot_compare",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_snapshot_restore_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_install_bundle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_list_splits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_extract_apks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_apex_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_gen_from_ui",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_gen_from_intents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_gen_save",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_session_start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_step",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_test_session_end",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_thermal_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_thermal_compare",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screencap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_current_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_input",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_start_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_ui_dump",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "adb_ui_find",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screencap_annotated",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_screen_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_wear_datalayer_preflight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_wifi_firmware",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_bluetooth_firmware",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_nfc_firmware",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "adb_gps_firmware",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "675de12367e8161bbc313e236bcde946f44624b8c94d0c958fd654370cb7738d",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 11,
      "medium": 1,
      "low": 6,
      "info": 1
    }
  }
}