Agentled — 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": "@agentled/mcp-server",
"source": {
"kind": "package",
"origin": "@agentled/mcp-server"
},
"server": {
"name": "@agentled/mcp-server"
}
},
"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"
],
"tags": [
"external-sink",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (174 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 ([rerun, get_knowledge_text, get_scoring_history, list_workspace_views]) co-exist with external-action tools ([import_workspace_skill, create_use_case, create_workspace, create_workspace_view]). 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": "rerun → import_workspace_skill"
},
"evidence": "untrusted [rerun, get_knowledge_text, get_scoring_history, list_workspace_views] → sinks [import_workspace_skill, create_use_case, create_workspace, create_work",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"rerun",
"get_knowledge_text",
"get_scoring_history",
"list_workspace_views"
],
"sinks": [
"import_workspace_skill",
"create_use_case",
"create_workspace",
"create_workspace_view"
]
}
},
{
"ruleId": "MTC-SRC-003",
"title": "Hardcoded egress to an external endpoint (dist/cli/update-check.js)",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "In the server's implementation (`dist/cli/update-check.js:107`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. 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/update-check.js"
},
"evidence": "const res = await fetch(`https://registry.npmjs.org/${encodeURIComponent(pkgName).replace('%40', '@')}/latest`, {",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"rule": "MTC-SRC-003",
"file": "dist/cli/update-check.js",
"line": 107,
"nonRuntime": false
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"rerun",
"get_knowledge_text",
"get_scoring_history",
"list_workspace_views"
],
"sensitiveSource": [],
"externalSink": [
"import_workspace_skill",
"create_use_case",
"create_workspace",
"create_workspace_view"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "reject_agent_approval",
"tags": [],
"reasons": {}
},
{
"tool": "list_agent_skills",
"tags": [],
"reasons": {}
},
{
"tool": "list_workspace_skills",
"tags": [],
"reasons": {}
},
{
"tool": "import_workspace_skill",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "create_workspace_skill",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_skill",
"tags": [],
"reasons": {}
},
{
"tool": "update_workspace_skill",
"tags": [],
"reasons": {}
},
{
"tool": "publish_workspace_skill",
"tags": [],
"reasons": {}
},
{
"tool": "archive_workspace_skill",
"tags": [],
"reasons": {}
},
{
"tool": "list_agents",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent",
"tags": [],
"reasons": {}
},
{
"tool": "create_agent",
"tags": [],
"reasons": {}
},
{
"tool": "update_agent",
"tags": [],
"reasons": {}
},
{
"tool": "delete_agent",
"tags": [],
"reasons": {}
},
{
"tool": "activate_agent",
"tags": [],
"reasons": {}
},
{
"tool": "pause_agent",
"tags": [],
"reasons": {}
},
{
"tool": "manage_agent_workflows",
"tags": [],
"reasons": {}
},
{
"tool": "chat_with_agent",
"tags": [],
"reasons": {}
},
{
"tool": "list_agent_files",
"tags": [],
"reasons": {}
},
{
"tool": "get_agent_file",
"tags": [],
"reasons": {}
},
{
"tool": "upload_agent_file",
"tags": [],
"reasons": {}
},
{
"tool": "update_agent_file",
"tags": [],
"reasons": {}
},
{
"tool": "delete_agent_file",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_ai_builder_profile",
"tags": [],
"reasons": {}
},
{
"tool": "list_builder_work_items",
"tags": [],
"reasons": {}
},
{
"tool": "claim_builder_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "append_builder_work_activity",
"tags": [],
"reasons": {}
},
{
"tool": "submit_builder_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "create_builder_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "list_builder_work_items_for_agent",
"tags": [],
"reasons": {}
},
{
"tool": "get_builder_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "review_builder_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "append_builder_work_item_activity",
"tags": [],
"reasons": {}
},
{
"tool": "list_apps",
"tags": [],
"reasons": {}
},
{
"tool": "list_connections",
"tags": [],
"reasons": {}
},
{
"tool": "verify_app_connection",
"tags": [],
"reasons": {}
},
{
"tool": "get_app_actions",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_credits",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_credit_cost_drivers",
"tags": [],
"reasons": {}
},
{
"tool": "get_branding",
"tags": [],
"reasons": {}
},
{
"tool": "update_branding",
"tags": [],
"reasons": {}
},
{
"tool": "list_channels",
"tags": [],
"reasons": {}
},
{
"tool": "set_channel_default_agent",
"tags": [],
"reasons": {}
},
{
"tool": "configure_channel",
"tags": [],
"reasons": {}
},
{
"tool": "set_channel_defaults",
"tags": [],
"reasons": {}
},
{
"tool": "chat",
"tags": [],
"reasons": {}
},
{
"tool": "get_chat_turn_result",
"tags": [],
"reasons": {}
},
{
"tool": "start_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "list_executions",
"tags": [],
"reasons": {}
},
{
"tool": "get_execution",
"tags": [],
"reasons": {}
},
{
"tool": "list_timelines",
"tags": [],
"reasons": {}
},
{
"tool": "get_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_analytics",
"tags": [],
"reasons": {}
},
{
"tool": "list_tracking_events",
"tags": [],
"reasons": {}
},
{
"tool": "stop_execution",
"tags": [],
"reasons": {}
},
{
"tool": "delete_execution",
"tags": [],
"reasons": {}
},
{
"tool": "read_step_output",
"tags": [],
"reasons": {}
},
{
"tool": "rerun",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "retry_execution",
"tags": [],
"reasons": {}
},
{
"tool": "rerun_step",
"tags": [],
"reasons": {}
},
{
"tool": "patch_timeline_fields",
"tags": [],
"reasons": {}
},
{
"tool": "patch_execution_fields",
"tags": [],
"reasons": {}
},
{
"tool": "submit_feedback_to_agentled",
"tags": [],
"reasons": {}
},
{
"tool": "list_public_form_links",
"tags": [],
"reasons": {}
},
{
"tool": "create_public_form_link",
"tags": [],
"reasons": {}
},
{
"tool": "update_public_form_link",
"tags": [],
"reasons": {}
},
{
"tool": "get_public_form_link",
"tags": [],
"reasons": {}
},
{
"tool": "delete_public_form_link",
"tags": [],
"reasons": {}
},
{
"tool": "share_execution",
"tags": [],
"reasons": {}
},
{
"tool": "get_share",
"tags": [],
"reasons": {}
},
{
"tool": "revoke_share",
"tags": [],
"reasons": {}
},
{
"tool": "do",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_company_profile",
"tags": [],
"reasons": {}
},
{
"tool": "update_workspace_company_profile",
"tags": [],
"reasons": {}
},
{
"tool": "update_workspace_executive_summary",
"tags": [],
"reasons": {}
},
{
"tool": "list_pinned_outputs",
"tags": [],
"reasons": {}
},
{
"tool": "set_output_page_pin",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_home_recent_tab",
"tags": [],
"reasons": {}
},
{
"tool": "configure_home_recent_tab",
"tags": [],
"reasons": {}
},
{
"tool": "list_knowledge_lists",
"tags": [],
"reasons": {}
},
{
"tool": "get_knowledge_rows",
"tags": [],
"reasons": {}
},
{
"tool": "get_knowledge_rows_by_ids",
"tags": [],
"reasons": {}
},
{
"tool": "get_knowledge_text",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "create_knowledge_list",
"tags": [],
"reasons": {}
},
{
"tool": "update_knowledge_list_schema",
"tags": [],
"reasons": {}
},
{
"tool": "delete_knowledge_list",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_knowledge_rows",
"tags": [],
"reasons": {}
},
{
"tool": "delete_knowledge_rows",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_knowledge_text",
"tags": [],
"reasons": {}
},
{
"tool": "delete_knowledge_text",
"tags": [],
"reasons": {}
},
{
"tool": "snapshot_knowledge_list",
"tags": [],
"reasons": {}
},
{
"tool": "restore_knowledge_list_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "query_kg_edges",
"tags": [],
"reasons": {}
},
{
"tool": "get_scoring_history",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "recall_memory",
"tags": [],
"reasons": {}
},
{
"tool": "search_memories",
"tags": [],
"reasons": {}
},
{
"tool": "store_memory",
"tags": [],
"reasons": {}
},
{
"tool": "list_memories",
"tags": [],
"reasons": {}
},
{
"tool": "delete_memory",
"tags": [],
"reasons": {}
},
{
"tool": "list_models",
"tags": [],
"reasons": {}
},
{
"tool": "list_routines",
"tags": [],
"reasons": {}
},
{
"tool": "create_routine",
"tags": [],
"reasons": {}
},
{
"tool": "update_routine",
"tags": [],
"reasons": {}
},
{
"tool": "pause_routine",
"tags": [],
"reasons": {}
},
{
"tool": "resume_routine",
"tags": [],
"reasons": {}
},
{
"tool": "trigger_routine",
"tags": [],
"reasons": {}
},
{
"tool": "get_routine_run",
"tags": [],
"reasons": {}
},
{
"tool": "delete_routine",
"tags": [],
"reasons": {}
},
{
"tool": "test_app_action",
"tags": [],
"reasons": {}
},
{
"tool": "test_ai_action",
"tags": [],
"reasons": {}
},
{
"tool": "test_code_action",
"tags": [],
"reasons": {}
},
{
"tool": "list_use_cases",
"tags": [],
"reasons": {}
},
{
"tool": "preview_use_case_kit",
"tags": [],
"reasons": {}
},
{
"tool": "provision_use_case_kit",
"tags": [],
"reasons": {}
},
{
"tool": "create_use_case",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "get_use_case",
"tags": [],
"reasons": {}
},
{
"tool": "get_use_case_goal",
"tags": [],
"reasons": {}
},
{
"tool": "set_use_case_goal_policy",
"tags": [],
"reasons": {}
},
{
"tool": "set_use_case_goal_finish_line",
"tags": [],
"reasons": {}
},
{
"tool": "set_use_case_goal_brief",
"tags": [],
"reasons": {}
},
{
"tool": "bind_use_case_goal_skill",
"tags": [],
"reasons": {}
},
{
"tool": "unbind_use_case_goal_skill",
"tags": [],
"reasons": {}
},
{
"tool": "set_use_case_goal_primary_crm",
"tags": [],
"reasons": {}
},
{
"tool": "get_use_case_record_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "list_use_case_record_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "set_use_case_record_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "clear_use_case_record_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "update_use_case",
"tags": [],
"reasons": {}
},
{
"tool": "archive_use_case",
"tags": [],
"reasons": {}
},
{
"tool": "list_workflows",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "get_workflow_credits",
"tags": [],
"reasons": {}
},
{
"tool": "create_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "update_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "add_step",
"tags": [],
"reasons": {}
},
{
"tool": "move_step",
"tags": [],
"reasons": {}
},
{
"tool": "remove_step",
"tags": [],
"reasons": {}
},
{
"tool": "update_step",
"tags": [],
"reasons": {}
},
{
"tool": "get_step",
"tags": [],
"reasons": {}
},
{
"tool": "replace_step_dictionary",
"tags": [],
"reasons": {}
},
{
"tool": "replace_step_path",
"tags": [],
"reasons": {}
},
{
"tool": "unset_step_path",
"tags": [],
"reasons": {}
},
{
"tool": "append_step_array_item",
"tags": [],
"reasons": {}
},
{
"tool": "remove_step_array_item",
"tags": [],
"reasons": {}
},
{
"tool": "update_workflow_context",
"tags": [],
"reasons": {}
},
{
"tool": "delete_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "validate_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "list_snapshots",
"tags": [],
"reasons": {}
},
{
"tool": "get_snapshot_content",
"tags": [],
"reasons": {}
},
{
"tool": "restore_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "create_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "delete_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "get_draft",
"tags": [],
"reasons": {}
},
{
"tool": "promote_draft",
"tags": [],
"reasons": {}
},
{
"tool": "discard_draft",
"tags": [],
"reasons": {}
},
{
"tool": "publish_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "export_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "import_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "preview_n8n_import",
"tags": [],
"reasons": {}
},
{
"tool": "import_n8n_workflow",
"tags": [],
"reasons": {}
},
{
"tool": "get_step_schema",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_workspace_package",
"tags": [],
"reasons": {}
},
{
"tool": "preview_workspace_package",
"tags": [],
"reasons": {}
},
{
"tool": "apply_workspace_package",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_package_status",
"tags": [],
"reasons": {}
},
{
"tool": "recover_workspace_package",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "create_workspace",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "list_workspace_views",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_pr\""
]
}
},
{
"tool": "create_workspace_view",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "get_workspace_view",
"tags": [],
"reasons": {}
},
{
"tool": "update_workspace_view",
"tags": [],
"reasons": {}
},
{
"tool": "archive_workspace_view",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "0c5c8875682d79abdade2fcdb4d53460b1d13d4d929b8cfb8a9a1df38128412d",
"stats": {
"tools": 174,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 0,
"info": 0
}
}
}