Memory Access — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "memory-access",
"source": {
"kind": "package",
"origin": "memory-access"
},
"server": {
"name": "memory-access"
}
},
"grade": "A",
"score": {
"score": 99,
"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": "minimal",
"label": "capability blast radius (minimal) — client exposure if the model is manipulated",
"appliedPenalty": 0
},
{
"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.9"
},
"capability": {
"level": "minimal",
"reasons": [],
"tags": []
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (21 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 packaging/dev tooling (scripts/setup.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/setup.py:47`): 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": "scripts/setup.py"
},
"evidence": "\"\"\" try: subprocess.run(cmd, capture_output=True, text=True, check=True) return True except s",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "scripts/setup.py",
"line": 47,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (skills/multi-agent-operator-guide/scripts/gsd_context.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`skills/multi-agent-operator-guide/scripts/gsd_context.py:38`): 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": "skills/multi-agent-operator-guide/scripts/gsd_context.py"
},
"evidence": "th] + args result = subprocess.run(cmd, capture_output=True, text=True, timeout=30) return result.returncode, re",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "skills/multi-agent-operator-guide/scripts/gsd_context.py",
"line": 38,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/test_multi_agent_operator_validators.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_multi_agent_operator_validators.py: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": "tests/test_multi_agent_operator_validators.py"
},
"evidence": "[int, dict]: proc = subprocess.run( [sys.executable, str(SCRIPTS_DIR / script_name)], input=json.dum",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_multi_agent_operator_validators.py",
"line": 15,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/test_orchestrator_e2e.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_orchestrator_e2e.py:25`): 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_orchestrator_e2e.py"
},
"evidence": "[int, dict]: proc = subprocess.run( [\"bash\", str(HOOK_SCRIPTS_DIR / script_name)], input=json.dumps(",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_orchestrator_e2e.py",
"line": 25,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/test_orchestrator_hook_scripts.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_orchestrator_hook_scripts.py: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": "tests/test_orchestrator_hook_scripts.py"
},
"evidence": "[int, dict]: proc = subprocess.run( [\"bash\", str(HOOK_SCRIPTS_DIR / script_name)], input=json.dumps(",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_orchestrator_hook_scripts.py",
"line": 16,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (tests/test_orchestrator_hook_watchdog.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_orchestrator_hook_watchdog.py: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": "tests/test_orchestrator_hook_watchdog.py"
},
"evidence": ".read_text() proc = subprocess.run( [\"bash\", str(WATCHDOG_SCRIPT)], input=payload, text=True",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_orchestrator_hook_watchdog.py",
"line": 15,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "store_insight",
"tags": [],
"reasons": {}
},
{
"tool": "search_insights",
"tags": [],
"reasons": {}
},
{
"tool": "update_insight",
"tags": [],
"reasons": {}
},
{
"tool": "forget",
"tags": [],
"reasons": {}
},
{
"tool": "list_insights",
"tags": [],
"reasons": {}
},
{
"tool": "search_by_subject",
"tags": [],
"reasons": {}
},
{
"tool": "related_insights",
"tags": [],
"reasons": {}
},
{
"tool": "add_subject_relation",
"tags": [],
"reasons": {}
},
{
"tool": "get_subject_relations",
"tags": [],
"reasons": {}
},
{
"tool": "add_knowledge_base",
"tags": [],
"reasons": {}
},
{
"tool": "search_knowledge_base",
"tags": [],
"reasons": {}
},
{
"tool": "list_knowledge_bases",
"tags": [],
"reasons": {}
},
{
"tool": "create_task",
"tags": [],
"reasons": {}
},
{
"tool": "assign_task_locks",
"tags": [],
"reasons": {}
},
{
"tool": "release_task_locks",
"tags": [],
"reasons": {}
},
{
"tool": "add_task_dependencies",
"tags": [],
"reasons": {}
},
{
"tool": "transition_task",
"tags": [],
"reasons": {}
},
{
"tool": "append_task_event",
"tags": [],
"reasons": {}
},
{
"tool": "get_task",
"tags": [],
"reasons": {}
},
{
"tool": "list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "list_task_events",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "e1b4f2fd63b5e1244c68bfa0bc680e7e6125c2ca073c6e7b0c68455e57c7c118",
"stats": {
"tools": 21,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 6,
"info": 0
}
}
}