Baby Daybook Sdk — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.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.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@kamilio/baby-daybook-sdk",
"source": {
"kind": "package",
"origin": "@kamilio/baby-daybook-sdk"
},
"server": {
"name": "@kamilio/baby-daybook-sdk"
}
},
"grade": "A",
"score": {
"score": 92,
"threatScore": 98,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 2.46,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 1,
"appliedPenalty": 1.2
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 0.5,
"appliedPenalty": 0.6
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 0.25,
"appliedPenalty": 0.3
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 0.1,
"appliedPenalty": 0.12
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 0.1,
"appliedPenalty": 0.12
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 0.1,
"appliedPenalty": 0.12
},
{
"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": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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.13"
},
"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/cli.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/cli.js:1164`): 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/cli.js"
},
"evidence": "ildProcess = __require(\"child_process\"); var path13 = __require(\"path\"); var fs3 = __require(\"fs\"); var proc",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/cli.js",
"line": 1164,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/index.cjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/index.cjs:127899`): 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/index.cjs"
},
"evidence": "auth.ts var import_node_child_process = require(\"child_process\"); var import_node_fs = require(\"fs\"); var import_promise",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/index.cjs",
"line": 127899,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/index.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/index.js:127708`): 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/index.js"
},
"evidence": "import { spawn } from \"child_process\"; import { existsSync } from \"fs\"; import { mkdtemp, readFile, rm } from \"fs/promi",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/index.js",
"line": 127708,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/oauth-server.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/oauth-server.js:1160`): 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/oauth-server.js"
},
"evidence": "ildProcess = __require(\"child_process\"); var path10 = __require(\"path\"); var fs3 = __require(\"fs\"); var proc",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/oauth-server.js",
"line": 1160,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/toolcraft-http.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/toolcraft-http.js:1159`): 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/toolcraft-http.js"
},
"evidence": "ildProcess = __require(\"child_process\"); var path10 = __require(\"path\"); var fs3 = __require(\"fs\"); var proc",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/toolcraft-http.js",
"line": 1159,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/toolcraft.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/toolcraft.js:1159`): 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/toolcraft.js"
},
"evidence": "ildProcess = __require(\"child_process\"); var path8 = __require(\"path\"); var fs2 = __require(\"fs\"); var proce",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/toolcraft.js",
"line": 1159,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (dist/cli.js)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`dist/cli.js:144029`): 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/cli.js"
},
"evidence": "e(specifier) { return import(specifier); } function inferProgramName(argv) { const entrypoint = argv[1]; if (typeo",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "dist/cli.js",
"line": 144029,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/cli.js)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/cli.js:155138`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/cli.js"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/cli.js",
"line": 155138
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/index.cjs)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/index.cjs:127417`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/index.cjs"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/index.cjs",
"line": 127417
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/index.js)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/index.js:127226`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/index.js"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/index.js",
"line": 127226
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/oauth-server.js)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/oauth-server.js:153066`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/oauth-server.js"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/oauth-server.js",
"line": 153066
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/toolcraft-http.js)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/toolcraft-http.js:153004`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/toolcraft-http.js"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/toolcraft-http.js",
"line": 153004
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded Google API key in server code (dist/toolcraft.js)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "A hardcoded Google API key (a client API key (restricted by referrer/quota, not a private secret)) appears in `dist/toolcraft.js:145753`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/toolcraft.js"
},
"evidence": "Google API key: AIza…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "google-api-key",
"file": "dist/toolcraft.js",
"line": 145753
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "5d91cd197a7d33e0b8a42d33ae1f279ddb1f4beeaeb10b6f95f779dfa83a155d",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 6,
"medium": 1,
"low": 6,
"info": 0
}
}
}