Raw scan report

Adf Graph — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.8.0",
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "target": {
    "id": "adf-graph",
    "source": {
      "kind": "package",
      "origin": "adf-graph"
    },
    "server": {
      "name": "adf-graph"
    }
  },
  "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.8"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "can create, modify or delete files",
      "reads sensitive or local data"
    ],
    "tags": [
      "file-write",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (42 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 \"graph_ignore_null_values_audit\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"graph_ignore_null_values_audit\" 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": "graph_ignore_null_values_audit"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"graph_ignore_null_values_audit\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"graph_ignore_null_values_audit\" 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": "graph_ignore_null_values_audit"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "graph_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_find_consumers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_entity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_impact_analysis",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_data_lineage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_find_paths",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_find_orchestrators",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_trace_connection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_diff_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_diff_environments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_diff_staging",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_cross_env_artifact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_validate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_validate_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_validate_statuscode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_find_bad_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_validate_staging_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_ignore_null_values_audit",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"overwrite\""
        ]
      }
    },
    {
      "tool": "graph_staging_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_entity_coverage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_trace_parameters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_parameter_trace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_deploy_readiness",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_env\""
        ]
      }
    },
    {
      "tool": "graph_list_environments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_add_overlay",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_remove_overlay",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_list_overlays",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_add_environment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_remove_environment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_generate_scope",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_filter_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_cdc_analysis",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_staging_population",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_stored_procedure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_describe_integration_runtime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_environment_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_sp_body",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "fc68d642d20d64e65fbfbd2301afca8c1fcb45ef80c17a1b7462a6511fc38eee",
  "stats": {
    "tools": 42,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 1,
      "info": 0
    }
  }
}