Rikune (Last-emo-boy/rikune) is an MCP server listed on the M8ven Trust Index. It scores 85 out of 100, grade B. It declares 297 tools. No publisher has claimed this listing.

B
Emerging
85/100
23 days ago

Rikune

MCP server for reverse engineering Windows executables and related binary formats, offering static analysis, Ghidra-assisted function recovery, plugin-driven tooling, and optional isolated Windows runtime execution.

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

⚡ 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

Last-emo-boy

Source: Glama

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
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 5 credentials: API_KEY, HOST_AGENT_API_KEY, HOST_AGENT_RUNTIME_API_KEY, RUNTIME_API_KEY, RUNTIME_HOST_AGENT_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 medium2 low

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

mediumturbo@2.9.6GHSA-hcf7-66rw-9f5r

Turbo: Login callback CSRF/session fixation

lowuuid@13.0.0GHSA-w5hq-g745-h8pq

uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided

lowturbo@2.9.6GHSA-3qcw-2rhx-2726

Turbo: Unexpected local code execution during Yarn Berry detection

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.
configANGR_PYTHON
configAPI_ENABLED"": "true",
🔐 secretAPI_KEY
configAPI_MAX_FILE_SIZE
configAPI_MAX_TOTAL_BYTES
configAPI_PORT"": "18080",
configAPI_PUBLIC_BASE_URL"": "http://127.0.0.1:18080",
configAPI_RETENTION_DAYS
configAPI_STORAGE_ROOT
configAUDIT_LOG_PATH
configCACHE_ROOT
configCAPA_PATH
configCAPA_RULES_PATH
configCONFIG_PATH
configDB_HOST
configDB_PATH
configDB_PORT
configDB_TYPE
configDIEC_PATH
configDIE_PATH
configDIE_TIMEOUT
configFRIDA_PATH
configFRIDA_SCRIPT_ROOT
configFRIDA_SERVER_PATH
configFRIDA_TIMEOUT
configGHIDRA_CLEANUP_AFTER_ANALYSIS
configGHIDRA_INSTALL_DIR
configGHIDRA_LOG_RETENTION_DAYS
configGHIDRA_LOG_ROOT
configGHIDRA_MIN_JAVA_VERSION
configGHIDRA_PATH
configGHIDRA_PROJECT_ROOT
configGRAPHVIZ_DOT_PATH
🔐 secretHOST_AGENT_API_KEY
configHOST_AGENT_BACKEND
configHOST_AGENT_BIND_HOST
configHOST_AGENT_HOST
configHOST_AGENT_HYPERV_ENDPOINT
configHOST_AGENT_HYPERV_RUNTIME_ENDPOINT
configHOST_AGENT_HYPERV_SNAPSHOT_NAME
configHOST_AGENT_HYPERV_VM_NAME
configHOST_AGENT_HYPERV_WAIT_TIMEOUT_MS
configHOST_AGENT_KEEP_FAILED_SANDBOX
configHOST_AGENT_NODE_PATH
configHOST_AGENT_PORT
configHOST_AGENT_PYTHON_PATH
🔐 secretHOST_AGENT_RUNTIME_API_KEY
configHOST_AGENT_RUNTIME_BACKEND
configHOST_AGENT_RUNTIME_BIND_HOST
configHOST_AGENT_WORKSPACE
configJADX_PATH
configLOG_LEVEL
configMAX_SAMPLE_SIZE
configPANDA_PYTHON
configPROGRAMDATA
configPYTHON_PATH
configProgramData
configQILING_PYTHON
configQILING_ROOTFS
configRETDEC_PATH
configRIKUNE_ANALYZER_PUBLIC_URL
configRIKUNE_API_PUBLIC_BASE_URL
configRIZIN_PATH
🔐 secretRUNTIME_API_KEY
configRUNTIME_ENDPOINT
configRUNTIME_HEALTH_CHECK_TIMEOUT_MS
configRUNTIME_HEARTBEAT_INTERVAL_MS
🔐 secretRUNTIME_HOST_AGENT_API_KEY
configRUNTIME_HOST_AGENT_ENDPOINT
configRUNTIME_MODE
configRUNTIME_PYTHON_PATH
configRUNTIME_SANDBOX_WORKSPACE
configSERVER_HOST
configSERVER_PORT
configSURFACE_AUTO_ACTIVATE_TIER0
configSURFACE_PROGRESSIVE
configUPX_PATH
configVOL3_PATH
configVOLATILITY3_PATH
configWINEDBG_PATH
configWINE_PATH
configWORKSPACE_ROOT
configYARAX_PYTHON
configJADX_HOME
configRADIFF2_PATH
configSYSTEMROOT
// 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

297/297 tools missing one or more hints — analysis.context.get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); artifact.download (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); artifact.read (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +294 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.

Shell command execution

12 child_process/subprocess calls in production code — runs shell commands (packages/runtime-node/src/index.ts:39, packages/windows-host-agent/src/index.ts:329, packages/windows-host-agent/src/index.ts:360)

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 3 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/last-emo-boy/rikune)](https://m8ven.ai/mcp/last-emo-boy/rikune)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 7de364a8dcd6d5534e39b3396574a149db24753c
code hash: d2cf9028f09913eac47fe09d68e5dc7d9933be728043f2c893c4e8738e43a16a
verified: 8/18/2026, 6:57:55 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