F
Warning
33/100
11 days ago

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

complexsimplcitymedia

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
🚨
Secret credentials may flow to a network call
2 flows detected: RADCRED_BACKEND_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Reads files from sensitive locations
Touches: ~/.ssh/id_ed25519, ~/.ssh/id_ed25519, ~/.ssh/id_ed25519
🔐
You'll be asked for 17 credentials: RADCRED_BACKEND_KEY, POSTGRES_PASSWORD, WORDPRESS_PASSWORD, TMDB_API_KEY, FANTASTIC_JOBS_API_KEY, GAMEBRAIN_API_KEY, INDEED_API_KEY, WHATJOBS_API_KEY, ZIPRECRUITER_API_KEY, DB_PASSWORD, POSTGREST_API_TOKEN, AUTHENTIK_API_TOKEN, NEO4J_PASSWORD, DD_API_KEY, DD_APP_KEY, PG_PASSWORD, PG_PASS
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.
🔐 secretRADCRED_BACKEND_KEY
configRADCRED_BE_URL
configREALTIME_PORT
configWOLF_SIG
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configPOSTGRES_DB
configEMAIL_FROM
configWORDPRESS_URL
configWORDPRESS_USER
🔐 secretWORDPRESS_PASSWORD
configAUTHENTIK_URL
configGATEWAY_PORT
configINTAKE_PORT
configINTAKE_WORKERS
configWORDPRESS_JWT
🔐 secretTMDB_API_KEY
🔐 secretFANTASTIC_JOBS_API_KEY
🔐 secretGAMEBRAIN_API_KEY
🔐 secretINDEED_API_KEY
configINDEED_PUBLISHER_ID
🔐 secretWHATJOBS_API_KEY
🔐 secretZIPRECRUITER_API_KEY
configDB_HOST
configDB_PORT
configDB_USER
🔐 secretDB_PASSWORD
configDB_NAME
configWOLF_HUNT_UI_HOST
configWOLF_HUNT_UI_PORT
configWOLF_HUNT_UI_DEBUG
🔐 secretPOSTGREST_API_TOKEN
configPGPASSWORD
configGEMINI_TEMP_DIR
🔐 secretAUTHENTIK_API_TOKEN
configPGHOST
configPGPORT
configPGDATABASE
configPGUSER
configFROM_EMAIL
configWOLF_HUNT_HOST
configWOLF_HUNT_PORT
configWOLF_HUNT_DEBUG
configNEO4J_URI
configNEO4J_USER
🔐 secretNEO4J_PASSWORD
configRCS_WEBHOOK_PORT
configRCS_WEBHOOK_HOST
🔐 secretDD_API_KEY
🔐 secretDD_APP_KEY
configDD_SITE
configPG_HOST
configPG_PORT
configPG_USER
🔐 secretPG_PASSWORD
configPG_DATABASE
configWOLF_LOGIC_PORT
configWOLF_LOGIC_HOST
configWOLF_LOGIC_DEBUG
configRADCRED_FE_ANCHOR
configRADCRED_BE_ANCHOR
configGOOGLE_CLOUD_PROJECT
configPCP_URL
configPG_DB
🔐 secretPG_PASS
configOLLAMA_BASE_URL
configNEO4J_URL
configNEO4J_USERNAME
configPGRST_DB_SCHEMA
configPGRST_DB_ANON_ROLE
configSCRIPTY_MODEL
configEMBED_MODEL
configSENTIMENT_MODEL
configAUTH0_DOMAIN
configAUTH0_AUDIENCE
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deploySMTP_SERVER
deploySMTP_PORT
deploySMTP_USER
deploySMTP_PASSWORD
deploySMTP_HOST
// 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

15/15 tools missing one or more hints — search_jobs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_categories (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_gaming_jobs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +12 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

12/15 tool handlers declare input schemas (80%)

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

Tool handlers catch errors

14/15 tool handlers wrap calls in try/catch (93%)

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

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.

No access to sensitive paths

Reads sensitive paths: ~/.ssh/id_ed25519, ~/.ssh/id_ed25519, ~/.ssh/id_ed25519

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

No eval / new Function

1 eval() or new Function() call — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

2 child_process calls — runs shell commands

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

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 9 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/complexsimplcitymedia-wolf-logic-congnitive-memory-layer-1s3oa8?variant=verified)](https://m8ven.ai/mcp/complexsimplcitymedia-wolf-logic-congnitive-memory-layer-1s3oa8)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 35996d13b132fbd8a63c04078d0e4c99e470c3b5
code hash: 18372d5335c02d464f7b094ebaa239c15197a6385d0aa9f5f6eaa348a3ccbf7e
verified: 8/8/2026, 7:41:43 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