F
Warning
12/100
6 hours ago

console-automation-mcp-legacy

Legacy MCP server for console automation that preserves interactive sessions, a 40-tool command/test surface, and legacy protocol adapters for local/remote execution. Intended only for migrations to RunBeacon 3.0.

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

Liyuchen0118 · Claimed

Source: Glama

Maintenance & responsiveness
as of 2026-08-19
Issues closed (90d): 0 · 1 open
Releases (90d): none
Active contributors (6mo): 1
⚡ Upgrade to Live Monitored

Connect your repo and M8ven re-verifies it on the push itself. Without it we re-check verified listings about once a day, so a fix can sit unseen. Read-only, one click, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Hardcoded credentials detected
1 live-looking API key in source: 1 AWS access key
🔐
You'll be asked for 2 credentials: AUDIT_ENCRYPTION_KEY, RUNBEACON_GITHUB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// 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.
🔐 secretAUDIT_ENCRYPTION_KEY
configAWS_DEFAULT_REGION
configAWS_REGION
configCLAUDE_PLUGIN_DATA
configDBUS_SESSION_BUS_ADDRESS
configDISPLAY
configJAVA_HOME
configMCP_AUTO_CLEANUP
configMCP_CLEANUP_INTERVAL
configMCP_DEBUG_LOG
configMCP_MAX_SESSIONS
configMCP_SERVER_MODE
configMCP_SESSION_PERSISTENCE
configMCP_SESSION_PERSISTENCE_PATH
configMCP_SESSION_TIMEOUT
configPGPASSWORD
configPGSSLMODE
configPLUGIN_DATA
configProgramFiles
configProgramFiles(x86)
configRJM_BUILD_VERSION
configRJM_CANCEL_GRACE_MS
configRJM_MAX_CONCURRENT_JOBS
configRJM_MAX_OUTPUT_BYTES
configRJM_MAX_RETAINED_JOBS
configRJM_PERSIST_DEBOUNCE_MS
configRJM_PERSIST_METADATA
configRJM_PERSIST_OUTPUT
configRJM_SSH_HANDSHAKE_ATTEMPTS
configRJM_SSH_READY_TIMEOUT_MS
configRJM_SSH_RETRY_BASE_DELAY_MS
configRJM_STATE_PATH
🔐 secretRUNBEACON_GITHUB_TOKEN
configRUNBEACON_GITHUB_USERNAME
configSHELL
configSSH_AUTH_SOCK
configSystemRoot
configTERM
configTF_PLUGIN_CACHE_DIR
// quality suggestions

Tool annotations

16/56 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

40/56 tools missing one or more hints — console_create_session (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); console_send_input (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); console_send_key (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +37 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 hardcoded API keys

1 live-looking API key in source: 1 AWS access key

Move secrets to environment variables (process.env.X) or your secret manager.

Tool test coverage

Only 4/56 tools referenced in tests (7%)

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

No eval / new Function

6 eval() or new Function() calls — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

140 child_process/subprocess calls in production code — runs shell commands (src/protocols/BMCProtocol.ts:215, src/protocols/BMCProtocol.ts:409, src/core/ConsoleManager.ts:6594)

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

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/liyuchen0118-console-automation-mcp-legacy-r4affg?variant=verified)](https://m8ven.ai/mcp/liyuchen0118-console-automation-mcp-legacy-r4affg)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 548377d832435c8b15c2359b6a9782709de56b43
code hash: 5241322a69c264077877781b39120a13cad03d4eff2dc9627db519c21f7d4257
verified: 8/19/2026, 11:21: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