proxy-mcp
npm
v3.3.2
Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.
MCP server for HTTP/HTTPS MITM proxy via mockttp
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 − 6.3 = 94. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −6.3 | Untrusted input concatenated into a command sink MTC-SRC-009 | injection |
2. Client adoption risk — 94 − 8 = 86. 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 |
| −2 | publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read |
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.
Tool "interceptor_spawn" appears to run shell commands or evaluate code (keyword "spawn" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool interceptor_spawn
In the server's implementation (`dist/interceptors/android-adb.js:11`): 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: { execFile } from "node:child_process"; import { promisify } from "node:util"; import { pemToDer, getSubjectHash } from
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/interceptors/android-adb.js
In the server's implementation (`dist/interceptors/android-frida.js:10`): 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: { execFile } from "node:child_process"; import { promisify } from "node:util"; import { buildFridaBundle } from "../frid
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/interceptors/android-frida.js
In the server's implementation (`dist/interceptors/camoufox.js:25`): 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: spawnSync } from "node:child_process"; import { mkdtemp, writeFile, rm, access, readFile } from "node:fs/promises"; imp
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/interceptors/camoufox.js
In the server's implementation (`dist/interceptors/docker.js:52`): 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"); execSync(`docker cp "${certPath}" ${containerId}:/tmp/proxy-mcp-ca.
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/interceptors/docker.js
In the server's implementation (`dist/interceptors/terminal.js:8`): 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: rt { spawn } from "node:child_process"; import { writeCertTempFile } from "./cert-utils.js"; const MAX_OUTPUT_BUFFER = 8
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/interceptors/terminal.js
In the server's implementation (`dist/interceptors/docker.js:53`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: _process"); execSync(`docker cp "${certPath}" ${containerId}:/tmp/proxy-mcp-ca.pem`, { timeout: 10000 });
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/interceptors/docker.js
Tool "interceptor_spawn" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool interceptor_spawn
Each tool and what it can reach — statically extracted from the published source.
interceptor_spawnnetwork egressruns code / shellproxy_search_session_bodiesnetwork egresshumanizer_clickno sensitive capabilityhumanizer_idleno sensitive capabilityhumanizer_moveno sensitive capabilityhumanizer_scrollno sensitive capabilityhumanizer_typeno sensitive capabilityinterceptor_android_activateno sensitive capabilityinterceptor_android_deactivateno sensitive capabilityinterceptor_android_devicesno sensitive capabilityinterceptor_android_setupno sensitive capabilityinterceptor_browser_add_script_tagno sensitive capabilityinterceptor_browser_closeno sensitive capabilityinterceptor_browser_evaluateno sensitive capabilityinterceptor_browser_get_cookieno sensitive capabilityinterceptor_browser_get_network_fieldno sensitive capabilityinterceptor_browser_get_storage_valueno sensitive capabilityinterceptor_browser_inject_init_scriptno sensitive capabilityinterceptor_browser_launchno sensitive capabilityinterceptor_browser_list_consoleno sensitive capabilityinterceptor_browser_list_cookiesno sensitive capabilityinterceptor_browser_list_network_fieldsno sensitive capabilityinterceptor_browser_list_storage_keysno sensitive capabilityinterceptor_browser_navigateno sensitive capabilityinterceptor_browser_screenshotno sensitive capabilityinterceptor_browser_snapshotno sensitive capabilityinterceptor_camoufox_closeno sensitive capabilityinterceptor_camoufox_infono sensitive capabilityinterceptor_camoufox_launchno sensitive capabilityinterceptor_camoufox_listno sensitive capabilityinterceptor_deactivate_allno sensitive capabilityinterceptor_docker_attachno sensitive capabilityinterceptor_docker_detachno sensitive capabilityinterceptor_frida_appsno sensitive capabilityinterceptor_frida_attachno sensitive capabilityinterceptor_frida_detachno sensitive capabilityinterceptor_killno sensitive capabilityinterceptor_listno sensitive capabilityinterceptor_statusno sensitive capabilityproxy_add_ruleno sensitive capabilityproxy_check_fingerprint_runtimeno sensitive capabilityproxy_clear_ja3_spoofno sensitive capabilityproxy_clear_trafficno sensitive capabilityproxy_clear_upstreamno sensitive capabilityproxy_delete_sessionno sensitive capabilityproxy_disable_ruleno sensitive capabilityproxy_enable_ruleno sensitive capabilityproxy_enable_server_tls_captureno sensitive capabilityproxy_export_harno sensitive capabilityproxy_get_ca_certno sensitive capabilityproxy_get_exchangeno sensitive capabilityproxy_get_sessionno sensitive capabilityproxy_get_session_exchangeno sensitive capabilityproxy_get_session_handshakesno sensitive capabilityproxy_get_tls_configno sensitive capabilityproxy_get_tls_fingerprintsno sensitive capabilityproxy_import_harno sensitive capabilityproxy_inject_headersno sensitive capabilityproxy_list_fingerprint_presetsno sensitive capabilityproxy_list_rulesno sensitive capabilityproxy_list_sessionsno sensitive capabilityproxy_list_tls_fingerprintsno sensitive capabilityproxy_list_trafficno sensitive capabilityproxy_mobile_detect_ifaceno sensitive capabilityproxy_mobile_setupno sensitive capabilityproxy_mobile_teardownno sensitive capabilityproxy_mock_responseno sensitive capabilityproxy_query_sessionno sensitive capabilityproxy_remove_host_upstreamno sensitive capabilityproxy_remove_ruleno sensitive capabilityproxy_replay_sessionno sensitive capabilityproxy_rewrite_urlno sensitive capabilityproxy_search_trafficno sensitive capabilityproxy_session_recoverno sensitive capabilityproxy_session_startno sensitive capabilityproxy_session_statusno sensitive capabilityproxy_session_stopno sensitive capabilityproxy_set_fingerprint_spoofno sensitive capabilityproxy_set_host_upstreamno sensitive capabilityproxy_set_ja3_spoofno sensitive capabilityproxy_set_upstreamno sensitive capabilityproxy_startno sensitive capabilityproxy_start_transparentno sensitive capabilityproxy_statusno sensitive capabilityproxy_stopno sensitive capabilityproxy_stop_transparentno sensitive capabilityproxy_test_rule_matchno sensitive capabilityproxy_transparent_statusno sensitive capabilityproxy_update_ruleno 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 |
|---|---|---|---|---|
v3.3.2 latest |
B 86/100 | 8 | 1.13.0 | 2026-09-07 |
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 proxy-mcp --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 19 side by side →
A MCP proxy to redirect requests to JetBrains IDEs
Strix MCP Proxy — the distribution wedge for governed agent tool execution. Point your MCP client at the proxy instead of the underlying server; every callTool is intercepted, evaluated against policy, and emits a signed Ed25519 receipt. Designed so Mode
MCP proxy server for SAP ABAP ADT - proxies local requests to cloud-llm-hub with JWT authentication
A tool that proxies MCP servers or merges multiple MCP servers into a single MCP server
A MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface
Agent IP: MCP server with patents search tools
MCP server for searching the Agent Almanac — the public catalog of 9,000+ Model Context Protocol servers. Find, install, and discover MCP servers from inside Claude Desktop, Cursor, Continue, Zed, or any MCP-aware agent.
Search agents & MCP servers by capability, with daily-observed pricing, liveness and market data.
Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
Airframe MCP Client - Connect agents to Airframe's product intelligence
Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai