Depixapp — 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": "@depixapp/mcp",
"source": {
"kind": "package",
"origin": "@depixapp/mcp"
},
"server": {
"name": "@depixapp/mcp"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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 (62 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 (dist/owner-deps.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/owner-deps.js:68`): 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": "dist/owner-deps.js"
},
"evidence": "} = await import(\"node:child_process\"); const [command, args] = process.platform === \"darwin\" ? [\"open\", [u",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/owner-deps.js",
"line": 68,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/wallet-engine/mcp/host-register.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/wallet-engine/mcp/host-register.js:168`): 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": "dist/wallet-engine/mcp/host-register.js"
},
"evidence": "} = await import(\"node:child_process\"); return new Promise((resolve) => { const child = spawn(comma",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/wallet-engine/mcp/host-register.js",
"line": 168,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/wallet-engine/store/unlock-store.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/wallet-engine/store/unlock-store.js:36`): 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": "dist/wallet-engine/store/unlock-store.js"
},
"evidence": "} = await import(\"node:child_process\"); return new Promise((resolve) => { const child = spawn(command, [...",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/wallet-engine/store/unlock-store.js",
"line": 36,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "register_account",
"tags": [],
"reasons": {}
},
{
"tool": "agent_status",
"tags": [],
"reasons": {}
},
{
"tool": "verify_domain",
"tags": [],
"reasons": {}
},
{
"tool": "configure_depix_rail",
"tags": [],
"reasons": {}
},
{
"tool": "activate_key",
"tags": [],
"reasons": {}
},
{
"tool": "create_key",
"tags": [],
"reasons": {}
},
{
"tool": "revoke_key",
"tags": [],
"reasons": {}
},
{
"tool": "create_checkout",
"tags": [],
"reasons": {}
},
{
"tool": "get_checkout",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_checkouts",
"tags": [],
"reasons": {}
},
{
"tool": "simulate_checkout_payment",
"tags": [],
"reasons": {}
},
{
"tool": "wait_for_checkout",
"tags": [],
"reasons": {}
},
{
"tool": "create_product",
"tags": [],
"reasons": {}
},
{
"tool": "list_products",
"tags": [],
"reasons": {}
},
{
"tool": "get_product",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "update_product",
"tags": [],
"reasons": {}
},
{
"tool": "activate_product",
"tags": [],
"reasons": {}
},
{
"tool": "deactivate_product",
"tags": [],
"reasons": {}
},
{
"tool": "set_featured_products",
"tags": [],
"reasons": {}
},
{
"tool": "list_product_checkouts",
"tags": [],
"reasons": {}
},
{
"tool": "get_account",
"tags": [],
"reasons": {}
},
{
"tool": "get_deposit_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_withdrawal_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_onboarding_status",
"tags": [],
"reasons": {}
},
{
"tool": "update_merchant_profile",
"tags": [],
"reasons": {}
},
{
"tool": "get_vault_status",
"tags": [],
"reasons": {}
},
{
"tool": "list_webhook_logs",
"tags": [],
"reasons": {}
},
{
"tool": "open_support_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "get_support_ticket",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_support_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "reply_support_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "close_support_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "attach_support_ticket_file",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_status",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_get_address",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_get_balances",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_list_transactions",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_send",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_create_deposit",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_wait_deposit",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_create_withdrawal",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_wait_withdrawal",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_get_guardrails",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_quote",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_convert",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_swap_quote",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_swap_execute",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_pay_lightning_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_receive_lightning",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_to_stablecoin",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_list_giftcards",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "wallet_list_giftcard_products",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_giftcard_price",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_buy_giftcard",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_list_giftcard_orders",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_get_giftcard_order_status",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_shift_usdt",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_recover",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_pending",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_diagnostics",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_sync",
"tags": [],
"reasons": {}
},
{
"tool": "wallet_list_utxos",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "bb8f6ef0ad87dd77736b219a09827d6cdff944559cd87d323ebf98721cfbd2c5",
"stats": {
"tools": 62,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 0,
"low": 0,
"info": 0
}
}
}