Portofolio (ezrelafidelynn/Portofolio) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: there is no public source to read and no endpoint we can reach, so there is nothing for us to inspect. No publisher has claimed this listing.

C
Emerging
74/100
13 days ago

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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

ezrelafidelynn

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
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 7 credentials: GEMINI_API_KEY, GOOGLE_API_KEY, MOONSHOT_API_KEY, DEEPSEEK_API_KEY, FALKORDB_PASSWORD, NEO4J_PASSWORD, GRAPHIFY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high3 medium1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highpostcss@8.4.32GHSA-6g55-p6wh-862q

PostCSS: Arbitrary file read and information disclosure via attacker-controlled sourceMappingURL in CSS comments

highpostcss@8.4.32GHSA-r28c-9q8g-f849

PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure

highvite@5.4.21GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

mediumpostcss@8.4.32GHSA-fxqj-rqcc-2cmp

PostCSS: incomplete fix of GHSA-6g55-p6wh-862q — attacker-controlled sourceMappingURL reads arbitrary .map files when `from` is unset

mediumvite@5.4.21GHSA-4w7w-66w2-5vf9

Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
configCLAUDE_CONFIG_DIR
configGRAPHIFY_FORCEForce graph rebuild even with fewer nodes optional — also --force flag
🔐 secretGEMINI_API_KEYor GOOGLE_API_KEY Google Gemini backend --backend gemini
🔐 secretGOOGLE_API_KEYGEMINI_API_KEY or Google Gemini backend --backend gemini
🔐 secretMOONSHOT_API_KEYKimi Code backend --backend kimi
🔐 secretDEEPSEEK_API_KEYDeepSeek backend --backend deepseek
configGRAPHIFY_NO_TIPS
🔐 secretFALKORDB_PASSWORD
🔐 secretNEO4J_PASSWORD
configGRAPHIFY_API_TIMEOUTPer-call timeout in seconds for HTTP, claude-cli, and Anthropic SDK backends (default: 600) optional — also --api-timeout flag
configGRAPHIFY_MAX_WORKERSAST parallelism thread count optional — also --max-workers flag
configOLLAMA_BASE_URLOllama local inference URL --backend ollama (default: http://localhost:11434)
configAWS_PROFILE
configAWS_REGION
configAWS_DEFAULT_REGION
configAWS_ACCESS_KEY_ID
configGRAPHIFY_NO_BACKUP
configGRAPHIFY_VIZ_NODE_LIMIT
configGRAPHIFY_DEBUG
configGRAPHIFY_GOOGLE_WORKSPACEYou can also set =1. Graphify exports shortcuts into
configGRAPHIFY_GOOGLE_WORKSPACE_TIMEOUT
configGRAPHIFY_CHANGED
configGRAPHIFY_REBUILD_TIMEOUT
configGRAPHIFY_OUT
configGRAPHIFY_REBUILD_LOG
configANTHROPIC_BASE_URLAnthropic-compatible endpoint URL (LiteLLM proxy, gateways, ...) --backend claude (default: https://api.anthropic.com)
configANTHROPIC_MODELModel name for the Claude backend — for custom endpoints, use the model name/alias your server exposes --backend claude (default: claude-sonnet-4-6)
configKIMI_BASE_URL
configOLLAMA_MODELOllama model name --backend ollama (default: auto-detect)
configGEMINI_BASE_URL
configOPENAI_BASE_URLOpenAI-compatible server URL (llama.cpp, vLLM, LM Studio, ...) --backend openai (default: https://api.openai.com/v1)
configOPENAI_MODELOPENAI_BASE_URL=http://localhost:8080/v1 =my-model graphify extract ./docs --backend openai # any OpenAI-compatible server (llama.cpp, vLLM, LM Studio)
configDEEPSEEK_BASE_URL
configAZURE_OPENAI_DEPLOYMENTor GRAPHIFY_AZURE_MODEL Azure deployment name optional — default gpt-4o
configGRAPHIFY_AZURE_MODELAZURE_OPENAI_DEPLOYMENT or Azure deployment name optional — default gpt-4o
configGRAPHIFY_ALLOW_LOCAL_PROVIDERS
configGRAPHIFY_MAX_OUTPUT_TOKENSRaise output cap for dense corpora optional — e.g. 32768 for large files
configGRAPHIFY_LLM_TEMPERATUREOverride LLM temperature for semantic extraction — e.g. 0.7, or none to omit optional — auto-omitted for o1/o3/o4/gpt-5 reasoning models
configGRAPHIFY_MAX_RETRIESHow many times to retry a rate-limited (429) request before giving up (default: 6; honors Retry-After) optional — raise for strict per-org limits (e.g. kimi); 0 disables
configGRAPHIFY_OLLAMA_VISION
configGRAPHIFY_OLLAMA_NUM_CTXOverride Ollama KV-cache window size optional — auto-sized by default
configGRAPHIFY_OLLAMA_KEEP_ALIVEMinutes to keep Ollama model loaded optional — set 0 to unload after each chunk
configGRAPHIFY_CLAUDE_CLI_MODEL
configAZURE_OPENAI_API_VERSIONAzure API version override optional — default 2024-12-01-preview
configAZURE_OPENAI_ENDPOINTazure Azure OpenAI Service (--backend azure, uses AZURE_OPENAI_API_KEY + ) uv tool install "graphifyy[openai]"
configGRAPHIFY_OLLAMA_PARALLEL
configGRAPHIFY_CLAUDE_CLI_PARALLEL
configNO_COLOR
configGRAPHIFY_TRIAGE_BACKENDBackend for graphify prs --triage optional — auto-detected from available keys
configGRAPHIFY_TRIAGE_MODELModel override for triage optional — e.g. claude-opus-4-7
configGRAPHIFY_QUERY_LOG_DISABLESet to 1 to disable query logging entirely optional
configGRAPHIFY_QUERY_LOGOverride query log path (default: ~/.cache/graphify-queries.log) optional — set to empty or /dev/null to silence
configGRAPHIFY_QUERY_LOG_RESPONSESSet to 1 to also log full subgraph responses (off by default) optional
configGRAPHIFY_MAX_GRAPH_BYTESOverride the 512 MiB graph.json size cap — e.g. 700MB, 2GB, or plain bytes optional — useful for very large corpora
🔐 secretGRAPHIFY_API_KEYapi-key env Require Authorization: Bearer <key> (or X-API-Key)
configGRAPHIFY_WHISPER_MODEL
configGRAPHIFY_WHISPER_PROMPT
configGRAPHIFY_REBUILD_MEMORY_LIMIT_MB
// 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

11/11 tools missing one or more hints — call_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); query_graph (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_node (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +8 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

6/11 tools referenced in tests (55%)

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

Secrets not logged

5 secret values sent to console.log

Redact or omit secret values from log output.

Dev dependencies

3 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

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 Score](https://m8ven.ai/badge/mcp/ezrelafidelynn-portofolio-qk8pgg)](https://m8ven.ai/mcp/ezrelafidelynn-portofolio-qk8pgg)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 145ac7ed846d3b0aafc81d776520185eadb54ae6
code hash: 12deb232aadb4201a237b1434545909e645f0b4142dc98e8a2a4860785c864e7
verified: 8/12/2026, 7:55:01 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