Jacobcdsmith/jclaw-framework (Jacobcdsmith/jclaw-framework) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

B
Caution
89/100
2 days ago

Jacobcdsmith/jclaw-framework

JCLaw parallel agent framework: gateway, plugin system, channels, CLI, and agent runtime.

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

⚡ Live Monitored

Monitored 3 days · every push re-verified

Who stands behind it

gmail.com (@Jacobcdsmith) · Verified Publisher

Source: github_app_install

Install from

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

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 5 credentials: ANTHROPIC_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, GROQ_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// known CVEs in dependencies1 critical1 high1 medium1 low

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

criticalvitest@2.1.9GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highws@8.20.0GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

medium@anthropic-ai/sdk@0.82.0GHSA-p7fg-763f-g4gf

Claude SDK for TypeScript has Insecure Default File Permissions in Local Filesystem Memory Tool

ws: Uninitialized memory disclosure

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_KEYAnthropic
🔐 secretGEMINI_API_KEY
🔐 secretGOOGLE_API_KEY
🔐 secretGROQ_API_KEY
configJCLAW_DATA_DIR
configJCLAW_DEFAULT_CONTEXT_LIMIT
configJCLAW_PORT
🔐 secretOPENAI_API_KEYOpenAI / Groq / Gemini
// 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

27/27 tools missing one or more hints — sessions_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sessions_get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sessions_create (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +24 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.

Shell command execution

2 calls in production code run through a shell (src/runtime/pipeline.ts:80, src/runtime/pipeline.ts:126)

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

Production dependencies are patched

0 critical, 1 high severity in production deps — ws@8.20.0 (high), @anthropic-ai/sdk@0.82.0 (medium)

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

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/jacobcdsmith-jclaw-framework-1kt0ln?variant=verified)](https://m8ven.ai/mcp/jacobcdsmith-jclaw-framework-1kt0ln)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 3fc8f6d52637bdf86f163b2d12a880ffee7155bd
code hash: 38dda4a32e5aae80626cd5eb676ba31e367266ff2d6c14c7c67cc5592c392821
verified: 8/28/2026, 3:31:24 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