Raw scan report

Lunchmoney — 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": "@akutishevsky/lunchmoney-mcp",
    "source": {
      "kind": "package",
      "origin": "@akutishevsky/lunchmoney-mcp"
    },
    "server": {
      "name": "@akutishevsky/lunchmoney-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": [
      "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 (59 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": [],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "get_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_account_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_account_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_account_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_crypto_synced_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_crypto_synced_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_crypto_synced_balance_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_balance_history_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_deleted_account_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_budget_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_budget_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_budget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_supported_cryptocurrencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_supported_cryptocurrency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_manual_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_manual_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_manual_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_manual_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_manual_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_synced_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_synced_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_synced_crypto_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refresh_synced_crypto",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_manual_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_manual_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_manual_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_manual_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_manual_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_plaid_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_plaid_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "trigger_plaid_fetch",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "get_recurring_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_recurring_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_all_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_single_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_transactions_bulk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_transactions_bulk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_transaction_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_transaction_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "split_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unsplit_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attach_file_to_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_transaction_attachment_url",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "delete_transaction_attachment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "c1e5f41241a075cdc6822c6905900ed978df9f75963d10ae58bd97927d07b791",
  "stats": {
    "tools": 59,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}