Raw scan report

Web Scrape — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "mcp-web-scrape",
    "source": {
      "kind": "package",
      "origin": "mcp-web-scrape"
    },
    "server": {
      "name": "mcp-web-scrape"
    }
  },
  "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)"
    ],
    "tags": [
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (49 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-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"get_page_metadata\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"get_page_metadata\" 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": "get_page_metadata",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"extract_feeds\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"extract_feeds\" 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": "extract_feeds",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "extract_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "summarize_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_page_metadata",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"get_page\""
        ]
      }
    },
    {
      "tool": "check_url_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_images",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_robots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_structured_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_extract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_forms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_social_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_contact_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_headings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_feeds",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"rss\""
        ]
      }
    },
    {
      "tool": "monitor_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_sitemap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_html",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "convert_to_pdf",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_text_only",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_word_cloud",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "translate_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_keywords",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_readability",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_language",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_entities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sentiment_analysis",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "classify_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_competitors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_schema_markup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_broken_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_page_speed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_meta_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scan_vulnerabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_ssl_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_cookies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_tracking",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_privacy_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "monitor_uptime",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "track_changes_detailed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_traffic_patterns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "benchmark_performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_reports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fb_pixel",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "10c45923ac4d61ca3fb1e522a2f7034b268f9a89fb5bed4c9cd60a8fbd5ab4b1",
  "stats": {
    "tools": 49,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 0
    }
  }
}