Stealth Chrome MCP Server

mcp-stealth-chrome PyPI v0.10.1

Published by robithyusuf — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Stealth Chrome MCP server — nodriver + Chromium + 80+ tools with Cloudflare/Turnstile bypass, CapSolver, storage-state reuse

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

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 − 7 = 93. 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:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

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.

Findings 5

high Tool "spawn_browser" exposes command/code executionMTC-CAP-001

Tool "spawn_browser" 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 spawn_browser

high Shell/command execution in server code (src/mcp_stealth_chrome/server.py)MTC-SRC-002

In the server's implementation (`src/mcp_stealth_chrome/server.py:1613`): 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: completed = subprocess.run( ["open", "-a", str(app)], capture_output

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 src/mcp_stealth_chrome/server.py

high Shell/command execution in server code (src/mcp_stealth_chrome/state.py)MTC-SRC-002

In the server's implementation (`src/mcp_stealth_chrome/state.py:194`): 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: process r = subprocess.run( ["tasklist", "/FI", f"PID eq {pid}", "/NH", "/FO", "CSV"],

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 src/mcp_stealth_chrome/state.py

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([network_start, get_page_errors, scrape_page, wait_for_network_idle, web_search, scrape_markdown, smart_fetch]) co-exist with external-action tools ([upload_file, export_curl, spawn_browser, http_request_with_session, http_request]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [network_start, get_page_errors, scrape_page, wait_for_network_idle, web_search, scrape_markdown, smart_fetch] → sinks [upload_file, export_curl, spaw

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow network_start → upload_file

low Mutating tool "spawn_browser" declares no destructiveHintMTC-CAP-005

Tool "spawn_browser" 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 spawn_browser

Tools 160

Each tool and what it can reach — statically extracted from the published source.

  • export_curlnetwork egress
  • get_page_errorsingests untrusted input
  • http_requestnetwork egress
  • http_request_with_sessionnetwork egress
  • network_startingests untrusted input
  • scrape_markdowningests untrusted input
  • scrape_pageingests untrusted input
  • smart_fetchingests untrusted input
  • spawn_browserruns code / shell
  • upload_filenetwork egress
Show 150 more tools ↓
  • wait_for_network_idleingests untrusted input
  • web_searchingests untrusted input
  • accessibility_snapshotno sensitive capability
  • assert_clickableno sensitive capability
  • assert_element_visibleno sensitive capability
  • assert_text_presentno sensitive capability
  • assert_url_matchesno sensitive capability
  • attach_to_chromeno sensitive capability
  • auth_captureno sensitive capability
  • batch_actionsno sensitive capability
  • browser_closeno sensitive capability
  • browser_launchno sensitive capability
  • browser_recoverno sensitive capability
  • browser_snapshotno sensitive capability
  • cache_clearno sensitive capability
  • checkno sensitive capability
  • clickno sensitive capability
  • click_and_waitno sensitive capability
  • click_at_cornerno sensitive capability
  • click_at_imageno sensitive capability
  • click_element_offsetno sensitive capability
  • click_roleno sensitive capability
  • click_textno sensitive capability
  • click_turnstileno sensitive capability
  • clone_chrome_profileno sensitive capability
  • close_all_instancesno sensitive capability
  • close_instanceno sensitive capability
  • console_clearno sensitive capability
  • console_getno sensitive capability
  • console_startno sensitive capability
  • cookie_deleteno sensitive capability
  • cookie_exportno sensitive capability
  • cookie_importno sensitive capability
  • cookie_listno sensitive capability
  • cookie_setno sensitive capability
  • coverage_startno sensitive capability
  • coverage_stopno sensitive capability
  • deep_researchno sensitive capability
  • describe_pageno sensitive capability
  • detachno sensitive capability
  • detect_and_bypassno sensitive capability
  • detect_anti_botno sensitive capability
  • detect_content_patternno sensitive capability
  • dialog_auto_handleno sensitive capability
  • dialog_handleno sensitive capability
  • drag_and_dropno sensitive capability
  • dry_runno sensitive capability
  • emulate_cpuno sensitive capability
  • emulate_deviceno sensitive capability
  • emulate_networkno sensitive capability
  • evaluateno sensitive capability
  • export_harno sensitive capability
  • extract_structuredno sensitive capability
  • extract_tableno sensitive capability
  • fillno sensitive capability
  • fill_formno sensitive capability
  • find_by_imageno sensitive capability
  • fingerprint_auditno sensitive capability
  • fingerprint_rotateno sensitive capability
  • form_introspectno sensitive capability
  • frame_evaluateno sensitive capability
  • get_attributeno sensitive capability
  • get_htmlno sensitive capability
  • get_linksno sensitive capability
  • get_textno sensitive capability
  • get_urlno sensitive capability
  • get_viewport_sizeno sensitive capability
  • github_readno sensitive capability
  • go_backno sensitive capability
  • go_forwardno sensitive capability
  • hoverno sensitive capability
  • http_session_cookiesno sensitive capability
  • humanize_clickno sensitive capability
  • humanize_typeno sensitive capability
  • identity_pinno sensitive capability
  • identity_showno sensitive capability
  • indexeddb_deleteno sensitive capability
  • indexeddb_listno sensitive capability
  • inject_init_scriptno sensitive capability
  • inspect_elementno sensitive capability
  • instance_describeno sensitive capability
  • intercept_logno sensitive capability
  • intercept_startno sensitive capability
  • intercept_stopno sensitive capability
  • list_chrome_profilesno sensitive capability
  • list_external_chromeno sensitive capability
  • list_framesno sensitive capability
  • list_instancesno sensitive capability
  • localstorage_clearno sensitive capability
  • localstorage_getno sensitive capability
  • localstorage_setno sensitive capability
  • memory_heap_snapshotno sensitive capability
  • mouse_click_xyno sensitive capability
  • mouse_driftno sensitive capability
  • mouse_moveno sensitive capability
  • mouse_recordno sensitive capability
  • mouse_replayno sensitive capability
  • navigateno sensitive capability
  • navigate_and_snapshotno sensitive capability
  • network_getno sensitive capability
  • paste_textno sensitive capability
  • performance_metricsno sensitive capability
  • performance_timelineno sensitive capability
  • performance_trace_startno sensitive capability
  • performance_trace_stopno sensitive capability
  • press_keyno sensitive capability
  • query_selector_allno sensitive capability
  • reloadno sensitive capability
  • request_human_helpno sensitive capability
  • save_pdfno sensitive capability
  • screenshotno sensitive capability
  • scrollno sensitive capability
  • scroll_tono sensitive capability
  • search_pageno sensitive capability
  • select_optionno sensitive capability
  • server_statusno sensitive capability
  • session_warmupno sensitive capability
  • sessionstorage_clearno sensitive capability
  • sessionstorage_getno sensitive capability
  • sessionstorage_setno sensitive capability
  • set_viewport_sizeno sensitive capability
  • smart_fillno sensitive capability
  • social_digestno sensitive capability
  • social_researchno sensitive capability
  • solve_captchano sensitive capability
  • solve_recaptcha_aino sensitive capability
  • storage_diffno sensitive capability
  • storage_snapshotno sensitive capability
  • storage_state_loadno sensitive capability
  • storage_state_saveno sensitive capability
  • switch_instanceno sensitive capability
  • tab_closeno sensitive capability
  • tab_focusno sensitive capability
  • tab_listno sensitive capability
  • tab_newno sensitive capability
  • tab_selectno sensitive capability
  • type_textno sensitive capability
  • uncheckno sensitive capability
  • verify_cfno sensitive capability
  • vision_locateno sensitive capability
  • wait_forno sensitive capability
  • wait_for_changeno sensitive capability
  • wait_for_humanno sensitive capability
  • wait_for_navigationno sensitive capability
  • wait_for_requestno sensitive capability
  • wait_for_responseno sensitive capability
  • wait_for_urlno sensitive capability
  • web_vitalsno sensitive capability
  • workflow_runno sensitive capability
  • youtube_readno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 4

Scan 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.

VersionScoreFindingsEngineScanned
v0.10.1 latest A 93/100 5 1.13.0 2026-08-25
v0.10.0 A 93/100 5 1.12.1 2026-08-12
v0.9.0 A 93/100 5 1.12.1 2026-08-10
v0.8.0 A 93/100 5 1.12.1 2026-07-27

Embed this score

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.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/mcp-stealth-chrome/badge.svg)](https://mcptrustchecker.com/registry/mcp-stealth-chrome)
HTML
<a href="https://mcptrustchecker.com/registry/mcp-stealth-chrome"><img src="https://mcptrustchecker.com/registry/mcp-stealth-chrome/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/mcp-stealth-chrome/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

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 mcp-stealth-chrome --online --registry pypi

Use the free API → How scoring works

More in Browser Automation