@depixapp/mcp
npm
v2.8.7
Source verified
Published by depixapp — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.
DePix App MCP server — agent-facing interface for the DePix App payment gateway. Pure client of the public DePix API (api.depixapp.com): receive Pix payments (checkouts/products) and read transaction status. Non-custodial, holds zero critical credentials.
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 6 = 94. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
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.
Evidence: } = await import("node:child_process"); const [command, args] = process.platform === "darwin" ? ["open", [u
Fix: 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: server dist/owner-deps.js
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.
Evidence: } = await import("node:child_process"); return new Promise((resolve) => { const child = spawn(comma
Fix: 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: server dist/wallet-engine/mcp/host-register.js
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.
Evidence: } = await import("node:child_process"); return new Promise((resolve) => { const child = spawn(command, [...
Fix: 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: server dist/wallet-engine/store/unlock-store.js
Each tool and what it can reach — statically extracted from the published source.
get_checkoutingests untrusted inputget_productingests untrusted inputget_support_ticketingests untrusted inputwallet_list_giftcardsingests untrusted inputactivate_keyno sensitive capabilityactivate_productno sensitive capabilityagent_statusno sensitive capabilityattach_support_ticket_fileno sensitive capabilityclose_support_ticketno sensitive capabilityconfigure_depix_railno sensitive capabilitycreate_checkoutno sensitive capabilitycreate_keyno sensitive capabilitycreate_productno sensitive capabilitydeactivate_productno sensitive capabilityget_accountno sensitive capabilityget_deposit_statusno sensitive capabilityget_onboarding_statusno sensitive capabilityget_vault_statusno sensitive capabilityget_withdrawal_statusno sensitive capabilitylist_checkoutsno sensitive capabilitylist_product_checkoutsno sensitive capabilitylist_productsno sensitive capabilitylist_support_ticketsno sensitive capabilitylist_webhook_logsno sensitive capabilityopen_support_ticketno sensitive capabilityregister_accountno sensitive capabilityreply_support_ticketno sensitive capabilityrevoke_keyno sensitive capabilityset_featured_productsno sensitive capabilitysimulate_checkout_paymentno sensitive capabilityupdate_merchant_profileno sensitive capabilityupdate_productno sensitive capabilityverify_domainno sensitive capabilitywait_for_checkoutno sensitive capabilitywallet_buy_giftcardno sensitive capabilitywallet_convertno sensitive capabilitywallet_create_depositno sensitive capabilitywallet_create_withdrawalno sensitive capabilitywallet_diagnosticsno sensitive capabilitywallet_get_addressno sensitive capabilitywallet_get_balancesno sensitive capabilitywallet_get_giftcard_order_statusno sensitive capabilitywallet_get_guardrailsno sensitive capabilitywallet_giftcard_priceno sensitive capabilitywallet_list_giftcard_ordersno sensitive capabilitywallet_list_giftcard_productsno sensitive capabilitywallet_list_transactionsno sensitive capabilitywallet_list_utxosno sensitive capabilitywallet_pay_lightning_invoiceno sensitive capabilitywallet_pendingno sensitive capabilitywallet_quoteno sensitive capabilitywallet_receive_lightningno sensitive capabilitywallet_recoverno sensitive capabilitywallet_sendno sensitive capabilitywallet_shift_usdtno sensitive capabilitywallet_statusno sensitive capabilitywallet_swap_executeno sensitive capabilitywallet_swap_quoteno sensitive capabilitywallet_syncno sensitive capabilitywallet_to_stablecoinno sensitive capabilitywallet_wait_depositno sensitive capabilitywallet_wait_withdrawalno sensitive capabilityScan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v2.8.7 latest |
A 94/100 | 3 | 1.13.0 | 2026-09-07 |
v2.8.6 |
A 94/100 | 3 | 1.13.0 | 2026-09-04 |
v2.8.3 |
A 94/100 | 3 | 1.13.0 | 2026-09-01 |
v2.7.0 |
A 94/100 | 2 | 1.13.0 | 2026-08-28 |
v2.3.1 |
A 97/100 | 0 | 1.13.0 | 2026-08-27 |
v2.2.1 |
A 97/100 | 0 | 1.12.1 | 2026-08-22 |
v2.2.0 |
A 97/100 | 0 | 1.12.1 | 2026-08-10 |
v1.2.0 |
A 97/100 | 0 | 1.12.1 | 2026-07-29 |
v1.0.0 |
A 100/100 | 0 | 1.5.0 | 2026-07-22 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @depixapp/mcp --online
<img src="./public/logo.png" alt="1Money Logo" width="200"/>
Signed verification attestations for agent decisions: business, price, freshness, claim checks.
Actual Budget MCP server exposing API functionality
MCP server for Actual Budget - query and manage your personal finances through Claude
The Adyen Model Context Protocol server allows you to integrate with Adyen APIs through LLMs function calling utilizing various Clients. It currently supports the following tools:
Trusted agent-commerce hub: discover, trust-check, and route x402 payments with failover.