OpenBrowser (SangoAlgo/openbrowser) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 16 tools. No publisher has claimed this listing.

C
Caution
60/100

OpenBrowser

An enhanced MCP Playwright browser server that enables robust web automation with persistent locator caching, multi-level click fallbacks, accessibility tree interactions, and smart handling of navigation and popups.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

SangoAlgo

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes16 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

browser_get_accessibility_tree

Accessibility tree snapshot. Accepts scope parameter to filter by region (e.g. scope='left-panel', scope='navigation'). Returns compact tree with aN ref IDs. Ref IDs are cacheable — can be used in browser_click_a11y for elements invisible to DOM (portals, overlays).

browser_click_a11y

Click element by accessibility-tree reference (e.g. 'a3' from browser_get_accessibility_tree). Uses Playwright's accessibility snapshot API — works even for elements invisible to DOM queries (React portals, shadow DOM, off-screen but a11y-visible). Falls back to role+name locator if ref cache is sta

browser_click

Click element by CSS, XPath, text, role=role[name='...'], or ref (from compact map). Auto-fallback: Playwright click -> JS click on visibility/overlay errors -> a11y role+name search. Accepts ref='e5' from compact_map — uses cached stable locator (data-tsid, aria-label, role+name).

browser_force_click

Force-click element via JS — bypasses visibility, overlays, and pointer-event interception. Accepts same selector types as browser_click.

browser_fill

Fill input field or contenteditable div. Auto-detects element type: standard inputs use Playwright fill(), contenteditable divs use execCommand('insertText') + input event dispatch for web-component compatibility.

browser_get_compact_map

Compact element map with persistent ref IDs [e1], [e2]... (60 max, paginated). Ref IDs are stable within a tab session — cached by data-tsid > aria-label > role+name. Accept optional scope selector to filter region. NOW INCLUDES a11y-only elements — items visible to screen readers but hidden from CS

browser_get_delta

DOM Mutation Delta — only changed elements since last snapshot (~5 tokens). Also reports URL changes and popup openings.

browser_get_content

Get page content in text, HTML, or innerText format. Optional CSS selector to scope.

browser_evaluate_js

Execute JavaScript in page context. Returns JSON-serialized result.

browser_take_screenshot

Take full-page or element screenshot.

browser_navigate

Navigate to URL. Auto-waits for DOM stability (network idle + mutation settle). Returns compact action targets. Automatically detects and captures popup windows (OAuth flows). No manual sleep needed — built-in stabilization.

browser_go_back

Navigate back in history with smart-wait.

browser_list_tabs

List all open tabs (including popups opened via OAuth). Returns tab IDs and URLs.

browser_switch_tab

Switch active focus to a specific tab. Auto-activates popup tabs for OAuth flows.

browser_smart_wait

Smart wait — waits for DOM stability (network idle + no mutations for 500ms). Use instead of manual sleep(). Auto-tracks mutation observers for detect SPA re-renders.

browser_wait_for_navigation_or_popup

Wait for any outcome after an action: URL change, popup open, or network idle. AUTO-SWITCHES to popup tab if detected. Returns outcome type + new URL/tab_id. Use after clicks that may trigger OAuth popups or redirects. Eliminates manual sleep(3000-5000).

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.6.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.6.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highplaywright@1.48.0GHSA-7mvr-c777-76hp

Playwright downloads and installs browsers without verifying the authenticity of the SSL certificate

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

16/16 tools missing one or more hints — browser_get_accessibility_tree (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); browser_click_a11y (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); browser_click (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +13 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sangoalgo/openbrowser?variant=verified)](https://m8ven.ai/mcp/sangoalgo/openbrowser)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 175f097e538251057dc6a5816c8c29697b7a6e89
code hash: 531379291a986b0fbae7177160ef4a6cd9766ac2950db07ba7b3453b8a3e310c
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client