Raw scan report

Smart Claude Memory — the complete, unedited output of the deterministic mcptrustchecker engine v1.12.1, 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.12.1",
    "methodologyVersion": "mcptrustchecker-1.12"
  },
  "target": {
    "id": "smart-claude-memory-mcp",
    "source": {
      "kind": "package",
      "origin": "smart-claude-memory-mcp"
    },
    "server": {
      "name": "smart-claude-memory-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.12"
  },
  "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 (58 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/tools/image.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/tools/image.js:4`): 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/tools/image.js"
      },
      "evidence": "ecFileSync } from \"node:child_process\"; import { captionImage, embed } from \"../ollama.js\"; import { upsertChunks, md5 }",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/tools/image.js",
        "line": 4,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/tools/refactor.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/tools/refactor.js:3`): 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/tools/refactor.js"
      },
      "evidence": "rt { spawn } from \"node:child_process\"; import { homedir } from \"node:os\"; import { detectProjectType } from \"../project",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/tools/refactor.js",
        "line": 3,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/tools/sync.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/tools/sync.js:4`): 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/tools/sync.js"
      },
      "evidence": "ecFileSync } from \"node:child_process\"; import { fileURLToPath } from \"node:url\"; import { createRequire } from \"node:mo",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/tools/sync.js",
        "line": 4,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (dist/tools/setup.js)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`dist/tools/setup.js:19`): 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/tools/setup.js"
      },
      "evidence": "rt { spawn } from \"node:child_process\"; import net from \"node:net\"; import { auditBloat, } from \"./bloat-audit.js\"; cons",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/tools/setup.js",
        "line": 19,
        "nonRuntime": true
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "sync_local_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "prune_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_global_patterns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upgrade_constitution",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "package_skill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "request_skill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compact_trajectory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trajectory_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_skill_candidates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compose_skill_candidate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "promote_skill_candidate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_skill_candidate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkpoint_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkpoint_commit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkpoint_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "checkpoint_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_curriculum_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pull_curriculum_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_curriculum_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_curriculum_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_graduation_candidates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compose_global_rationale",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "confirm_promotion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_graduation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "kg_upsert_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "kg_upsert_edge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "kg_hybrid_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kg_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kg_edges",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_backlog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_code_hygiene",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "confirm_verification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "raise_verification_gate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_rule_conflicts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "summarize_memory_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "index_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_system_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "system_dashboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_frozen",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "freeze_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unfreeze_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_freeze_patterns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sweep_legacy_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "init_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refactor_guard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_regression",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delegate_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_artefacts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "end_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_daemon_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reset_daemon_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_supernodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cluster_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "trigger_clustering",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "0d45b5e44aae5d8aa99197f57a9c9d0730ae5111560bb55fcf7f89466552aaca",
  "stats": {
    "tools": 58,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 3,
      "medium": 0,
      "low": 1,
      "info": 0
    }
  }
}