Raw scan report

Apollo — 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": "apollo-mcp",
    "source": {
      "kind": "package",
      "origin": "apollo-mcp"
    },
    "server": {
      "name": "apollo-mcp"
    }
  },
  "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": [
      "can send data / act on an external service"
    ],
    "tags": [
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (35 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 \"linkedin_url\" on \"enrich_person\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"enrich_person\" takes a URL/host parameter \"linkedin_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": "enrich_person",
        "field": "inputSchema.properties.linkedin_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "linkedin_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"enrich_person\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"enrich_person\" takes a URL/host parameter \"webhook_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": "enrich_person",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "search_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_account_stages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_email_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_api_usage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_custom_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_contacts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_contact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_create_contacts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_contact_stages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_deals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_deal_stages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_organizations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "enrich_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_organization_job_postings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_people",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "enrich_person",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "bulk_enrich_people",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_sequences",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_contacts_to_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_contact_sequence_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sequence_email_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "activate_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deactivate_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_tasks",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "83ee01904bc736ad3c7ebc32f3044e929885bf46d50d9b98fe39ee843a6afcaf",
  "stats": {
    "tools": 35,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 0
    }
  }
}