hexforge-gateway (boy-offi9-inc/hexforge-gateway) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 19 tools. No publisher has claimed this listing.

D
Caution
58/100

hexforge-gateway

Self-hosted reverse-engineering workspace API — orchestrates jadx/apktool/adb/frida/APKiD via a job & workflow engine, exposed as native MCP tools for Claude. No cloud required.

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

⚡ 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

boy-offi9-inc

Source: github_repo_search

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 1 credential: HEXFORGE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes19 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

decompile_apk

Decompile an APK to readable Java-like source with jadx. Requires jadx on PATH.

decode_apk

Decode an APK's resources to editable XML and disassemble code to smali with apktool (unlike jadx, the result can be rebuilt). Requires apktool on PATH.

build_apk

Rebuild an APK from an apktool-decoded (and possibly edited) project directory. The result is unsigned - sign it separately before installing. Requires apktool on PATH.

identify_packer

Fingerprint the compiler, packer, obfuscator, and anti-debug/anti-VM techniques used in an APK, via APKiD's YARA rules. Requires apkid on PATH (pip install apkid).

scan_secrets

Recursively scan a directory (e.g. jadx/apktool output) for likely hardcoded secrets - AWS/Google API keys, private key headers, Slack/GitHub tokens, JWTs. A curated high-precision starting set, not exhaustive - not a replacement for a maintained secret-scanner on anything that actually matters.

search_code

Search a directory tree for a regex pattern - e.g. permission strings in decompiled output.

read_file

Read a file's contents.

list_files

List a directory's contents.

adb_devices

List connected Android devices/emulators. Requires adb on PATH.

adb_shell

Run a shell command on a connected Android device via adb. As powerful as `adb shell` itself - only use against a device you control.

adb_install

Install an APK on a connected device via adb.

adb_logcat

Dump and tail the current logcat buffer from a connected device (a snapshot, not a live stream).

frida_list_processes

List running processes (or installed apps) on a device via Frida. Requires frida-tools on PATH and a matching frida-server on the device.

frida_trace

Spawn or attach to a process, inject a Frida script, and capture whatever it emits within a bounded time window (this isn't a real interactive Frida session - it runs the script, waits, then stops it). Requires frida-tools + a matching frida-server on the device.

summarize_text

Summarize arbitrary text (e.g. tool output) using the Gateway's configured AI provider.

list_workspaces

List every workspace that exists on the Gateway.

get_or_create_workspace

Get or create a workspace by name - idempotent, safe to call every time you start working on something.

list_knowledge

List a workspace's knowledge base entries - reports (auto-generated from finished workflows), notes, summaries, chat history.

chat_with_workspace

Send a message in a workspace's ongoing chat and get a reply, with real multi-turn history (not a one-shot completion) - useful for asking questions about accumulated findings without re-explaining context every time.

// known CVEs in dependencies5 high4 low

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

highfastify@5.0.0GHSA-jx2c-rxcm-jvmq

Fastify's Content-Type header tab character allows body validation bypass

highfastify@5.0.0GHSA-mg2h-6x62-wpwc

Fastify vulnerable to invalid content-type parsing, which could lead to validation bypass

highnanoid@5.0.7GHSA-28wg-ghj8-5hjv

nanoid: non-secure generators can loop indefinitely with negative size

highnanoid@5.0.7GHSA-2v37-7h3g-55p8

nanoid: custom generators can loop indefinitely when size is zero

highnanoid@5.0.7GHSA-xwg4-73v4-xw9w

nanoid: Integer Overflow or Wraparound

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.
🔐 secretHEXFORGE_API_KEY
configHEXFORGE_URL
configWEBHOOK_NOTIFIER_URL
// 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

19/19 tools missing one or more hints — decompile_apk (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); decode_apk (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); build_apk (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +16 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 5 high severity in production deps — fastify@5.0.0 (high), fastify@5.0.0 (high)

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

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 4 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/boy-offi9-inc/hexforge-gateway?variant=verified)](https://m8ven.ai/mcp/boy-offi9-inc/hexforge-gateway)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 33293ac7d99428ac0491ca851a5315c455d142a8
code hash: 10c4bf263c8bbff160f104e1a374797b51d648f380700ae4dd90e4bdd4424a70
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