Headless Gmail — 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": "@peakmojo/mcp-server-headless-gmail",
"source": {
"kind": "package",
"origin": "@peakmojo/mcp-server-headless-gmail"
},
"server": {
"name": "@peakmojo/mcp-server-headless-gmail"
}
},
"grade": "A",
"score": {
"score": 92,
"threatScore": 100,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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 send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)"
],
"tags": [
"sensitive-source",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (4 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-FLOW-004",
"title": "Sensitive-source and external-sink co-exist",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tools that read sensitive data ([gmail_refresh_token]) and tools that can send data out ([gmail_send_email]) are exposed together. An agent can move private data to the sink.",
"remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
"location": {
"kind": "flow",
"name": "gmail_refresh_token → gmail_send_email"
},
"evidence": "sources [gmail_refresh_token] → sinks [gmail_send_email]",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"sources": [
"gmail_refresh_token"
],
"sinks": [
"gmail_send_email"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"@peakmojo/mcp-server-headless-gmail\" 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": "@peakmojo/mcp-server-headless-gmail"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"gmail_refresh_token"
],
"externalSink": [
"gmail_send_email"
],
"selfContained": false,
"path": [
"gmail_refresh_token",
"gmail_send_email"
],
"pathWired": true,
"description": "A sensitive-source → external-sink chain exists: gmail_refresh_token ⇒ gmail_send_email."
}
],
"capabilities": [
{
"tool": "gmail_refresh_token",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"secret\""
]
}
},
{
"tool": "gmail_get_recent_emails",
"tags": [],
"reasons": {}
},
{
"tool": "gmail_get_email_body_chunk",
"tags": [],
"reasons": {}
},
{
"tool": "gmail_send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
}
],
"surfaceDigest": "a4b10e738cb0240d36f9737d49c95392e9d550a2371c886990e9cc88285ac5ec",
"stats": {
"tools": 4,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 0,
"info": 1
}
}
}