Test Research4 — the complete, unedited output of the deterministic mcptrustchecker engine v1.5.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.5.0",
"methodologyVersion": "mcptrustchecker-1.4"
},
"target": {
"id": "test_research4",
"source": {
"kind": "package",
"origin": "test_research4"
},
"server": {
"name": "test_research4"
}
},
"grade": "D",
"score": {
"score": 62,
"grade": "D",
"band": "D",
"categorySubtotals": {
"injection": 37.73,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 15.4
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.5,
"appliedPenalty": 7.7
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.25,
"appliedPenalty": 3.85
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
},
{
"ruleId": "MTC-SRC-004",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 0.1,
"appliedPenalty": 1.54
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.4"
},
"capability": {
"level": "high",
"reasons": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": false,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"No tools were enumerated, so prompt-injection, capability and toxic-flow analysis had no tool surface to inspect. To grade a package’s real runtime tools, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (index.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`index.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "index.js"
},
"evidence": "\\x2e\\x2f\\x73\\x72\\x63\\x2f\\x6c\\x69\\x62\\x2f\\x6c\\x6f\\x67\\x67\\x65\\x72\\x2e\\x6a\\x73",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "index.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/client.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/client.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/client.js"
},
"evidence": "\\x2e\\x2f\\x63\\x6f\\x6e\\x66\\x69\\x67\\x2e\\x6a\\x73",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/client.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/config.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/config.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/config.js"
},
"evidence": "\\x61\\x62\\x63\\x64\\x65\\x66\\x67\\x68\\x69\\x6a\\x6b\\x6c\\x6d\\x6e\\x6f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x41\\x42\\x43\\x44\\x45\\x46\\x47\\x48\\x49\\x4a\\x4b\\x4c\\x4d\\x4e",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/config.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/OrgWatcher.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/OrgWatcher.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/OrgWatcher.js"
},
"evidence": "\\x6e\\x6f\\x64\\x65\\x3a\\x65\\x76\\x65\\x6e\\x74\\x73",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/OrgWatcher.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/destructiveOperationElicitation.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/destructiveOperationElicitation.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/destructiveOperationElicitation.js"
},
"evidence": "\\x2e\\x2e\\x2f\\x73\\x74\\x61\\x74\\x65\\x2e\\x6a\\x73",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/destructiveOperationElicitation.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/handlerRegistry.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/handlerRegistry.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/handlerRegistry.js"
},
"evidence": "\\x40\\x6d\\x6f\\x64\\x65\\x6c\\x63\\x6f\\x6e\\x74\\x65\\x78\\x74\\x70\\x72\\x6f\\x74\\x6f\\x63\\x6f\\x6c\\x2f\\x73\\x64\\x6b\\x2f\\x74\\x79\\x70\\x65\\x73\\x2e\\x6a\\x73",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/handlerRegistry.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/icons.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/icons.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/icons.js"
},
"evidence": "\\x6e\\x6f\\x64\\x65\\x3a\\x70\\x61\\x74\\x68",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/icons.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/initialization.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/initialization.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/initialization.js"
},
"evidence": "\\x6e\\x6f\\x64\\x65\\x3a\\x70\\x61\\x74\\x68",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/initialization.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/logger.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/logger.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/logger.js"
},
"evidence": "\\x6e\\x6f\\x64\\x65\\x3a\\x70\\x61\\x74\\x68",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/logger.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-004",
"title": "Obfuscated / encoded payload in server code (src/lib/mcpApps/manifest.js)",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/mcpApps/manifest.js:1`): Decoding an encoded blob and executing it is how malicious logic is hidden from human review of the source. 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": "src/lib/mcpApps/manifest.js"
},
"evidence": "\\x61\\x62\\x63\\x64\\x65\\x66\\x67\\x68\\x69\\x6a\\x6b\\x6c\\x6d\\x6e\\x6f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x41\\x42\\x43\\x44\\x45\\x46\\x47\\x48\\x49\\x4a\\x4b\\x4c\\x4d\\x4e",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-004",
"file": "src/lib/mcpApps/manifest.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/lib/auditTrailDownloader.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/auditTrailDownloader.js:1`): 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": "src/lib/auditTrailDownloader.js"
},
"evidence": "child_process",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/lib/auditTrailDownloader.js",
"line": 1
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/lib/salesforceServices.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/lib/salesforceServices.js:1`): 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": "src/lib/salesforceServices.js"
},
"evidence": "exec(",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/lib/salesforceServices.js",
"line": 1
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"test_research4\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "test_research4"
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "e9ea62213c005766668f752b950c850ac96cb389043c29450688714d79705c5d",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 12,
"medium": 0,
"low": 0,
"info": 1
}
}
}