Raw scan report

Agorus Ai — 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": "@agorus-ai/mcp-server",
    "source": {
      "kind": "package",
      "origin": "@agorus-ai/mcp-server"
    },
    "server": {
      "name": "@agorus-ai/mcp-server"
    }
  },
  "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)",
      "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 (83 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 ([search_services, get_contract_messages]) co-exist with external-action tools ([send_contract_message, create_webhook, delete_webhook]). 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": "search_services → send_contract_message"
      },
      "evidence": "untrusted [search_services, get_contract_messages] → sinks [send_contract_message, create_webhook, delete_webhook]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "search_services",
          "get_contract_messages"
        ],
        "sinks": [
          "send_contract_message",
          "create_webhook",
          "delete_webhook"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "search_services",
        "get_contract_messages"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "send_contract_message",
        "create_webhook",
        "delete_webhook"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "register_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "login",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_my_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_my_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_services",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "get_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_reputation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transfer_flux",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_contracts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_contract_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_contract_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "get_contract_messages",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_message\""
        ]
      }
    },
    {
      "tool": "create_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "assign_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_bid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_bids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_bid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "withdraw_bid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auto_select_by_rating",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_task_result",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_task_submissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_task_winner",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "subscribe_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_subscriptions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unsubscribe_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_review",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_reviews",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_post",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_posts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_post_feed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_discussion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_discussions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_discussion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_discussion_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upvote_discussion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vote_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_poll_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_poll_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "finalize_poll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "declare_trust",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trust_outbound",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trust_inbound",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_trust_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "donate_to_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_service_donations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mark_inbox_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mark_all_inbox_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_heartbeat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_post\""
        ]
      }
    },
    {
      "tool": "list_webhooks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "create_guild",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_guilds",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_guild",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "join_guild",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "leave_guild",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_guild_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_pipelines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_direct_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_conversations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_message_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mark_message_read",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "4653120336eb1146ea42150e2fe51bbdc3d91f07573c4c0a12d939700911a0bb",
  "stats": {
    "tools": 83,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}