F
Warning
24/100
18 hours ago

secflow-knowledge-security-assistant

原生 macOS AI 安全智能体:漏洞情报、知识图谱、多语言代码审计与报告交付 | SwiftUI + FastAPI + LangGraph

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

FuNianTongXue

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: GITHUB_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 8 credentials: SECFLOW_CODE_SCAN_MCP_TOKEN, DEEPSEEK_API_KEY, SECFLOW_LLM_API_KEY, OPENAI_API_KEY, SECFLOW_STORAGE_MASTER_KEY, SECFLOW_PAYMENT_WEBHOOK_SECRET, SECFLOW_TRIAL_REGISTRY_KEY, GITHUB_TOKEN
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.
configSECFLOW_DEV_BACKEND_URL
configTAURI_ENV_DEBUG
🔐 secretSECFLOW_CODE_SCAN_MCP_TOKEN
configSECFLOW_CODE_SCAN_MCP_ALLOWED_TOOLS
configSECFLOW_CODE_SCAN_MCP_STARTUP_TIMEOUT_SECONDS
configSECFLOW_CODE_SCAN_MCP_READ_TIMEOUT_SECONDS
configSECFLOW_CODE_SCAN_MCP_TRANSPORT
configSECFLOW_CODE_SCAN_MCP_COMMAND
configSECFLOW_OSI_LICENSE_API_TIMEOUT_SECONDS
configWINDIR
configSECFLOW_TRANSLATION_MAX_TOKENS
configSECFLOW_SEMGREP_BIN应用内 CLI 开发环境覆盖 Semgrep 可执行文件路径
configSECFLOW_SEMGREP_VALIDATE_TIMEOUT_SECONDS
configSECFLOW_SEMGREP_TIMEOUT_SECONDS180 冻结评测和兼容调用的单次静态分析总超时;普通项目上传不应用
configSECFLOW_SEMGREP_RULE_TIMEOUT_SECONDS15 冻结评测和兼容调用的单规则单文件超时;普通项目上传使用 0(无限制)
configSECFLOW_SEMGREP_DISABLE_CLI
configSECFLOW_BUNDLED_SEMGREP_BIN
configSECFLOW_SCAN_TEMP_ROOT
configSECFLOW_SEMGREP_RULES内置规则目录 开发环境覆盖离线多语言规则目录或单个规则文件
configSECFLOW_STATIC_MAX_FINDINGS
configSECFLOW_CATALOG_TRANSLATION_BACKOFF_SECONDS
configSECFLOW_INFORMATION_REFRESH_WORKERS
configSECFLOW_WECHAT_RSS_HOST_CONCURRENCY
configSECFLOW_INFORMATION_CACHE_ITEMS
configSECFLOW_INFORMATION_TIMEOUT_RETRIES
configSECFLOW_INFORMATION_TIMEOUT_SECONDS
configSECFLOW_INFORMATION_CONNECT_TIMEOUT_SECONDS
configSECFLOW_INFORMATION_BACKOFF_SECONDS
configSECFLOW_INFORMATION_LOGO_PRECACHE_TOTAL
configSECFLOW_INFORMATION_IMAGE_LOOKUPS_PER_SOURCE
configSECFLOW_INFORMATION_IMAGE_LOOKUPS_TOTAL
configSECFLOW_INFORMATION_IMAGE_TIMEOUT_SECONDS
configSECFLOW_INFORMATION_IMAGE_RETRY_SECONDS
configSECFLOW_INFORMATION_CACHE_SECONDS
configSECFLOW_VULNERABILITY_CATALOG_PATH
configSECFLOW_LEGACY_DATA_DIR
configSECFLOW_BACKGROUND_STARTUP_DELAY_SECONDS
configSECFLOW_ENABLE_LLM_SUMMARY_TRANSLATION
configSECFLOW_DEPENDENCY_SECONDARY_ENRICHMENT
configSECFLOW_DEPENDENCY_RECORD_LIMIT
configSECFLOW_DEPENDENCY_QUERY_LIMIT
configSECFLOW_JAVA_FLOW_DISABLE_CHUNKING
configSECFLOW_LLM_PROVIDER未设置时按密钥推断 LLM Provider 名称;内置 Sub2API,也支持 DeepSeek、OpenAI、Ollama、vLLM 等
🔐 secretDEEPSEEK_API_KEYSECFLOW_LLM_API_KEY 空 LLM API Key,也可使用 或 OPENAI_API_KEY
🔐 secretSECFLOW_LLM_API_KEY空 LLM API Key,也可使用 DEEPSEEK_API_KEY 或 OPENAI_API_KEY
🔐 secretOPENAI_API_KEYSECFLOW_LLM_API_KEY 空 LLM API Key,也可使用 DEEPSEEK_API_KEY 或
configSECFLOW_LLM_ENDPOINT按 Provider 推断 OpenAI-compatible API Base URL,例如 https://api.deepseek.com/v1
configDEEPSEEK_BASE_URL
configOPENAI_BASE_URL
configSECFLOW_LLM_MODEL按 Provider 推断 模型名称;Sub2API 默认为 gpt-5.6-sol
configDEEPSEEK_MODEL
configOPENAI_MODEL
configSECFLOW_LLM_NAME
configSECFLOW_LLM_MAX_TOKENS1800 单次回答最大 token 数
configSECFLOW_LLM_TEMPERATURE0.25 模型温度
configSECFLOW_LLM_TOP_P
configSECFLOW_LLM_TIMEOUT_MS60000 模型请求超时时间
configSECFLOW_LLM_WIRE_APIProvider 默认值 chat 或 responses;Sub2API 默认为 responses
configSECFLOW_LLM_REASONING_EFFORTProvider 默认值 Responses 推理强度;Sub2API 默认为 xhigh
configSECFLOW_LLM_DISABLE_RESPONSE_STORAGEfalse 设为 true 时向 Responses API 发送 store: false
configSECFLOW_MEMORY_LOCAL_ONLYtrue 强制按用户使用本地 JSON 摘要记忆;设为 false 才允许 PostgreSQL
🔐 secretSECFLOW_STORAGE_MASTER_KEY
configSECFLOW_DISABLE_DPAPI
configSECFLOW_SECURITY_CLI
configSECFLOW_DISABLE_KEYCHAIN
configSECFLOW_KEYCHAIN_SERVICEcom.secflow.ai.mac.intelligence 本地加密主密钥使用的 macOS Keychain 服务名
configSECFLOW_STORAGE_KEY_FILE
configSECFLOW_DATA_DIR/opt/secflow-knowledge/data \
configSECFLOW_APP_VERSION
configSECFLOW_APP_RELEASE_CHANNEL
🔐 secretSECFLOW_PAYMENT_WEBHOOK_SECRET空 支付回调 HMAC-SHA256 验签密钥;未配置时回调接口返回不可用
🔐 secretSECFLOW_TRIAL_REGISTRY_KEY
configSECFLOW_TRIAL_REGISTRY_VALUE
configSECFLOW_TRIAL_ENABLED空 打包版内部开关;启用后由后端执行试用限制
configCOMPUTERNAME
configSECFLOW_TRIAL_DURATION_HOURS72 试用时长;当前 Tauri 与兼容版试用构建脚本均固定写入 168(7 天)
🔐 secretGITHUB_TOKEN
configSECFLOW_TASK_EXECUTION_MODE
configSECFLOW_TASK_STORE_PATH
configSECFLOW_TASK_WORKER_COUNT
configSECFLOW_ENABLE_LLM_CARD_TRANSLATION
configSECFLOW_ENABLE_LLM_DESCRIPTION_TRANSLATION
configSECFLOW_DISABLE_BATCH_SCHEDULER
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployPOSTGRES_DSN
// 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

17/17 tools missing one or more hints — scan_language (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_scan_capabilities (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); build_component_vulnerability_detail (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 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.

No eval / new Function

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

Replace eval / Function with explicit parsing or safer alternatives.

Readable source code

1 file appear obfuscated

Ship unminified, readable source.

Secrets not written to files

2 secret values written to files

Avoid persisting secrets to disk. Keep them in memory or your secret manager.

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 5 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/funiantongxue-secflow-knowledge-security-assistant-brf9w7?variant=verified)](https://m8ven.ai/mcp/funiantongxue-secflow-knowledge-security-assistant-brf9w7)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 16e5c9a21f81483534b2fcb61c13be6fe778a0c9
code hash: cb16683fc374ba7f6f21958a99459f9d611aa4414e7db2fa2ac85ff26874853f
verified: 8/19/2026, 9:29:55 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