F
Warning
28/100
6 days ago

daemon

Personal AI daemon system

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

KevinJian16

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
8 flows detected: DAEMON_API_URL, TELEGRAM_BOT_TOKEN_AUTOPILOT, PLANE_API_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 25 credentials: CORE_API_KEY, DEVTO_API_KEY, GOOGLE_DESKTOP_CLIENT_SECRET, HASHNODE_TOKEN, HF_TOKEN, INTERVALS_API_KEY, KAGGLE_KEY, LIBRARIES_IO_API_KEY, MINIO_ROOT_PASSWORD, NEWSDATA_API_KEY, S2_API_KEY, STRAVA_ACCESS_TOKEN, TWITTER_BEARER_TOKEN, POSTGRES_PASSWORD, DEEPSEEK_API_KEY, TELEGRAM_BOT_TOKEN, PLANE_API_TOKEN, PLANE_WEBHOOK_SECRET, GOOGLE_CLIENT_SECRET, GITHUB_CLIENT_SECRET, RAGFLOW_API_KEY, MINIO_ACCESS_KEY, MINIO_SECRET_KEY, TELEGRAM_WEBHOOK_SECRET, JWT_SECRET
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.
configDAEMON_API_URL
configDAEMON_HOME
🔐 secretCORE_API_KEY
configCROSSREF_MAILTO
🔐 secretDEVTO_API_KEY
configKROKI_URL
configFIRECRAWL_URL
configGOOGLE_DESKTOP_CLIENT_ID
🔐 secretGOOGLE_DESKTOP_CLIENT_SECRET
🔐 secretHASHNODE_TOKEN
🔐 secretHF_TOKEN
🔐 secretINTERVALS_API_KEY
configINTERVALS_ATHLETE_ID
configKAGGLE_USERNAME
🔐 secretKAGGLE_KEY
🔐 secretLIBRARIES_IO_API_KEY
configMINIO_ENDPOINT
configMINIO_ROOT_USER
🔐 secretMINIO_ROOT_PASSWORD
configMINIO_BUCKET
🔐 secretNEWSDATA_API_KEY
configOPENALEX_MAILTO
🔐 secretS2_API_KEY
🔐 secretSTRAVA_ACCESS_TOKEN
🔐 secretTWITTER_BEARER_TOKEN
configUNPAYWALL_EMAIL
configOPENCLAW_HOME
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_DB
🔐 secretDEEPSEEK_API_KEY
configDAEMON_API_PORT
configTELEGRAM_BOT_TOKEN_AUTOPILOT
🔐 secretTELEGRAM_BOT_TOKEN
configTELEGRAM_CHAT_ID
configPLANE_API_URL
🔐 secretPLANE_API_TOKEN
configPLANE_WORKSPACE_SLUG
🔐 secretPLANE_WEBHOOK_SECRET
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configGITHUB_CLIENT_ID
🔐 secretGITHUB_CLIENT_SECRET
configDAEMON_JOB_TOKEN_LIMIT
configDAEMON_DAILY_TOKEN_LIMIT
configRAGFLOW_BASE_URL
🔐 secretRAGFLOW_API_KEY
configRAGFLOW_DATASET_ID
configPLANE_PROJECT_ID
configDAEMON_BACKUP_DIR
configMINIO_BACKUP_TARGET
🔐 secretMINIO_ACCESS_KEY
🔐 secretMINIO_SECRET_KEY
configTELEGRAM_BOT_TOKEN_COPILOT
configTELEGRAM_BOT_TOKEN_INSTRUCTOR
configTELEGRAM_BOT_TOKEN_NAVIGATOR
🔐 secretTELEGRAM_WEBHOOK_SECRET
configTELEGRAM_ADAPTER_HOST
🔐 secretJWT_SECRET
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
// 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

115/115 tools missing one or more hints — call_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); code_exec (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); call_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +112 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 test coverage

Only 3/115 tools referenced in tests (3%)

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

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (interfaces/portal/electron/main.cjs:231)

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

Secrets stay with their owner

3 secret/sensitive values flow into network calls (DAEMON_API_URL → dynamic, PLANE_API_TOKEN → dynamic) (5 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

1 secret value passed to shell commands — possible command injection

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

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/kevinjian16-daemon-dsxi25?variant=verified)](https://m8ven.ai/mcp/kevinjian16-daemon-dsxi25)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 49bb7871409670396eaa34bf807510c6191c143d
code hash: 4856290389a906ce23e319a287fe026bc9f334a0b571544850efcd2efe9bbd8a
verified: 8/13/2026, 8:11:29 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