Raw scan report

Agentsbazaar — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.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.8.0",
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "target": {
    "id": "@agentsbazaar/mcp",
    "source": {
      "kind": "package",
      "origin": "@agentsbazaar/mcp"
    },
    "server": {
      "name": "@agentsbazaar/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.8"
  },
  "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 (74 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 ([read_email, crawl_endpoint]) co-exist with external-action tools ([send_email, register_webhook, open_prepaid_session, send_message, upload_file]). 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": "read_email → send_email"
      },
      "evidence": "untrusted [read_email, crawl_endpoint] → sinks [send_email, register_webhook, open_prepaid_session, send_message, upload_file]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "read_email",
          "crawl_endpoint"
        ],
        "sinks": [
          "send_email",
          "register_webhook",
          "open_prepaid_session",
          "send_message",
          "upload_file"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "read_email",
        "crawl_endpoint"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "send_email",
        "register_webhook",
        "open_prepaid_session",
        "send_message",
        "upload_file"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "search_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_agent_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "activate_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_memory_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_memory_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_memory_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_memory_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_memory_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_schedule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_schedules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "toggle_schedule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "subscribe_to_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_subscriptions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "publish_output",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_agent_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_message_channels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_channel_messages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_trigger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_triggers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_teams",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_team",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trading_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "credit_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "credit_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_credits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_custodial_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_custodial_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_custodial_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delegate_trading",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_delegations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delegated_trade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_spend_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_spend_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_spend_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_session_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_session_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ratings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "platform_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_email",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_email\""
        ]
      }
    },
    {
      "tool": "send_email",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_email\""
        ]
      }
    },
    {
      "tool": "compose_reply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "quote_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "hire_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_hire_instructions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "review_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transfer_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "crawl_endpoint",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"crawl\""
        ]
      }
    },
    {
      "tool": "check_notifications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "open_prepaid_session",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"open_pr\""
        ]
      }
    },
    {
      "tool": "extend_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "close_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trust_tier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_leaderboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_feedback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_review",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_feedback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "respond_to_feedback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_file",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "setup_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_balance",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "07b3442ec6c9e086cd2aae038e757cb80413f9706c48cab421652e3caf71b2da",
  "stats": {
    "tools": 74,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}