D
Caution
44/100
8 days ago

Caution. Specific findings reduced this grade. They are listed on the page. 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

salemove

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
1 flow detected: GLIA_KEY_ID. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 1 critical, 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: GLIA_BEARER_TOKEN, GLIA_KEY_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical4 high1 medium3 low

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

criticalhandlebars@4.7.8GHSA-2w6w-674q-4c4q

Handlebars.js has JavaScript Injection via AST Type Confusion

highhandlebars@4.7.8GHSA-3mfm-83xf-c92r

Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block

highhandlebars@4.7.8GHSA-9cx6-37pm-9jff

Handlebars.js has Denial of Service via Malformed Decorator Syntax in Template Compilation

highhandlebars@4.7.8GHSA-xhpv-hc6g-r9c6

Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial

highhandlebars@4.7.8GHSA-xjpj-3mr7-gcpf

Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options

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.
configGLIA_API_URLGlia API URL (defaults to https://api.glia.com)
🔐 secretGLIA_BEARER_TOKENBearer token generated from your credentials (automatically set by the CLI)
configGLIA_CONFIG_DIR
configGLIA_DEBUG_API
configGLIA_DEBUG_CONFIG
configGLIA_KEY_IDYour Glia API key ID
🔐 secretGLIA_KEY_SECRETYour Glia API key secret
configGLIA_MCP_ALLOW_DESTRUCTIVE
configGLIA_PROFILE
configGLIA_SITE_IDYour Glia site ID
configGLIA_TOKEN_EXPIRES_AT
// 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

39/39 tools missing one or more hints — gf_list_applet_templates (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); gf_get_applet_template (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); gf_generate_applet_from_template (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +36 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

7/8 tool handlers declare input schemas (88%)

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

Shell command execution

6 child_process/subprocess calls in production code — runs shell commands (src/commands/startMcpServer.js:35, install.js:61, install.js:70)

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

Secrets stay with their owner

1 secret/sensitive value flow into network calls (GLIA_KEY_ID → dynamic)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

1 critical, 4 high severity in production deps — handlebars@4.7.8 (critical), handlebars@4.7.8 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

2/10 production deps stale: buffer@2023-07-22 (3.1y), cli-table3@2024-05-12 (2.3y)

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 7 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/salemove-glia-functions-tools-477uja?variant=verified)](https://m8ven.ai/mcp/salemove-glia-functions-tools-477uja)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e7c70b31eee185c04c3e974c1d4c2deaa4927f55
code hash: 9b285844c80aa6886d3d265f4f87d882eb353abff0d2edfac931b1dc0ae40547
verified: 8/12/2026, 7:49:11 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