js-doc-store (MauricioPerera/js-doc-store) 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.

F
Warning
36/100
4 days ago

js-doc-store

Zero-dependency vanilla JS document database in one file. MongoDB-style queries, indices, joins, aggregation, full-text search, graph traversal, field encryption, and JWT auth.

Warning. Serious findings were identified. Review the full report before connecting. 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

Monitored 19 days · every push re-verified

Who stands behind it

gmail.com (@MauricioPerera) · Verified Publisher

Source: github_app_install

Maintenance & responsiveness
as of 2026-08-20
Issue response: no maintainer replies in sample
Issues closed (90d): 0 · 2 open
Releases (90d): none
Active contributors (6mo): 3

Install from

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

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: AUTH_SECRET, ENCRYPTION_KEY, GITHUB_TOKEN, JWT_SECRET
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 low

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

Zod denial of service vulnerability

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.
🔐 secretAUTH_SECRET
configDATA_DIR
🔐 secretENCRYPTION_KEY
configEXPORT_DIR
🔐 secretGITHUB_TOKEN
configGIT_AUTO_PUSH
configGIT_BATCH_INTERVAL
configGIT_COMMIT_MESSAGE
configGIT_IGNORE_BIN
configGIT_PUSH_BRANCH
configGIT_PUSH_REMOTE
configGIT_STORAGE
🔐 secretJWT_SECRET
configSEED_ON_START
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

20/20 tools missing one or more hints — schema_define (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); schema_exists (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); schema_usage_guide (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 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

26 calls in production code run through a shell (schema-designer-server.js:770, schema-designer-server.js:772, test-encryption-github.js:109)

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

Secrets never reach shell commands

2 secret values passed to shell commands — possible command injection

Never pass secrets through shell commands. Use library APIs that accept credentials as arguments.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/mauricioperera-js-doc-store-x7nihb?variant=verified)](https://m8ven.ai/mcp/mauricioperera-js-doc-store-x7nihb)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c512146ea30e5000b19f90e3a3da96c5e5f35eab
code hash: 3bfab71210528f693f6946d844b78ddea3f7497c7cfba77e1c5594ee2aa78fda
verified: 9/4/2026, 4:53:40 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