Projectmind — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "projectmind-mcp",
"source": {
"kind": "package",
"origin": "projectmind-mcp"
},
"server": {
"name": "projectmind-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": [
"ingests untrusted external content (a prompt-injection entry point)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (56 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 (mcp_server.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`mcp_server.py:3410`): 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": "mcp_server.py"
},
"evidence": "proc = subprocess.run( cmd, capture_output=True,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "mcp_server.py",
"line": 3410,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/test_stdio.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_stdio.py:26`): 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": "tests/test_stdio.py"
},
"evidence": "rt server process = subprocess.Popen( [python_path, \"mcp_server.py\"], stdin=subprocess.PIPE,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_stdio.py",
"line": 26,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "set_project_root",
"tags": [],
"reasons": {}
},
{
"tool": "health",
"tags": [],
"reasons": {}
},
{
"tool": "session_init",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_overview",
"tags": [],
"reasons": {}
},
{
"tool": "explore_directory",
"tags": [],
"reasons": {}
},
{
"tool": "get_file_summary",
"tags": [],
"reasons": {}
},
{
"tool": "detect_project_conventions",
"tags": [],
"reasons": {}
},
{
"tool": "get_context_brief",
"tags": [],
"reasons": {}
},
{
"tool": "get_file_relations",
"tags": [],
"reasons": {}
},
{
"tool": "find_todos",
"tags": [],
"reasons": {}
},
{
"tool": "check_dependencies",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_change_impact",
"tags": [],
"reasons": {}
},
{
"tool": "get_dependencies_with_depth",
"tags": [],
"reasons": {}
},
{
"tool": "find_dependency_path",
"tags": [],
"reasons": {}
},
{
"tool": "get_module_cluster",
"tags": [],
"reasons": {}
},
{
"tool": "search_with_dependencies",
"tags": [],
"reasons": {}
},
{
"tool": "search_for_errors",
"tags": [],
"reasons": {}
},
{
"tool": "search_for_feature",
"tags": [],
"reasons": {}
},
{
"tool": "search_architecture",
"tags": [],
"reasons": {}
},
{
"tool": "find_symbol",
"tags": [],
"reasons": {}
},
{
"tool": "get_symbol_relations",
"tags": [],
"reasons": {}
},
{
"tool": "save_annotation",
"tags": [],
"reasons": {}
},
{
"tool": "get_annotations",
"tags": [],
"reasons": {}
},
{
"tool": "list_unannotated_files",
"tags": [],
"reasons": {}
},
{
"tool": "save_conventions_to_memory",
"tags": [],
"reasons": {}
},
{
"tool": "project_onboarding",
"tags": [],
"reasons": {}
},
{
"tool": "read_memory",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_pr\""
]
}
},
{
"tool": "search_memory",
"tags": [],
"reasons": {}
},
{
"tool": "update_memory",
"tags": [],
"reasons": {}
},
{
"tool": "clear_memory",
"tags": [],
"reasons": {}
},
{
"tool": "delete_memory_section",
"tags": [],
"reasons": {}
},
{
"tool": "index_codebase",
"tags": [],
"reasons": {}
},
{
"tool": "get_index_progress",
"tags": [],
"reasons": {}
},
{
"tool": "search_codebase",
"tags": [],
"reasons": {}
},
{
"tool": "ingest_git_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_index_stats",
"tags": [],
"reasons": {}
},
{
"tool": "generate_project_summary",
"tags": [],
"reasons": {}
},
{
"tool": "extract_tech_stack",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_project_structure",
"tags": [],
"reasons": {}
},
{
"tool": "get_recent_changes_summary",
"tags": [],
"reasons": {}
},
{
"tool": "index_changed_files",
"tags": [],
"reasons": {}
},
{
"tool": "search_codebase_advanced",
"tags": [],
"reasons": {}
},
{
"tool": "auto_update_memory_from_commits",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_code_complexity",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_code_quality",
"tags": [],
"reasons": {}
},
{
"tool": "get_test_coverage_info",
"tags": [],
"reasons": {}
},
{
"tool": "save_memory_version",
"tags": [],
"reasons": {}
},
{
"tool": "list_memory_versions",
"tags": [],
"reasons": {}
},
{
"tool": "restore_memory_version",
"tags": [],
"reasons": {}
},
{
"tool": "get_cache_stats",
"tags": [],
"reasons": {}
},
{
"tool": "query",
"tags": [],
"reasons": {}
},
{
"tool": "read_memory_index",
"tags": [],
"reasons": {}
},
{
"tool": "read_memory_section",
"tags": [],
"reasons": {}
},
{
"tool": "maintenance_status",
"tags": [],
"reasons": {}
},
{
"tool": "maintenance_run",
"tags": [],
"reasons": {}
},
{
"tool": "prune_index",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "a7a20963540023c9e85a407d2f0ff4b797829483ecb65cdcc2d1bf54ce2edbcd",
"stats": {
"tools": 56,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 1,
"info": 0
}
}
}