Obsidian Everywhere — the complete, unedited output of the deterministic mcptrustchecker engine v1.7.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.7.0",
"methodologyVersion": "mcptrustchecker-1.7"
},
"target": {
"id": "obsidian-everywhere",
"source": {
"kind": "package",
"origin": "obsidian-everywhere"
},
"server": {
"name": "obsidian-everywhere"
}
},
"grade": "A",
"score": {
"score": 97,
"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": "moderate",
"label": "capability blast radius (moderate) — client exposure if the model is manipulated",
"appliedPenalty": 3
},
{
"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.7"
},
"capability": {
"level": "moderate",
"reasons": [
"can create, modify or delete files",
"reads sensitive or local data"
],
"tags": [
"sensitive-source",
"file-write"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (31 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-CAP-002",
"title": "Tool \"create_note\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"create_note\" can write, overwrite or delete files (keyword \"overwrite\"). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "create_note"
},
"data": {
"tags": [
"file-write",
"sensitive-source"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_note\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_note\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_note"
},
"data": {
"tags": [
"file-write",
"sensitive-source"
]
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"read_note\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"read_note\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "read_note",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"get_backlinks\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"get_backlinks\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "get_backlinks",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"get_neighborhood\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"get_neighborhood\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "get_neighborhood",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"get_related\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"get_related\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "get_related",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"validate_base\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"validate_base\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "validate_base",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"create_note\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_note\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "create_note",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"append_to_note\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"append_to_note\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "append_to_note",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"rename_note\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"rename_note\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "rename_note",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"delete_note\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"delete_note\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "delete_note",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"replace_text\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"replace_text\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "replace_text",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"patch_section\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"patch_section\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "patch_section",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"update_frontmatter\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"update_frontmatter\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "update_frontmatter",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"path\" on \"remove_frontmatter_field\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"remove_frontmatter_field\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "remove_frontmatter_field",
"field": "inputSchema.properties.path"
},
"data": {
"param": "path"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "vault_overview",
"tags": [],
"reasons": {}
},
{
"tool": "search_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_folder",
"tags": [],
"reasons": {}
},
{
"tool": "list_notes",
"tags": [],
"reasons": {}
},
{
"tool": "regex_search",
"tags": [],
"reasons": {}
},
{
"tool": "read_note",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "get_backlinks",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "get_neighborhood",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "get_context_bundle",
"tags": [],
"reasons": {}
},
{
"tool": "list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_notes_by_tag",
"tags": [],
"reasons": {}
},
{
"tool": "find_path",
"tags": [],
"reasons": {}
},
{
"tool": "get_related",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "find_orphans",
"tags": [],
"reasons": {}
},
{
"tool": "find_unresolved",
"tags": [],
"reasons": {}
},
{
"tool": "get_hotkeys",
"tags": [],
"reasons": {}
},
{
"tool": "get_obsidian_settings",
"tags": [],
"reasons": {}
},
{
"tool": "validate_base",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "create_note",
"tags": [
"file-write",
"sensitive-source"
],
"reasons": {
"file-write": [
"keyword \"overwrite\""
],
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "append_to_note",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "move_note",
"tags": [],
"reasons": {}
},
{
"tool": "rename_note",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "delete_note",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "replace_text",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "patch_section",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "update_frontmatter",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "remove_frontmatter_field",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"path\""
]
}
},
{
"tool": "bulk_replace",
"tags": [],
"reasons": {}
},
{
"tool": "rollback_bulk_edit",
"tags": [],
"reasons": {}
},
{
"tool": "set_hotkey",
"tags": [],
"reasons": {}
},
{
"tool": "set_templates_folder",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "04aee7c7b6b37e5374600d92da9c834ba4bda51b5c13c02e55d4fd4aa79306f2",
"stats": {
"tools": 31,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 14,
"info": 0
}
}
}