Azure Devops — 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": "@fabriciofs/mcp-azure-devops",
"source": {
"kind": "package",
"origin": "@fabriciofs/mcp-azure-devops"
},
"server": {
"name": "@fabriciofs/mcp-azure-devops"
}
},
"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": [
"external-sink",
"untrusted-input",
"file-write"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (82 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 ([repo_list_pull_request_thread_comments, pipelines_download_artifact, wiki_get_page, wiki_get_page_content]) co-exist with external-action tools ([repo_create_pull_request, repo_create_pull_request_thread]). 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": "repo_list_pull_request_thread_comments → repo_create_pull_request"
},
"evidence": "untrusted [repo_list_pull_request_thread_comments, pipelines_download_artifact, wiki_get_page, wiki_get_page_content] → sinks [repo_create_pull_request, repo_cr",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"repo_list_pull_request_thread_comments",
"pipelines_download_artifact",
"wiki_get_page",
"wiki_get_page_content"
],
"sinks": [
"repo_create_pull_request",
"repo_create_pull_request_thread"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"wit_work_item_unlink\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"wit_work_item_unlink\" 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": "wit_work_item_unlink"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"wit_work_item_unlink\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"wit_work_item_unlink\" 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": "wit_work_item_unlink"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"repo_list_pull_request_thread_comments",
"pipelines_download_artifact",
"wiki_get_page",
"wiki_get_page_content"
],
"sensitiveSource": [],
"externalSink": [
"repo_create_pull_request",
"repo_create_pull_request_thread"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "core_list_project_teams",
"tags": [],
"reasons": {}
},
{
"tool": "core_list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "core_get_identity_ids",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_repos_by_project",
"tags": [],
"reasons": {}
},
{
"tool": "repo_get_repo_by_name_or_id",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_branches_by_repo",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_my_branches_by_repo",
"tags": [],
"reasons": {}
},
{
"tool": "repo_get_branch_by_name",
"tags": [],
"reasons": {}
},
{
"tool": "repo_create_branch",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_pull_requests_by_repo_or_project",
"tags": [],
"reasons": {}
},
{
"tool": "repo_get_pull_request_by_id",
"tags": [],
"reasons": {}
},
{
"tool": "repo_create_pull_request",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_pull_request\""
]
}
},
{
"tool": "repo_update_pull_request",
"tags": [],
"reasons": {}
},
{
"tool": "repo_update_pull_request_reviewers",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_pull_request_threads",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_pull_request_thread_comments",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_comment\""
]
}
},
{
"tool": "repo_create_pull_request_thread",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_pull_request\""
]
}
},
{
"tool": "repo_update_pull_request_thread",
"tags": [],
"reasons": {}
},
{
"tool": "repo_reply_to_comment",
"tags": [],
"reasons": {}
},
{
"tool": "repo_search_commits",
"tags": [],
"reasons": {}
},
{
"tool": "repo_list_pull_requests_by_commits",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_work_items_batch_by_ids",
"tags": [],
"reasons": {}
},
{
"tool": "wit_create_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "wit_update_work_item",
"tags": [],
"reasons": {}
},
{
"tool": "wit_update_work_items_batch",
"tags": [],
"reasons": {}
},
{
"tool": "wit_my_work_items",
"tags": [],
"reasons": {}
},
{
"tool": "wit_list_backlogs",
"tags": [],
"reasons": {}
},
{
"tool": "wit_list_backlog_work_items",
"tags": [],
"reasons": {}
},
{
"tool": "wit_list_work_item_comments",
"tags": [],
"reasons": {}
},
{
"tool": "wit_add_work_item_comment",
"tags": [],
"reasons": {}
},
{
"tool": "wit_list_work_item_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_work_items_for_iteration",
"tags": [],
"reasons": {}
},
{
"tool": "wit_add_child_work_items",
"tags": [],
"reasons": {}
},
{
"tool": "wit_work_items_link",
"tags": [],
"reasons": {}
},
{
"tool": "wit_work_item_unlink",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\" in tool name"
]
}
},
{
"tool": "wit_link_work_item_to_pull_request",
"tags": [],
"reasons": {}
},
{
"tool": "wit_add_artifact_link",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_work_item_type",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_query",
"tags": [],
"reasons": {}
},
{
"tool": "wit_get_query_results_by_id",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_builds",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_changes",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_definitions",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_definition_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_log",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_log_by_id",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_build_status",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_update_build_stage",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_create_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_get_run",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_list_runs",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_run_pipeline",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_list_artifacts",
"tags": [],
"reasons": {}
},
{
"tool": "pipelines_download_artifact",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "wiki_list_wikis",
"tags": [],
"reasons": {}
},
{
"tool": "wiki_get_wiki",
"tags": [],
"reasons": {}
},
{
"tool": "wiki_list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "wiki_get_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "wiki_get_page_content",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "wiki_create_or_update_page",
"tags": [],
"reasons": {}
},
{
"tool": "search_code",
"tags": [],
"reasons": {}
},
{
"tool": "search_wiki",
"tags": [],
"reasons": {}
},
{
"tool": "search_workitem",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_list_test_plans",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_create_test_plan",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_list_test_suites",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_create_test_suite",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_list_test_cases",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_create_test_case",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_update_test_case_steps",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_add_test_cases_to_suite",
"tags": [],
"reasons": {}
},
{
"tool": "testplan_show_test_results_from_build_id",
"tags": [],
"reasons": {}
},
{
"tool": "advsec_get_alerts",
"tags": [],
"reasons": {}
},
{
"tool": "advsec_get_alert_details",
"tags": [],
"reasons": {}
},
{
"tool": "work_list_team_iterations",
"tags": [],
"reasons": {}
},
{
"tool": "work_list_iterations",
"tags": [],
"reasons": {}
},
{
"tool": "work_create_iterations",
"tags": [],
"reasons": {}
},
{
"tool": "work_assign_iterations",
"tags": [],
"reasons": {}
},
{
"tool": "work_get_team_capacity",
"tags": [],
"reasons": {}
},
{
"tool": "work_update_team_capacity",
"tags": [],
"reasons": {}
},
{
"tool": "work_get_iteration_capacities",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "a28cba047f408005bca403a964cb9a6f1cbe21fcc92a307723b72c7d2d37c9bd",
"stats": {
"tools": 82,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 1,
"info": 0
}
}
}