Pretty Prompt — 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": "@pretty-prompt/mcp",
"source": {
"kind": "package",
"origin": "@pretty-prompt/mcp"
},
"server": {
"name": "@pretty-prompt/mcp"
}
},
"grade": "D",
"score": {
"score": 67,
"grade": "D",
"band": "D",
"gateCap": "D",
"categorySubtotals": {
"injection": 0,
"exfiltration": 33,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"rawWeight": 22,
"confidenceMult": 1,
"diminishingFactor": 1,
"appliedPenalty": 22
},
{
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"rawWeight": 22,
"confidenceMult": 1,
"diminishingFactor": 0.5,
"appliedPenalty": 11
}
],
"gatesFired": [
"2 confirmed high findings → grade capped at D"
],
"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-SRC-008",
"title": "Hardcoded JSON Web Token in server code (dist/defaults.d.ts)",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"description": "A live-looking JSON Web Token is hardcoded in `dist/defaults.d.ts:4`. Secrets in source ship to everyone who installs the package and are a direct credential leak.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/defaults.d.ts"
},
"evidence": "JSON Web Token: eyJh…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "jwt",
"file": "dist/defaults.d.ts",
"line": 4
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded JSON Web Token in server code (dist/defaults.js)",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"description": "A live-looking JSON Web Token is hardcoded in `dist/defaults.js:4`. Secrets in source ship to everyone who installs the package and are a direct credential leak.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/defaults.js"
},
"evidence": "JSON Web Token: eyJh…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "jwt",
"file": "dist/defaults.js",
"line": 4
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "56d12e09d07034825f35ea6b22dfa15f07b8a30bd651376d43532e174e388e26",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 0
}
}
}