D
Caution
46/100
13 days ago

Seeder

Your personal project manager: kanban tasks, client requests, a public client board, and a built-in MCP server — open source and self-hosted on Cloudflare Workers.

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

danielsyauqi

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, 18 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: BETTER_AUTH_SECRET, GOOGLE_CLIENT_SECRET, SEED_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical18 high5 medium6 low

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

criticalbetter-auth@1.6.9GHSA-pw9m-5jxm-xr6h

Better Auth: OAuth refresh-token replay via missing client authentication on oidc-provider and mcp plugins

highbetter-auth@1.6.9GHSA-7w99-5wm4-3g79

@better-auth/oauth-provider's OAuth authorization-code grant allows concurrent redemption when two token requests race the find-then-delete primitive

highbetter-auth@1.6.9GHSA-86j7-9j95-vpqj

Better Auth has stored XSS in the auth-server origin via javascript: redirect_uri in oidc-provider and mcp

highbetter-auth@1.6.9GHSA-9h47-pqcx-hjr4

Better Auth has insecure cryptographic defaults in oidcProvider: alg=none advertised and plain PKCE accepted by default

highbetter-auth@1.6.9GHSA-cq3f-vc6p-68fh

Better Auth: Device authorization approve and deny accept any authenticated session while the user code is pending

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.
🔐 secretBETTER_AUTH_SECRET
configBETTER_AUTH_TRUSTED_ORIGINS
configBETTER_AUTH_URL
configD1_REMOTE
configDEV_REMOTE
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configMCP_ALLOWED_ORIGINS
configOWNER_EMAILand only while the instance has no users; after that, onboarding is
configRUNTIME
configSEED_EMAIL
configSEED_NAME
🔐 secretSEED_PASSWORD
configSQLITE_DB_PATH
configUPLOADS_DIR
// quality suggestions

All four hints declared on every tool

79/79 tools missing one or more hints — whoami (missing: destructiveHint, idempotentHint, openWorldHint); list-projects (missing: destructiveHint, idempotentHint, openWorldHint); read-project (missing: destructiveHint, idempotentHint, openWorldHint), +76 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 inputs are validated

Only 11/79 tool handlers declare input schemas (14%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

59/79 tool handlers wrap calls in try/catch (75%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 5/79 tools referenced in tests (6%)

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

Shell command execution

3 child_process calls — runs shell commands

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

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

1 critical, 18 high severity in production deps — better-auth@1.6.9 (critical), better-auth@1.6.9 (high)

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

Dependency freshness

1/28 production deps stale: @dnd-kit/utilities@2023-11-06 (2.8y)

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 7 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/danielsyauqi-seeder-1yk2db?variant=verified)](https://m8ven.ai/mcp/danielsyauqi-seeder-1yk2db)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c0245ca16e30d017c8ecbcb42aca147096b8322c
code hash: 567fdc39afd8852fc762218960b65b6810ddffb906a31cf46e6c9a6989c65d27
verified: 8/7/2026, 8:02:23 AM
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