D
Warning
40/100
3 days ago

caura

Caura (formerly MemClaw) — governed shared memory for AI agent fleets. Multi-agent, multi-tenant, MCP-native. Trust tiers, keystone policies, audit trails, knowledge graph, self-improving retrieval. Apache 2.0.

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: 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

caura-ai

Source: github_topic

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
🚨
Secret credentials may flow to a network call
8 flows detected: MEMCLAW_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Reads files from sensitive locations
Touches: /tmp/e2e.env
🔐
You'll be asked for 9 credentials: MEMCLAW_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY, PLATFORM_EMBEDDING_API_KEY, ANTHROPIC_API_KEY, OPENROUTER_API_KEY, GEMINI_API_KEY, PLATFORM_LLM_API_KEY, RANK_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configMEMCLAW_AGENT_ID
🔐 secretMEMCLAW_API_KEYyour-shared-key
configMEMCLAW_API_PREFIX
configMEMCLAW_API_URLBase URL of the core-api server.
configMEMCLAW_AUTO_FIX_CONFIG
configMEMCLAW_AUTO_WRITE_TURNSAuto-write turn summaries (default true).
configMEMCLAW_DEPLOY_FAILURE_COOLDOWN_HOURS
configMEMCLAW_DISPLAY_NAME_OVERRIDE
configMEMCLAW_EDUCATION_PROMPT
configMEMCLAW_FLEET_IDDefault fleet id for writes/heartbeat.
configMEMCLAW_INTERVIEWERand submits windows (add =true to the plugin env).
configMEMCLAW_INTERVIEWER_TASKS
configMEMCLAW_KEYSTONES_ENABLED
configMEMCLAW_KEYSTONES_TOKEN_CAP
configMEMCLAW_NODE_NAMEFleet node identifier reported on heartbeat.
configMEMCLAW_RECALL_DENY_SESSIONS
configMEMCLAW_RECALL_GATE
configMEMCLAW_RECALL_MACHINE_PATTERNS
configMEMCLAW_RECALL_MIN_PROMPT_CHARS
configMEMCLAW_RECALL_POLICY
configMEMCLAW_RECALL_TRIGGER_KEYWORDS
configMEMCLAW_REQUIRE_SIGNED_COMMANDS
configMEMCLAW_SKILL_TARGETS
configMEMCLAW_TASK_DB_PATH
configMEMCLAW_TENANT_IDOptional pre-resolved tenant id; bypasses lookup.
configTESTING
🔐 secretOPENAI_API_KEYOpenAI (default) EMBEDDING_PROVIDER=openai<br>ENTITY_EXTRACTION_PROVIDER=openai
🔐 secretGOOGLE_API_KEY
configPLATFORM_EMBEDDING_PROVIDER(empty) Platform-default embeddings: openai or empty to disable
🔐 secretPLATFORM_EMBEDDING_API_KEYOpenAI API key for platform embeddings
configPLATFORM_EMBEDDING_BASE_URL
configPLATFORM_EMBEDDING_TRUNCATE_TO_DIM
configPLATFORM_EMBEDDING_MODEL(empty) Embedding model override (e.g. text-embedding-3-small)
configOPENAI_EMBEDDING_BASE_URLSelf-hosted (TEI / bge-m3) --profile embed-local + =http://tei:80/v1<br>+ OPENAI_EMBEDDING_MODEL=BAAI/bge-m3<br>+ OPENAI_EMBEDDING_SEND_DIMENSIONS=false none — runs locally
configEMBEDDING_QUERY_INSTRUCTION
configOPENAI_EMBEDDING_TRUNCATE_TO_DIM
configEMBEDDING_PROVIDEROpenAI (default) =openai<br>ENTITY_EXTRACTION_PROVIDER=openai OPENAI_API_KEY
configOPENAI_EMBEDDING_MODELSelf-hosted (TEI / bge-m3) --profile embed-local + OPENAI_EMBEDDING_BASE_URL=http://tei:80/v1<br>+ =BAAI/bge-m3<br>+ OPENAI_EMBEDDING_SEND_DIMENSIONS=false none — runs locally
configOPENAI_REQUEST_TIMEOUT_SECONDS
configEMBEDDING_RETRY_ATTEMPTS
configEMBEDDING_RETRY_DELAY_S
configEVENT_BUS_BACKEND
configGCP_PROJECT_ID
configEVENT_BUS_SUBSCRIPTION_PREFIX
configEVENT_BUS_TOPIC_PREFIX
configEVENT_BUS_ENV
configENVIRONMENTdevelopment development or production
configEVENT_BUS_PUBSUB_MAX_MESSAGES
🔐 secretANTHROPIC_API_KEYAnthropic EMBEDDING_PROVIDER=openai<br>ENTITY_EXTRACTION_PROVIDER=anthropic + OPENAI_API_KEY
🔐 secretOPENROUTER_API_KEYOpenRouter EMBEDDING_PROVIDER=openai<br>ENTITY_EXTRACTION_PROVIDER=openrouter + OPENAI_API_KEY
🔐 secretGEMINI_API_KEYGoogle Gemini EMBEDDING_PROVIDER=openai<br>ENTITY_EXTRACTION_PROVIDER=gemini + OPENAI_API_KEY
configENTITY_EXTRACTION_MODELgpt-5.4-nano LLM model for enrichment and entity extraction
configPLATFORM_LLM_PROVIDER(empty) Platform-default LLM: openai, vertex, or empty to disable
configPLATFORM_LLM_GCP_PROJECT_IDGCP project for platform Vertex LLM
configPLATFORM_LLM_GCP_LOCATIONus-central1 GCP region for platform Vertex LLM
configPLATFORM_LLM_MODEL(empty) Model override (e.g. gpt-5.4-nano, gemini-3.1-flash-lite-preview)
🔐 secretPLATFORM_LLM_API_KEYOpenAI API key for the platform LLM singleton
configLLM_FALLBACK_MODEL_OPENAI
🔐 secretRANK_API_KEY
configRANK_PROVIDER
configRANK_ENABLED
configRANK_MODEL
configRANK_MAX_LENGTH
configRANK_BASE_URL
configRANK_TIMEOUT_SECONDS
configRANK_RETRY_ATTEMPTS
configRANK_RETRY_DELAY_S
configRANK_CANDIDATE_LIMIT
configRANK_REMOTE_MAX_BATCH
configMEMCLAW_VERSION
// quality suggestions

Dependencies

1 dependencies, 1 flagged: @playwright/test

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

1/1 tools missing one or more hints — handler (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.

No access to sensitive paths

Reads sensitive paths: /tmp/e2e.env

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

Shell command execution

4 child_process/subprocess calls in production code — runs shell commands (plugin/src/deploy.ts:80, plugin/src/heartbeat.ts:135, plugin/src/heartbeat.ts:411)

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

Secrets stay with their owner

6 secret/sensitive values flow into network calls (MEMCLAW_API_KEY → dynamic, MEMCLAW_API_KEY → dynamic) (2 other flows matched canonical API hosts)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

10 secret values sent to console.log

Redact or omit secret values from log output.

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/caura-ai-caura-1w2oad?variant=verified)](https://m8ven.ai/mcp/caura-ai-caura-1w2oad)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 506f3cee04d20fbcbf6d1fd7ad87df2c99ea3877
code hash: b2126410ac1ef611ec31b272505398b64941e8c4a074a3189c246da2fdbfb993
verified: 8/16/2026, 9:10:03 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