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.
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:
| Points | Adoption-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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Each tool and what it can reach — statically extracted from the published source.
browse_headlessingests untrusted inputbrowse_logged_iningests untrusted inputfetch_feedingests untrusted inputfetch_urlingests untrusted inputbrowserbaseno sensitive capabilitydesktopno sensitive capabilitydoctorno sensitive capabilityinteract_actno sensitive capabilityinteract_observeno sensitive capabilityinteract_rootsno sensitive capabilitymarkdown...no sensitive capabilitynetworkno sensitive capabilitypdfno sensitive capabilityread_textno sensitive capabilityscreenshotno sensitive capabilitysearchno sensitive capabilitysearch_localno sensitive capabilitysteelno sensitive capabilitywayback_lookupno 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 |
|---|---|---|---|---|
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 |
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 |
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 lasso-mcp --online
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