Rephelper — 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": "@rephelper/mcp-server",
"source": {
"kind": "package",
"origin": "@rephelper/mcp-server"
},
"server": {
"name": "@rephelper/mcp-server"
}
},
"grade": "A",
"score": {
"score": 93,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 6.66,
"network": 0,
"hygiene": 0
},
"vector": [
{
"ruleId": "MTC-SUP-006",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 1,
"appliedPenalty": 3.6
},
{
"ruleId": "MTC-SUP-006",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 0.5,
"appliedPenalty": 1.8
},
{
"ruleId": "MTC-SUP-006",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 0.25,
"appliedPenalty": 0.9
},
{
"ruleId": "MTC-SUP-006",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 0.1,
"appliedPenalty": 0.36
}
],
"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-002",
"title": "Shell/command execution in server code (dist/client.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/client.js:2`): 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/client.js"
},
"evidence": "child_process",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/client.js",
"line": 2
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@rephelper/mcp-server\" is \"mcp\" with a decorative suffix — a common combosquat pattern.",
"remediation": "Confirm you meant \"mcp\". Install packages only from their documented, official name.",
"location": {
"kind": "package",
"name": "@rephelper/mcp-server"
},
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"candidate": "@rephelper/mcp-server",
"target": "mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @playwright/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@rephelper/mcp-server\" is \"@playwright/mcp\" with a decorative suffix — a common combosquat pattern.",
"remediation": "Confirm you meant \"@playwright/mcp\". Install packages only from their documented, official name.",
"location": {
"kind": "package",
"name": "@rephelper/mcp-server"
},
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"candidate": "@rephelper/mcp-server",
"target": "@playwright/mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @stripe/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@rephelper/mcp-server\" is \"@stripe/mcp\" with a decorative suffix — a common combosquat pattern.",
"remediation": "Confirm you meant \"@stripe/mcp\". Install packages only from their documented, official name.",
"location": {
"kind": "package",
"name": "@rephelper/mcp-server"
},
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"candidate": "@rephelper/mcp-server",
"target": "@stripe/mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @browsermcp/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@rephelper/mcp-server\" is \"@browsermcp/mcp\" with a decorative suffix — a common combosquat pattern.",
"remediation": "Confirm you meant \"@browsermcp/mcp\". Install packages only from their documented, official name.",
"location": {
"kind": "package",
"name": "@rephelper/mcp-server"
},
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"candidate": "@rephelper/mcp-server",
"target": "@browsermcp/mcp"
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "aa5ff3f82c2dddc15347d53a60895f969c62f4ae0a8a3a1921da4d44c8e67dd4",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 4,
"low": 0,
"info": 0
}
}
}