Rootr Cli — 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": "rootr-cli",
"source": {
"kind": "package",
"origin": "rootr-cli"
},
"server": {
"name": "rootr-cli"
}
},
"grade": "A",
"score": {
"score": 96,
"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": "repo",
"label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
"appliedPenalty": 1
},
{
"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": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can create, modify or delete files"
],
"tags": [
"untrusted-input",
"file-write",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (167 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-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([rootr_crm_get, rootr_crm_get_company, rootr_crm_get_contact, rootr_crm_get_deal, rootr_get_issue, rootr_read_presentation, rootr_download_recording_audio]) co-exist with external-action tools ([rootr_create_issue_tracker, rootr_create_issue, rootr_create_webhook, rootr_delete_webhook]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
"remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
"location": {
"kind": "flow",
"name": "rootr_crm_get → rootr_create_issue_tracker"
},
"evidence": "untrusted [rootr_crm_get, rootr_crm_get_company, rootr_crm_get_contact, rootr_crm_get_deal, rootr_get_issue, rootr_read_presentation, rootr_download_recording_a",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"rootr_crm_get",
"rootr_crm_get_company",
"rootr_crm_get_contact",
"rootr_crm_get_deal",
"rootr_get_issue",
"rootr_read_presentation",
"rootr_download_recording_audio"
],
"sinks": [
"rootr_create_issue_tracker",
"rootr_create_issue",
"rootr_create_webhook",
"rootr_delete_webhook"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"rootr_create_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"rootr_create_webhook\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "rootr_create_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"rootr_unlink_row_page\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"rootr_unlink_row_page\" can write, overwrite or delete files (keyword \"unlink\" in tool name). 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": "rootr_unlink_row_page"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"rootr_unlink_row_page\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"rootr_unlink_row_page\" 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": "rootr_unlink_row_page"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"rootr_crm_get",
"rootr_crm_get_company",
"rootr_crm_get_contact",
"rootr_crm_get_deal",
"rootr_get_issue",
"rootr_read_presentation",
"rootr_download_recording_audio"
],
"sensitiveSource": [],
"externalSink": [
"rootr_create_issue_tracker",
"rootr_create_issue",
"rootr_create_webhook",
"rootr_delete_webhook"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "rootr_ask",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_upload_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_attach_image_to_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_create",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_get",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_crm_update",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_list_companies",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_upsert_company",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_get_company",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_crm_list_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_upsert_contact",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_get_contact",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_crm_list_deals",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_upsert_deal",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_get_deal",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_crm_move_deal",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_log_activity",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_list_activities",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_upsert_task",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_list_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_crm_import",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_database",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_view",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_view",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_view",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_database",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_rows",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_add_row",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_row",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_bulk_create_rows",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_bulk_update_rows_each",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_bulk_update_rows",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_bulk_delete_rows",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_row_page",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_unlink_row_page",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\" in tool name"
]
}
},
{
"tool": "rootr_set_row_page_type",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_row",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_add_column",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_column",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_database_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_database_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_database_notifications",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_database_notifications",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_column",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_database_buttons",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_database_buttons",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_run_database_button",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_append",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_edit",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_write",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_search",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_comment_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_document_comments",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_publish_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_document_public",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_document_commits",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_merge_document_commit",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_reject_document_commit",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_document_public_status",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_duplicate_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_move_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_node_access",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_node_visibility",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_grant_node_permission",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_revoke_node_permission",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_send_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_form",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_form",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_form",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_form_responses",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_submit_form_response",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_form_collector",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_form_response",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_form_response",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_form_share_link",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_form_share_links",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_issue_tracker",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "rootr_list_issues",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_issue",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "rootr_get_issue",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_update_issue",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_comment_issue",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_log_store",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_log_fields",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_add_log_entries",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_query_log_entries",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_log_stats",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_remember",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_recall",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_forget",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_document_versions",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_document_version",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_restore_document_version",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_restore_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_requirement",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_read_requirement",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_clear_read_requirement",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_page",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_page",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_append_page_blocks",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_page",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_page_block",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_page_live_data",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_presentation",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_presentation",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_pr\""
]
}
},
{
"tool": "rootr_update_presentation",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_append_presentation_slides",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_presentation_slide",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_reorder_presentation_slides",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_generate_image",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_remove_image_background",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_diagram_schema",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_diagram_slide",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_publish_node",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_node_public",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_node_public_status",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_recording",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_upload_recording_audio",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_recording",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_rename_recording_speakers",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_transcribe_recording",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_summarize_recording",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_download_recording_audio",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "rootr_create_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_set_approval_line",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_apply_research_note_preset",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_request_signing_code",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_submit_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_sign_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_reject_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_reopen_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_revise_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_verify_signed_document",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_signed_documents",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_bulk_sign_documents",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_verify_ledger",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_spreadsheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_spreadsheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_spreadsheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_sheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_sheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_sheet",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_patch_spreadsheet_cells",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_templates",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_apply_template",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_save_as_template",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_template",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_list_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "rootr_delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "rootr_create_whiteboard",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_read_whiteboard",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_update_whiteboard",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_use_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_scaffold_plan",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_create_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_delete_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_scaffold_review",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_review_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_test_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "rootr_scaffold_apply",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "0a18ed67c2a7362a917ae0cd2066dd665c7a1e5e422e3a7bb6c0fc0d7e7b3507",
"stats": {
"tools": 167,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 3,
"low": 1,
"info": 0
}
}
}