Raw scan report

Ghost — 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": "@antoinefamibelle/ghost-mcp",
    "source": {
      "kind": "package",
      "origin": "@antoinefamibelle/ghost-mcp"
    },
    "server": {
      "name": "@antoinefamibelle/ghost-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 95,
    "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": "none",
        "label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
        "appliedPenalty": 2
      },
      {
        "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": [
      "untrusted-input",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (44 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 ([invites_browse, members_browse, members_read, newsletters_browse, newsletters_read, offers_browse, offers_read, posts_browse, posts_read, roles_browse, roles_read, tags_browse, tags_read, tiers_browse, tiers_read, users_browse, users_read, webhooks_browse, webhooks_read]) co-exist with external-action tools ([webhooks_browse, webhooks_read, webhooks_edit, webhooks_delete]). 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": "invites_browse → webhooks_browse"
      },
      "evidence": "untrusted [invites_browse, members_browse, members_read, newsletters_browse, newsletters_read, offers_browse, offers_read, posts_browse, posts_read, roles_brows",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "invites_browse",
          "members_browse",
          "members_read",
          "newsletters_browse",
          "newsletters_read",
          "offers_browse",
          "offers_read",
          "posts_browse",
          "posts_read",
          "roles_browse",
          "roles_read",
          "tags_browse",
          "tags_read",
          "tiers_browse",
          "tiers_read",
          "users_browse",
          "users_read",
          "webhooks_browse",
          "webhooks_read"
        ],
        "sinks": [
          "webhooks_browse",
          "webhooks_read",
          "webhooks_edit",
          "webhooks_delete"
        ]
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"@antoinefamibelle/ghost-mcp\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
      "remediation": "Prefer packages that link to public, reviewable source.",
      "location": {
        "kind": "package",
        "name": "@antoinefamibelle/ghost-mcp"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "invites_browse",
        "members_browse",
        "members_read",
        "newsletters_browse",
        "newsletters_read",
        "offers_browse",
        "offers_read",
        "posts_browse",
        "posts_read",
        "roles_browse",
        "roles_read",
        "tags_browse",
        "tags_read",
        "tiers_browse",
        "tiers_read",
        "users_browse",
        "users_read",
        "webhooks_browse",
        "webhooks_read"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "webhooks_browse",
        "webhooks_read",
        "webhooks_edit",
        "webhooks_delete"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "invites_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "invites_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "invites_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "members_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "members_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "members_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "members_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "members_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "newsletters_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "newsletters_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "newsletters_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "newsletters_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "newsletters_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "offers_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "offers_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "offers_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "offers_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "offers_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "posts_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "posts_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "posts_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "posts_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "posts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "roles_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "roles_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "tags_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "tags_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "tags_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tags_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tags_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tiers_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "tiers_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "tiers_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tiers_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tiers_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_browse",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "users_read",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "users_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "users_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "webhooks_browse",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ],
        "external-sink": [
          "keyword \"http_post\""
        ]
      }
    },
    {
      "tool": "webhooks_read",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ],
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "webhooks_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "webhooks_edit",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "webhooks_delete",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "bf0f21503e690de6947eef5214e1df539b31ccdd0a6b58e0635ce4d77a9b3a5a",
  "stats": {
    "tools": 44,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 1
    }
  }
}