F
Warning
26/100
17 hours 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

cengo33

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
11 flows detected: YOUTUBE_API_KEY, TELEGRAM_BOT_TOKEN, IMGBB_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Reads files from sensitive locations
Touches: credentials, credentials, credentials
🔐
You'll be asked for 21 credentials: ADMIN_SECRET, ANTHROPIC_API_KEY, GROQ_API_KEY, MANYCHAT_API_TOKEN, NOTION_API_KEY, OPENAI_API_KEY, RESEND_API_KEY, WEBHOOK_SECRET, WHATSAPP_WEBHOOK_SECRET, YOUTUBE_API_KEY, ZERNIO_API_KEY, TELEGRAM_BOT_TOKEN, FACEBOOK_STREAM_KEY, NOTION_TOKEN, SUPADATA_API_KEY, NOTION_API_TOKEN, NOTION_SOCIAL_TOKEN, APIFY_API_KEY, KIE_API_KEY, IMGBB_API_KEY, GEMINI_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.
configADMIN_ALERT_EMAIL
configADMIN_NOTIFY_EMAIL
🔐 secretADMIN_SECRET
🔐 secretANTHROPIC_API_KEY
configBUSINESS_NAME
configBUSINESS_SECTOR
configCOALESCE_INITIAL_MS
configCOALESCE_STRAGGLER_MS
configCRON_SCHEDULE
configCRON_TIMEZONE
configESCALATION_EMAIL
🔐 secretGROQ_API_KEY
configKVKK_MESSAGE
configKVKK_URL
🔐 secretMANYCHAT_API_TOKEN
configMANYCHAT_FIELD_ID
configMANYCHAT_FIELD_ONBOARDING_NAME
configMANYCHAT_FIELD_WHATSAPP_PHONE
configMANYCHAT_FLOW_ID
🔐 secretNOTION_API_KEY
configNOTION_DATABASE_ID
🔐 secretOPENAI_API_KEY
🔐 secretRESEND_API_KEY
configRESEND_FROM
configRESEND_FROM_EMAIL
configRESEND_TO
configSIMULATION_MODE
configWA_BUSINESS_PHONE
🔐 secretWEBHOOK_SECRET
configWELCOME_MESSAGE
🔐 secretWHATSAPP_WEBHOOK_SECRET
🔐 secretYOUTUBE_API_KEY
🔐 secretZERNIO_API_KEY
🔐 secretTELEGRAM_BOT_TOKEN
configTELEGRAM_CHAT_ID
configFACEBOOK_URL
configRUN_MODE
configTIKTOK_USERNAME
🔐 secretFACEBOOK_STREAM_KEY
configFACEBOOK_RTMP_URL
configSTREAM_BITRATE
configSTREAM_RESOLUTION
configLOOP
configNOTION_ROW_ID
configCOVER_TYPE
🔐 secretNOTION_TOKEN
configTELEGRAM_ADMIN_CHAT_ID
configDASHBOARD_ENABLED
configDASHBOARD_PORT
🔐 secretSUPADATA_API_KEY
configSOURCE_DATE_EPOCH
configDASHBOARD_PUBLIC_URL
configDASHBOARD_HOST
configGOOGLE_OUTREACH_TOKEN_JSON
configGROQ_MODEL
configALERT_EMAIL
🔐 secretNOTION_API_TOKEN
🔐 secretNOTION_SOCIAL_TOKEN
configGOOGLE_SERVICE_ACCOUNT_JSON
configCHECK_INTERVAL_HOURS
configENV
configDRY_RUN
🔐 secretAPIFY_API_KEY
configAPIFY_INSTAGRAM_ACTOR
configAPIFY_TIKTOK_ACTOR
configAPIFY_YOUTUBE_ACTOR
configGMAIL_OAUTH_JSON
configOAUTH_TOKEN_PATH
configCRM_SHEET_TABS
configNOTIFIER_SHEET_TABS
configNOTION_RATE_LIMIT_DELAY
configNOTION_MAX_RETRIES
configDEDUP_WINDOW_DAYS
configNOTIFY_EMAIL
configSENDER_EMAIL
configERROR_NOTIFY_EMAIL
configWATCHDOG_ENABLED
configWATCHDOG_ALERT_EMAIL
configWATCHDOG_SILENT_HOURS
configPERPLEXITY_BASE_URL
configLINKEDIN_FILTER_STRICTNESS
configGROQ_BASE_URL
🔐 secretKIE_API_KEY
🔐 secretIMGBB_API_KEY
🔐 secretGEMINI_API_KEY
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_COMMUNITY_URL
deployNEXT_PUBLIC_CONTACT_EMAIL
deployNEXT_PUBLIC_SITE_URL
deployNEXT_PUBLIC_TRAINING_URL
deployPORT
deploySUPABASE_SERVICE_ROLE_KEY
deploySUPABASE_URL
deploySMTP_USER
deploySMTP_APP_PASSWORD
// 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

1/1 tools missing one or more hints — get_status (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.

Tool test coverage

Only 0/1 tools referenced in tests (0%)

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

No access to sensitive paths

Reads sensitive paths: credentials, credentials, credentials

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

Shell command execution

2 child_process/subprocess calls in production code — runs shell commands (_skills/fatura-olusturucu/my_lib/cffi/setuptools_ext.py:26, Projeler/Reels_Kapak/composition_engine.py:59)

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

Secrets stay with their owner

4 secret/sensitive values flow into network calls (KIE_API_KEY → dynamic, KIE_API_KEY → dynamic) (7 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 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.

Secrets not logged

19 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 8 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/cengo33-hal-piyasa-6q0236?variant=verified)](https://m8ven.ai/mcp/cengo33-hal-piyasa-6q0236)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d8f03941547cc5886877e58e38b04c7610948bbb
code hash: bc0d7bc31e597e7e308b5b9080bf2b5f61ddbcf9ddcfad23195398b06a2fc75e
verified: 8/19/2026, 9:16:17 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