Raw scan report

Feedme Html Publisher — 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": "feedme-html-publisher-mcp",
    "source": {
      "kind": "package",
      "origin": "feedme-html-publisher-mcp"
    },
    "server": {
      "name": "feedme-html-publisher-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 90,
    "threatScore": 94,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 6.3,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-SCHEMA-1",
        "category": "injection",
        "severity": "medium",
        "confidence": "strong",
        "rawWeight": 9,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 6.3
      },
      {
        "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 create, modify or delete files"
    ],
    "tags": [
      "file-write"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (37 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-INJ-SCHEMA-1",
      "title": "Description names a credential store the tool cannot reach",
      "category": "injection",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"logout\" describes a credential store (SSH keys, cloud credentials, a keychain or an equivalent) that nothing in its input schema can address. A tool's interface is the honest statement of what it touches; prose that reaches past it is addressed to the model, not to a reader.",
      "remediation": "Remove the reference, or expose the target as an explicit, validated parameter so the client can see and consent to what the tool reads.",
      "location": {
        "kind": "tool",
        "name": "logout",
        "field": "description"
      },
      "evidence": "Keychain",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {}
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"unlink_person\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"unlink_person\" 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": "unlink_person"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"unlink_company\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"unlink_company\" 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": "unlink_company"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"unlink_person\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"unlink_person\" 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": "unlink_person"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"unlink_company\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"unlink_company\" 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": "unlink_company"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "login",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "logout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whoami",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_project_documents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_current_html",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "view_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "publish_html",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restore_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clone_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_company",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_studio_associate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_studio_associate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_person_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unlink_person",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    },
    {
      "tool": "link_company",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unlink_company",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    },
    {
      "tool": "list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "finance_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_finance_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_expenses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_expense",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_expense",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_expense",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_revenues",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_revenue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_revenue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_revenue",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "4fe389f86ab223a5159d956df4cf41a9d8a2e44037ada34dbcc9e464e61ffff5",
  "stats": {
    "tools": 37,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 3,
      "low": 2,
      "info": 0
    }
  }
}