F
Warning
18/100
1 day ago

LowCal-Code

Local CLI coding agent

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

⚡ 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

dkowitz

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: GEMINI_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 3 critical, 13 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 6 credentials: GEMINI_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, OPENROUTER_API_KEY, TAVILY_API_KEY, TEST_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 critical13 high15 low

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

criticalshell-quote@1.8.3GHSA-w7jw-789q-3m8p

shell-quote quote() does not escape newlines in object .op values

criticalsimple-git@3.28.0GHSA-r275-fr43-pm7q

simple-git has blockUnsafeOperationsPlugin bypass via case-insensitive protocol.allow config key enables RCE

criticalvitest@3.1.1GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.15.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.15.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

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.
configCLI_TITLE
configCLI_VERSION
configCOLORTERM
configComSpec
🔐 secretGEMINI_API_KEY
configGEMINI_CLI_DISABLE_AUTOUPDATER
configGEMINI_MODEL
configGEMINI_SANDBOX
configGEMINI_SANDBOX_IMAGE
configGEMINI_SANDBOX_PROXY_COMMAND
configGEMINI_SYSTEM_MD
🔐 secretGOOGLE_API_KEY
configGOOGLE_APPLICATION_CREDENTIALS
configGOOGLE_CLOUD_LOCATION
configGOOGLE_CLOUD_PROJECT
configGOOGLE_GENAI_USE_GCA
configGOOGLE_GENAI_USE_VERTEXAI
configHTTPS_PROXY
configHTTP_PROXY
configITEM_1
configITEM_2
configLLAMA_CPP_BACKEND
configLLAMA_CPP_BINARY
configLLAMA_CPP_BIN_DIR
configLLAMA_CPP_MODEL
configLLAMA_CPP_MODELS_DIR
configLLAMA_CPP_PORT
configLOWCAL_CURRENT_DATE
configLOWCAL_CURRENT_TIME
configLOWCAL_CURRENT_TIMESTAMP
configLOWCAL_HEADLESS_PRETTY
configLOWCAL_HEADLESS_SCRIPT
configLOWCAL_INSTANCE_ID
configLOWCAL_RETURN_FROM_TASK_ID
configLOWCAL_RETURN_MAILBOX_PATH
configLOWCAL_RETURN_TO_SESSION_ID
configLOWCAL_SCHEDULER_CWD
configLOWCAL_SCHEDULER_DEFAULT_MODE
configMY_ENV_STRING
configMY_ENV_STRING_NESTED
configNO_COLOR
configNO_PROXY
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configOPENAI_MODEL
🔐 secretOPENROUTER_API_KEY
configOTEL_EXPORTER_OTLP_ENDPOINT
configPYTHONPATH
configQWEN_CODE_SYSTEM_DEFAULTS_PATH
configQWEN_CODE_SYSTEM_SETTINGS_PATH
configSANDBOX
configSANDBOX_ENV
configSANDBOX_FLAGS
configSANDBOX_MOUNTS
configSANDBOX_PORTS
configSANDBOX_SET_UID_GID
configSEATBELT_PROFILE
configSHARED_VAR
configSYSTEM_VAR
🔐 secretTAVILY_API_KEY
configTERM
🔐 secretTEST_API_KEY
configTEST_HOST
configTEST_PORT
configVAR_A
configVAR_B
configVIRTUAL_ENV
configVITEST_JUNIT
configVLM_SWITCH_MODE
configWORKSPACE_ENDPOINT
configWORKSPACE_VAR
configZELLIJ
configZELLIJ_PANE_ID
configZELLIJ_SESSION_NAME
confighttp_proxy
confighttps_proxy
configno_proxy
// quality suggestions

README present

No README found

Add a README.md describing the server and its tools.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Shell command execution

30 child_process/subprocess calls in production code — runs shell commands (src/gemini.tsx:217, src/commands/tasks.ts:78, src/orchestrator/daemon.ts:979)

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 (GEMINI_API_KEY → dynamic)

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

Production dependencies are patched

2 critical, 13 high severity in production deps — shell-quote@1.8.3 (critical), simple-git@3.28.0 (critical)

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

Dev dependencies

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

Upgrade dev dependencies when convenient.

Dependency freshness

5/32 production deps abandoned (no release in 2+ years): command-exists@2022-06-13 (4.2y), qrcode-terminal@2022-06-25 (4.2y), fzf@2023-04-25 (3.3y)

Domain consistency

npm scope @qwen-code doesn't match GitHub owner dkowitz

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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/dkowitz-lowcal-code-sy22zp?variant=verified)](https://m8ven.ai/mcp/dkowitz-lowcal-code-sy22zp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 41d544b28b23dfa48e160ea637167000db8dbe3a
code hash: fe2827a510c2f392f845f37f45e7a95fc8880513dacd0904501095d43c830bd8
verified: 8/18/2026, 7:13:44 PM
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