Raw scan report

Auto Feedback — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "auto-feedback",
    "source": {
      "kind": "package",
      "origin": "auto-feedback"
    },
    "server": {
      "name": "auto-feedback"
    }
  },
  "grade": "B",
  "score": {
    "score": 86,
    "threatScore": 94,
    "grade": "B",
    "band": "B",
    "categorySubtotals": {
      "injection": 6.3,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-SRC-009",
        "category": "injection",
        "severity": "medium",
        "confidence": "strong",
        "rawWeight": 9,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 6.3
      },
      {
        "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.9"
  },
  "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 (23 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 (build/process/launcher.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/process/launcher.js:5`): 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/process/launcher.js"
      },
      "evidence": "import { spawn } from \"child_process\"; /** * Spawn a process with cross-platform compatibility * Automatically enable",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/process/launcher.js",
        "line": 5,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (build/screenshot/capture.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`build/screenshot/capture.js:22`): 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/screenshot/capture.js"
      },
      "evidence": "cSync } = await import(\"child_process\"); const { Window } = await import(\"node-screenshots\"); // Resolve PID to",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "build/screenshot/capture.js",
        "line": 22,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-009",
      "title": "Untrusted input concatenated into a command sink (build/screenshot/capture.js)",
      "category": "injection",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`build/screenshot/capture.js:27`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. 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/screenshot/capture.js"
      },
      "evidence": "const output = execSync(`tasklist /FI \"PID eq ${pid}\" /FO CSV /NH`, { encoding: \"utf-8\" }).trim(); // t",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-009",
        "file": "build/screenshot/capture.js",
        "line": 27,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"auto-feedback\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "auto-feedback"
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"auto-feedback\" 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": "auto-feedback"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "check_port",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "click_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_console_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_element_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_errors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_network_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_process_output",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screenshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "end_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "launch_electron",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "launch_web_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "launch_windows_exe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "navigate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_workflow",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "screenshot_desktop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "screenshot_electron",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "screenshot_web",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop_process",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "type_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wait_for_element",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "c358a89d9c89a9739b67413957c663f697b2199f469c855ee4f30be249bbd525",
  "stats": {
    "tools": 23,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 1,
      "low": 0,
      "info": 2
    }
  }
}