Resume Resume — 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": "resume-resume",
"source": {
"kind": "package",
"origin": "resume-resume"
},
"server": {
"name": "resume-resume"
}
},
"grade": "A",
"score": {
"score": 92,
"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": "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 (38 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 (resume_resume/cli.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/cli.py:75`): 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": "resume_resume/cli.py"
},
"evidence": "ipboard(text: str): subprocess.run([\"pbcopy\"], input=text.encode(), check=True) def _open_iterm_tabs(commands: lis",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/cli.py",
"line": 75,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/l2_tools.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/l2_tools.py:165`): 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": "resume_resume/l2_tools.py"
},
"evidence": "git_status = subprocess.run( [\"git\", \"status\", \"--porcelain\"], cwd=pr",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/l2_tools.py",
"line": 165,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/mcp_server.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/mcp_server.py:786`): 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": "resume_resume/mcp_server.py"
},
"evidence": "e call status = subprocess.run( [\"git\", \"status\", \"--porcelain\", \"-b\"], capture_output=T",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/mcp_server.py",
"line": 786,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/progress.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/progress.py:98`): 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": "resume_resume/progress.py"
},
"evidence": "cess). try: subprocess.Popen( [sys.executable, \"-m\", \"resume_resume.hud\", \"--listen\", SOCKET_PAT",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/progress.py",
"line": 98,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/self_tools.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/self_tools.py:420`): 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": "resume_resume/self_tools.py"
},
"evidence": ") log = subprocess.run( [\"git\", \"log\", f\"--since={since}\", \"--oneline\", \"--format=%h",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/self_tools.py",
"line": 420,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/summarize.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/summarize.py:122`): 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": "resume_resume/summarize.py"
},
"evidence": ", \"1\"] result = subprocess.run(cmd, capture_output=True, text=True, timeout=timeout,",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/summarize.py",
"line": 122,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resume_resume/ui_v2.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resume_resume/ui_v2.py:1201`): 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": "resume_resume/ui_v2.py"
},
"evidence": "try: subprocess.run([\"code\", project_dir], capture_output=True, timeout=5) _t.sleep(1.5)",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resume_resume/ui_v2.py",
"line": 1201,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"resume-resume\" 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": "resume-resume"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "session_insights",
"tags": [],
"reasons": {}
},
{
"tool": "session_xray",
"tags": [],
"reasons": {}
},
{
"tool": "session_report",
"tags": [],
"reasons": {}
},
{
"tool": "session_data_science",
"tags": [],
"reasons": {}
},
{
"tool": "project_summary",
"tags": [],
"reasons": {}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "project_orient",
"tags": [],
"reasons": {}
},
{
"tool": "search_sessions",
"tags": [],
"reasons": {}
},
{
"tool": "read_session",
"tags": [],
"reasons": {}
},
{
"tool": "recent_sessions",
"tags": [],
"reasons": {}
},
{
"tool": "session_summary",
"tags": [],
"reasons": {}
},
{
"tool": "boot_up",
"tags": [],
"reasons": {}
},
{
"tool": "dirty_repos",
"tags": [],
"reasons": {}
},
{
"tool": "resume_in_terminal",
"tags": [],
"reasons": {}
},
{
"tool": "merge_context",
"tags": [],
"reasons": {}
},
{
"tool": "session_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "session_thread",
"tags": [],
"reasons": {}
},
{
"tool": "_stub",
"tags": [],
"reasons": {}
},
{
"tool": "self_insights",
"tags": [],
"reasons": {}
},
{
"tool": "self_recent_calls",
"tags": [],
"reasons": {}
},
{
"tool": "self_slow_calls",
"tags": [],
"reasons": {}
},
{
"tool": "self_errors",
"tags": [],
"reasons": {}
},
{
"tool": "self_search",
"tags": [],
"reasons": {}
},
{
"tool": "self_bundles",
"tags": [],
"reasons": {}
},
{
"tool": "self_a1_file",
"tags": [],
"reasons": {}
},
{
"tool": "self_a2_file",
"tags": [],
"reasons": {}
},
{
"tool": "self_load_thresholds",
"tags": [],
"reasons": {}
},
{
"tool": "self_a1_prompt",
"tags": [],
"reasons": {}
},
{
"tool": "self_process_proposals",
"tags": [],
"reasons": {}
},
{
"tool": "self_process_decide",
"tags": [],
"reasons": {}
},
{
"tool": "self_a1_output",
"tags": [],
"reasons": {}
},
{
"tool": "self_a1_auto_applied",
"tags": [],
"reasons": {}
},
{
"tool": "self_proposal_history",
"tags": [],
"reasons": {}
},
{
"tool": "self_a2_scorecard",
"tags": [],
"reasons": {}
},
{
"tool": "healthy_sessions",
"tags": [],
"reasons": {}
},
{
"tool": "suggest_next",
"tags": [],
"reasons": {}
},
{
"tool": "what_changed",
"tags": [],
"reasons": {}
},
{
"tool": "my_week",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "b802147653056d872b03c6e2a5180cc9f985f83e586fa40713bd0281331fa3fe",
"stats": {
"tools": 38,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 7,
"medium": 0,
"low": 0,
"info": 1
}
}
}