Aiready — 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": "@aiready/mcp-server",
"source": {
"kind": "package",
"origin": "@aiready/mcp-server"
},
"server": {
"name": "@aiready/mcp-server"
}
},
"grade": "C",
"score": {
"score": 76,
"grade": "C",
"band": "C",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 24.16,
"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
},
{
"ruleId": "MTC-SUP-010",
"category": "supply-chain",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 15.4
},
{
"ruleId": "MTC-SUP-011",
"category": "supply-chain",
"severity": "low",
"confidence": "strong",
"rawWeight": 3,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 2.1
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.4"
},
"capability": {
"level": "minimal",
"reasons": [],
"tags": []
},
"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-SUP-010",
"title": "Package runs install-time scripts (preinstall)",
"category": "supply-chain",
"severity": "high",
"confidence": "strong",
"description": "\"@aiready/mcp-server\" executes preinstall script(s) at install time. The large majority of malicious packages abuse install hooks to run code before you ever import them.",
"remediation": "Review the scripts; install with --ignore-scripts where possible and vet what they do.",
"location": {
"kind": "package",
"name": "@aiready/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": {
"scripts": [
"preinstall"
]
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (dist/index.js)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`dist/index.js:288`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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/index.js"
},
"evidence": "import(packageName)",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "dist/index.js",
"line": 288
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (src/tools/index.ts)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`src/tools/index.ts:136`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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/tools/index.ts"
},
"evidence": "import(packageName)",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "src/tools/index.ts",
"line": 136
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@aiready/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": "@aiready/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": "@aiready/mcp-server",
"target": "mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @playwright/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@aiready/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": "@aiready/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": "@aiready/mcp-server",
"target": "@playwright/mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @stripe/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@aiready/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": "@aiready/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": "@aiready/mcp-server",
"target": "@stripe/mcp"
}
},
{
"ruleId": "MTC-SUP-006",
"title": "Possible combosquat of @browsermcp/mcp",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@aiready/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": "@aiready/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": "@aiready/mcp-server",
"target": "@browsermcp/mcp"
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package has no source repository",
"category": "supply-chain",
"severity": "low",
"confidence": "strong",
"description": "\"@aiready/mcp-server\" 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": "@aiready/mcp-server"
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "95f90963cfa70c28af8cb722b2769e7c50d2d14b20db0b78a80d785dc6c39fa7",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 6,
"low": 1,
"info": 0
}
}
}