Bnbchain — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@nirholas/bnbchain-mcp",
"source": {
"kind": "package",
"origin": "@nirholas/bnbchain-mcp"
},
"server": {
"name": "@nirholas/bnbchain-mcp"
}
},
"grade": "A",
"score": {
"score": 93,
"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": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"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": "high",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (200 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-SRC-002",
"title": "Shell/command execution in server code (src/vendors/dex-analytics/test.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/vendors/dex-analytics/test.js:9`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/vendors/dex-analytics/test.js"
},
"evidence": "import { spawn } from 'child_process'; import path from 'path'; import { fileURLToPath } from 'url'; const __dirname =",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/vendors/dex-analytics/test.js",
"line": 9,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/vendors/dex-analytics/test_mcp_client.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/vendors/dex-analytics/test_mcp_client.js:9`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/vendors/dex-analytics/test_mcp_client.js"
},
"evidence": "import { spawn } from 'child_process'; import path from 'path'; import { fileURLToPath } from 'url'; const __dirname =",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/vendors/dex-analytics/test_mcp_client.js",
"line": 9,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/vendors/tatum-api/cli.ts)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/vendors/tatum-api/cli.ts:17`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/vendors/tatum-api/cli.ts"
},
"evidence": "import { spawn } from 'child_process'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirna",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/vendors/tatum-api/cli.ts",
"line": 17,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-003",
"title": "Hardcoded egress to an external endpoint in packaging/dev tooling (src/bnb.test.ts)",
"category": "exfiltration",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/bnb.test.ts:302`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "src/bnb.test.ts"
},
"evidence": "const response = await fetch(\"https://gnfd-testnet-sp.nodereal.io/account/balance\") const data = await response",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"rule": "MTC-SRC-003",
"file": "src/bnb.test.ts",
"line": 302,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (examples/integrations/autogpt-plugin/plugin.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`examples/integrations/autogpt-plugin/plugin.py:64`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "examples/integrations/autogpt-plugin/plugin.py"
},
"evidence": "self.process = subprocess.Popen( self.config.mcp_command, stdin=subproc",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "examples/integrations/autogpt-plugin/plugin.py",
"line": 64,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (examples/integrations/discord-bot.ts)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`examples/integrations/discord-bot.ts:31`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "examples/integrations/discord-bot.ts"
},
"evidence": "import { spawn } from \"child_process\"; // ============================================================================",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "examples/integrations/discord-bot.ts",
"line": 31,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (examples/integrations/langchain-agent.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`examples/integrations/langchain-agent.py:62`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "examples/integrations/langchain-agent.py"
},
"evidence": "self.process = subprocess.Popen( MCP_COMMAND, stdin=subprocess.PIPE, stdout",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "examples/integrations/langchain-agent.py",
"line": 62,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "BinanceFutureCancelAlgoOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFutureCurrentAlgoOpenOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSpotCancelOpenTWAPOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSpotCurrentAlgoOpenOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAutoInvestChangePlanStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAutoInvestCreatePlan",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAutoInvestEditPlan",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceC2CGetAds",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "BinanceGetC2CTradeHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceConvertAcceptQuote",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceConvertCancelLimitOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetConvertTradeHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingFollowTrader",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingGetCopyOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingGetCopyPositions",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoanFlexibleAdjustLTV",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoanFlexibleBorrow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoanFlexibleBorrowHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetDualInvestmentProductList",
"tags": [],
"reasons": {}
},
{
"tool": "registerBinanceChangeAutoCompoundStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCheckDualInvestmentAccounts",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetDualInvestmentPositions",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "BinanceAccountList",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAcquiringAlgorithm",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAcquiringCoinName",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "BinanceCancelHashRateResaleConfiguration",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceEarningsList",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceExtraBonusList",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsGetAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsGetBillHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsDepth",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsExchangeInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsExerciseHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsCancelBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsCancelByUnderlying",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsCreateListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceOptionsDeleteListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePayCreateOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginGetAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginGetBalance",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginGetCmAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginGetCmPosition",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCmCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCmCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCmChangeLeverage",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCmChangeMarginType",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCmGetAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginMarginCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginMarginCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginMarginGetAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginUmCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginUmCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginUmChangeLeverage",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginUmChangeMarginType",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginUmGetAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginCreateListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinancePortfolioMarginDeleteListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSimpleEarnAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSimpleEarnCollateralRecord",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAccountCommission",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceExchangeInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAggTrades",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAvgPrice",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDepth",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeleteOpenOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeleteOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeleteUserDataStream",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceEthStakingAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetCurrentEthStakingQuota",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetEthRedemptionHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceClaimBoostRewards",
"tags": [],
"reasons": {}
},
{
"tool": "registerBinanceGetBnsolRateHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetBnsolRewardsHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetBoostRewardsHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetBorrowInterestRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGetCollateralAssetData",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCheckVIPLoanCollateralAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAccountApiTradingStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAccountInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAccountStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDailyAccountSnapshot",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDisableFastWithdrawSwitch",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletEnableFastWithdrawSwitch",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletGetApiKeyPermission",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAssetDetail",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAssetDividendRecord",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDustTransfer",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDustlog",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletFundingWallet",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletGetAssetsThatCanBeConvertedIntoBnb",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletGetCloudMiningPaymentAndRefundHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletAllCoinsInformation",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDepositAddress",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDepositHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletFetchDepositAddressListWithNetwork",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "BinanceWalletFetchWithdrawAddressList",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "BinanceWalletBrokerWithdraw",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceWalletDepositHistoryTravelRule",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceAutoInvestChangeIndexPlanStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingFollow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingGetOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCopyTradingGetPositions",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFixedAdjustLTV",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFixedBorrow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFixedCollateralRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFixedMarginCall",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFixedBorrowHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFlexibleAdjustLTV",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFlexibleBorrow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCryptoLoansFlexibleBorrowHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryAdlQuantile",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryBalance",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCommissionRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryForceOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryAggTrades",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryTickerBookTicker",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryContinuousKlines",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryDepth",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryExchangeInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryFundingRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCancelBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryChangeLeverage",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryChangeMarginType",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryChangePositionMode",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCountdownCancelAll",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryGetAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCloseListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDeliveryCreateListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesADLQuantile",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesApiTradingStatus",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesBalance",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCommissionRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesDownloadId",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "BinanceFuturesForceOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesAggTrades",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesAssetIndex",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesContinuousKlines",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesDepth",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesExchangeInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesFundingInfo",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesFundingRate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCancelAllOpenOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCancelBatchOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesChangeLeverage",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesChangeMarginType",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesChangeMultiAssetsMode",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesChangePositionMode",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCountdownCancelAll",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesGetAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCloseListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceFuturesCreateListenKey",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGiftCardBuyCode",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGiftCardCreateDualToken",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceGiftCardCreate",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginAllAssets",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginAvailableInventory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginBorrow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginCancelAllOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginCancelOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginCapitalFlow",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginDelist",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginDustLog",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginFee",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginForceLiquidationRec",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginInterestHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginInterestRateHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginLoanRecord",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginMaxBorrowable",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginMaxTransferable",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginMyTrades",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginNewOrder",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginOpenOrders",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginPairs",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginPriceIndex",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginRepay",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginRepayRecord",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginSmallLiabilityExchange",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginSmallLiabilityExchangeHistory",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceCrossMarginTransfer",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceDisableIsolatedMarginAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceEnableIsolatedMarginAccount",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSubAccountDepositAddress",
"tags": [],
"reasons": {}
},
{
"tool": "BinanceSubAccountDepositHistory",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "9d5db8af66c3d05e14c4e8a1828d5d207b824a3dd0249f7c23a0555c40c37377",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 0,
"low": 4,
"info": 0
}
}
}