F
Warning
24/100
14 hours ago

headroom

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

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

sleetish

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
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 7 credentials: OPENROUTER_API_KEY, ANTHROPIC_API_KEY, OPENAI_API_KEY, GITHUB_COPILOT_API_TOKEN, API_KEY, HEADROOM_LICENSE_KEY, HEADROOM_GATEWAY_ADMIN_KEY
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.
configHEADROOM_USER_ID
configHEADROOM_SDK
configHEADROOM_SKIP_UPSTREAM_CHECK
configHEADROOM_DEPLOYMENT_PROFILE
configHEADROOM_DEPLOYMENT_PRESET
configHEADROOM_DEPLOYMENT_RUNTIME
configHEADROOM_DEPLOYMENT_SUPERVISOR
configHEADROOM_DEPLOYMENT_SCOPE
configOPENAI_TARGET_API_URL
configANTHROPIC_TARGET_API_URL
configVERTEX_TARGET_API_URL
configAWS_PROFILE
configHEADROOM_CCR_BACKEND
configHEADROOM_EXCLUDE_TOOLS
configHEADROOM_TOOL_PROFILES
🔐 secretOPENROUTER_API_KEY
configHEADROOM_LOG_FILE
configHEADROOM_SAVINGS_PROFILE
configHEADROOM_TARGET_RATIO
configHEADROOM_PROTECT_RECENT
configHEADROOM_ACCURACY_GUARD
configHEADROOM_MCP_READ
configHEADROOM_PROXY_URL
configCODEX_HOME
configBUST_TRACE_SCRIPT
🔐 secretANTHROPIC_API_KEY
🔐 secretOPENAI_API_KEY
configHEADROOM_BINARIES_CACHE
configXDG_CACHE_HOME
configHEADROOM_BINARIES_MIRROR
configHEADROOM_BINARIES_OFFLINE
configGITHUB_COPILOT_HOST
configHEADROOM_COPILOT_AUTH_FILE
configGITHUB_COPILOT_ENTERPRISE_URL
configGITHUB_COPILOT_ENTERPRISE_DOMAINexport =ghe.example.com
configGITHUB_COPILOT_API_URL
configGITHUB_COPILOT_TOKEN_EXCHANGE_URL
configGITHUB_COPILOT_USER_INFO_URL
configGITHUB_COPILOT_USE_TOKEN_EXCHANGE
configGITHUB_COPILOT_TOKEN_FILE
configGH_PATH
configGITHUB_COPILOT_USER_AGENT
🔐 secretGITHUB_COPILOT_API_TOKEN
configGITHUB_COPILOT_SECRET_TOOL
configCOPILOT_HOME
configMANUAL_VER
configLEVEL
configGITHUB_OUTPUT
configRUN_LIVE_API
configHEADROOM_SYNC_VERSIONS
🔐 secretAPI_KEY
configCAPTURE_LANE
configCAPTURE_OUTPUT
configCAPTURE_INCLUDE_HOSTS
configCAPTURE_BODY_BYTES
configHEADROOM_REDIS_URL
configHEADROOM_CCR_TENANT_PREFIX
configHEADROOM_MARKETPLACE_SOURCE
configHEADROOM_INTERCEPT_ENABLED
configHEADROOM_ANYLLM_PROVIDER
configHEADROOM_MODE
configHEADROOM_STATELESS
configHEADROOM_TELEMETRY
configHEADROOM_CODEX_WIRE_DEBUG
configHEADROOM_CODEX_WIRE_DEBUG_DIR
configHEADROOM_TOIN_BACKEND
🔐 secretHEADROOM_LICENSE_KEY
configHEADROOM_LOG_MESSAGES
configHEADROOM_CODE_AWARE_ENABLED
configHEADROOM_AGENT_TYPE
configHEADROOM_COMPRESSION_STABLE_AFTER_TURN
configHEADROOM_STALE_READ_COMPRESS_AFTER_TURNS
configHEADROOM_EMBEDDING_SERVER_SOCKET
configHEADROOM_BACKEND
configHEADROOM_REGION
configCLAUDE_CODE_USE_FOUNDRY
configANTHROPIC_FOUNDRY_BASE_URL
configHEADROOM_GATEWAY_DB_URL
configHEADROOM_GATEWAY_KEY_VAULT_URI
configHEADROOM_GATEWAY_ANTHROPIC_VERSION
configHEADROOM_GATEWAY_ENTRA_TENANT_ID
configHEADROOM_GATEWAY_ENTRA_AUDIENCE
configHEADROOM_GATEWAY_ENTRA_ADMIN_ROLE
🔐 secretHEADROOM_GATEWAY_ADMIN_KEY
configHEADROOM_GATEWAY_LOGS_ENDPOINT
configHEADROOM_GATEWAY_LOGS_RULE_ID
// 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

7/7 tools missing one or more hints — dynamic_tool_487 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_510 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_536 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +4 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

3/7 tools referenced in tests (43%)

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

Shell command execution

5 child_process/subprocess calls in production code — runs shell commands (plugins/openclaw/src/proxy-manager.ts:193, plugins/openclaw/src/proxy-manager.ts:332, plugins/openclaw/src/proxy-manager.ts:360)

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

Readable source code

1 file appear obfuscated

Ship unminified, readable source.

Secrets not logged

31 secret values sent to console.log

Redact or omit secret values from log output.

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/sleetish-headroom-1jgz9m?variant=verified)](https://m8ven.ai/mcp/sleetish-headroom-1jgz9m)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ba2906e869374c319b606ff9dff7f88e07bf53ff
code hash: 7e6b5c84ec6a409c41eda9a6fda9754f7518bda254121d7e1d528666a716ab02
verified: 8/19/2026, 1:23:47 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