D
Caution
46/100
16 hours ago

Open-tgtylab

安全研究工作台,集成逆向工程、CTF、移动安全、Web安全于一体

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

GeniusHu-tgty

Source: github_code

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

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 7 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: ANTHROPIC_API_KEY, GEMINI_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical7 high9 medium2 low

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

criticalsm-crypto@0.4.0GHSA-vh45-f885-3848

sm-crypto: Predictable SM2 key generation in Node.js: default RNG uses Math.random + wall clock

highaxios@1.15.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.15.2GHSA-777c-7fjr-54vf

Allocation of Resources Without Limits or Throttling in Axios

highaxios@1.15.2GHSA-gcfj-64vw-6mp9

Axios Node HTTP adapter can use an inherited proxy after interceptor config cloning

highaxios@1.15.2GHSA-hfxv-24rg-xrqf

Axios: Regular Expression Denial of Service (ReDoS) via Cookie Name Injection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretANTHROPIC_API_KEY"your_key"
configANTHROPIC_BASE_URL
configANTHROPIC_MODEL"claude-3-5-sonnet-20241022"
configBROWSER_CHANNEL
configBROWSER_EXECUTABLE_PATH
configBROWSER_HEADLESS
configBROWSER_ISOLATED
configDEFAULT_LLM_PROVIDER"anthropic"
🔐 secretGEMINI_API_KEYgemini 支持两种模式:有 时走 API;没有时会尝试走 GEMINI_CLI_PATH
configGEMINI_CLI_PATHgemini-cli
configGEMINI_MODELgemini-2.0-flash-exp
configJSREVERSER_ARTIFACTS_DIR
configLOG_LEVEL
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configOPENAI_MODEL
configREMOTE_DEBUGGING_PORT
configREMOTE_DEBUGGING_URL
configUSE_STEALTH_SCRIPTS
configXDG_STATE_HOME
// quality suggestions

Dependencies

48 dependencies, 3 flagged: puppeteer-core, puppeteer-extra, puppeteer-extra-plugin-stealth

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

110/110 tools missing one or more hints — recommend_next_step (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); explain_reverse_stage (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); run_reverse_agent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +107 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.

Tool test coverage

67/110 tools referenced in tests (61%)

Write tests that reference each tool by name so every tool has at least one test.

No eval / new Function

8 eval() or new Function() calls — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

3 child_process/subprocess calls in production code — runs shell commands (src/services/GeminiProvider.ts:292, src/services/GeminiProvider.ts:372, src/modules/browser/BrowserModeManager.ts:97)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

1 critical, 7 high severity in production deps — sm-crypto@0.4.0 (critical), axios@1.15.2 (high)

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

Dependency freshness

3/20 production deps abandoned (no release in 2+ years): puppeteer-extra@2023-03-01 (3.5y), puppeteer-extra-plugin-stealth@2023-04-11 (3.4y), xbogus@2023-12-23 (2.7y)

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 6 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/geniushu-tgty-open-tgtylab-h3gb5n?variant=verified)](https://m8ven.ai/mcp/geniushu-tgty-open-tgtylab-h3gb5n)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b5b034f6bf584484cced7323b406222105e6908e
code hash: 889d5353a61bdb6d9c1f546d5e2506ece9881bc87f929112d832574f32099e02
verified: 8/20/2026, 1:25:45 PM
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