Lasso MCP Server

lasso-mcp npm v1.20.0

Published by wangdong233 — 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.

Claude Code 的全交互对外抓手 MCP —— 搜/抓/登录态抓/控桌面,四通道+多引擎 fallback+AES cookie+markdown 抽取。All-in-one interaction MCP for Claude Code.

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 14

high Shell/command execution in server code (dist/desktop/desktop-doctor-checks.js)MTC-SRC-002

In the server's implementation (`dist/desktop/desktop-doctor-checks.js:27`): 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 { existsSync } from "node:fs"; //

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/desktop/desktop-doctor-checks.js

high Shell/command execution in server code (dist/doctor/doctor.js)MTC-SRC-002

In the server's implementation (`dist/doctor/doctor.js:93`): 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: ecFileSync } from "node:child_process"; import { promisify } from "node:util"; import { promises as fs, constants as fsC

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/doctor/doctor.js

high Shell/command execution in server code (dist/launcher/chrome-hide.js)MTC-SRC-002

In the server's implementation (`dist/launcher/chrome-hide.js:19`): 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 process from "node:process"; /** * 按 unix id 定向 hide 一个 Chrome 进程(AppleS

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/launcher/chrome-hide.js

high Shell/command execution in server code (dist/launcher/chrome-hideshow-cli.js)MTC-SRC-002

In the server's implementation (`dist/launcher/chrome-hideshow-cli.js:28`): 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 process from "node:process"; import * as path from "node:path"; import os

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/launcher/chrome-hideshow-cli.js

high Shell/command execution in server code (dist/launcher/chrome-stop.js)MTC-SRC-002

In the server's implementation (`dist/launcher/chrome-stop.js:28`): 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 { rmSync } from "node:fs"; import * as path from "node:path"; import proc

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/launcher/chrome-stop.js

high Shell/command execution in server code (dist/launcher/desired-hide-enforcer.js)MTC-SRC-002

In the server's implementation (`dist/launcher/desired-hide-enforcer.js:26`): 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 { accessSync, readFileSync, writeFileSync, mkdirSync } from "node:fs"; im

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/launcher/desired-hide-enforcer.js

high Shell/command execution in server code (dist/launcher/desired-hide-watchdog.js)MTC-SRC-002

In the server's implementation (`dist/launcher/desired-hide-watchdog.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 { readDesiredHiddenSync, rewriteDesiredHiddenSync, } from "./desired-hide

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/launcher/desired-hide-watchdog.js

high Shell/command execution in server code (dist/launcher/launch-chrome.js)MTC-SRC-002

In the server's implementation (`dist/launcher/launch-chrome.js:35`): 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 { promises as fs, constants as fsConstants } from "node:fs"; import * as

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/launcher/launch-chrome.js

high Shell/command execution in server code (dist/logged-in/keychain.js)MTC-SRC-002

In the server's implementation (`dist/logged-in/keychain.js:18`): 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 { randomBytes } from "node:crypto"

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/logged-in/keychain.js

high Shell/command execution in server code (dist/render/render-doctor.js)MTC-SRC-002

In the server's implementation (`dist/render/render-doctor.js:37`): 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 { readdirSync, rmSync, statSync } from "node:fs"; import * as path 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/render/render-doctor.js

medium Hardcoded egress to an external endpoint (dist/channels/BrowserbaseChannel.js)MTC-SRC-003

In the server's implementation (`dist/channels/BrowserbaseChannel.js:49`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: > { const r = await fetch("https://api.browserbase.com/v1/sessions", { method: "POST", headers: {

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/channels/BrowserbaseChannel.js

medium Hardcoded egress to an external endpoint (dist/doctor/doctor.js)MTC-SRC-003

In the server's implementation (`dist/doctor/doctor.js:2398`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch("https://api.stagehand.dev/verify", { method: "HEAD", signal: Abor

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/doctor/doctor.js

medium Hardcoded egress to an external endpoint (src/channels/BrowserbaseChannel.ts)MTC-SRC-003

In the server's implementation (`src/channels/BrowserbaseChannel.ts:74`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: => { const r = await fetch("https://api.browserbase.com/v1/sessions", { method: "POST", headers: { Auth

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/channels/BrowserbaseChannel.ts

medium Hardcoded egress to an external endpoint (src/doctor/doctor.ts)MTC-SRC-003

In the server's implementation (`src/doctor/doctor.ts:3017`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch("https://api.stagehand.dev/verify", { method: "HEAD", signal: AbortSignal.time

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/doctor/doctor.ts

Tools 19

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

  • browse_headlessingests untrusted input
  • browse_logged_iningests untrusted input
  • fetch_feedingests untrusted input
  • fetch_urlingests untrusted input
  • browserbaseno sensitive capability
  • desktopno sensitive capability
  • doctorno sensitive capability
  • interact_actno sensitive capability
  • interact_observeno sensitive capability
  • interact_rootsno sensitive capability
Show 9 more tools ↓
  • markdown...no sensitive capability
  • networkno sensitive capability
  • pdfno sensitive capability
  • read_textno sensitive capability
  • screenshotno sensitive capability
  • searchno sensitive capability
  • search_localno sensitive capability
  • steelno sensitive capability
  • wayback_lookupno sensitive capability

What this scan could not see

Versions 10

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
v1.20.0 latest A 93/100 14 1.13.0 2026-09-07
v1.18.8 A 93/100 14 1.13.0 2026-09-01
v1.18.6 A 93/100 14 1.13.0 2026-08-31
v1.18.5 A 93/100 14 1.13.0 2026-08-27
v1.18.4 B 83/100 17 1.13.0 2026-08-25
Show 5 more versions ↓
v1.18.3 B 83/100 17 1.12.1 2026-08-23
v1.18.2 B 83/100 17 1.12.1 2026-08-21
v1.17.1 A 93/100 14 1.12.1 2026-08-19
v1.16.0 A 93/100 14 1.12.1 2026-08-18
v1.13.0 A 93/100 14 1.12.1 2026-08-17

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/lasso-mcp/badge.svg)](https://mcptrustchecker.com/registry/lasso-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/lasso-mcp"><img src="https://mcptrustchecker.com/registry/lasso-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/lasso-mcp/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 lasso-mcp --online

Use the free API → How scoring works

More in Web, Search & Scraping