fusion-launchaudit (Fusion-Data-Company/fusion-launchaudit) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Caution
74/100

fusion-launchaudit

80/20 Launch Audit: a senior-dev launch audit that breaks into your app and proves what is broken. Open source (MIT); hosted audits from $79.

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

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

Fusion-Data-Company

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
🚨
Secret credentials may flow to a network call
8 flows detected: RONIN_API_KEY, FUSION_ORDER_CRM_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 9 credentials: BLOB_READ_WRITE_TOKEN, CRON_SECRET, FUSION_ORDER_CRM_KEY, LAUNCHAUDIT_ATTEST_KEY, PAGESPEED_API_KEY, RONIN_API_KEY, RUNNER_SYNC_SECRET, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes10 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.

launchaudit_scan_repo

Inspect a local repository before planning tests: framework, package manager, scripts, page/API route counts, env keys expected vs present (names only — values never read), and existing test tooling. Run this FIRST so test cards are grounded in repo truth.

launchaudit_probe_runtime

Check whether the app under audit is reachable at a URL (HTTP probe). Console/network capture arrives with the Playwright layer; this reports reachability truthfully.

launchaudit_get_campaign

Fetch the current LaunchAudit campaign: test cards with statuses, findings, repair tasks, and persistence mode. Use to see existing coverage before writing new test cards, or to review findings that need repair work.

launchaudit_get_test_card_contract

Get the exact contract for authoring LaunchAudit test cards. Every card must be specific and evidence-gated — generic smoke tests are rejected culture-wise. Returns the schema, allowed categories/risk levels, and authoring rules.

launchaudit_sync_campaign

Sync test cards and repo/runtime truth to the LaunchAudit command center. Scans the repo and probes the runtime fresh (live_scan), then submits. Returns persistence info — postgres mode means it survived durably.

launchaudit_register_artifact

Register evidence (screenshot, trace, video, network log) for a test run. Returns the deterministic blob path and persistence status. Evidence-gating is the product: failures without artifacts don't count.

launchaudit_list_campaigns

List all campaigns on the platform with status, readiness, and card counts.

launchaudit_create_campaign

Create a new audit campaign for a target app. Returns the campaign id to use for sync and reporting.

launchaudit_run_audit

THE one-shot audit: scan repo, crawl the live app, auto-generate executable test cards, create a campaign, execute everything in a real browser, capture evidence, sync results + findings. Returns the summary with campaign id and report URL. Takes a few minutes for real apps.

launchaudit_read_report

Read the most recent audit's results from the local report file — findings to fix and checks that need the customer's input. Use after launchaudit_run_audit to see what to repair, or to re-check status after a fix.

// 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.
🔐 secretBLOB_READ_WRITE_TOKEN
🔐 secretCRON_SECRET
🔐 secretFUSION_ORDER_CRM_KEY
configHTTPS_PROXY
configHTTP_PROXY
configLAUNCHAUDIT_API_URL
🔐 secretLAUNCHAUDIT_ATTEST_KEY
configLAUNCHAUDIT_BUILD_SHA
configLAUNCHAUDIT_CAMPAIGN_ID
configLAUNCHAUDIT_CONSISTENCY_K
configLAUNCHAUDIT_FAIL_ON_GATE
configLAUNCHAUDIT_LOCAL_DB
configLAUNCHAUDIT_NO_OPEN
configLAUNCHAUDIT_OPEN
configLAUNCH_AUDIT_BUILD_SHA
configLAUNCH_AUDIT_CAMPAIGN_ID
configLAUNCH_AUDIT_REPO
configLAUNCH_AUDIT_SYNC_URL
configNO_PROXY
🔐 secretPAGESPEED_API_KEY
configPUBLIC_SITE_URL
🔐 secretRONIN_API_KEY
🔐 secretRUNNER_SYNC_SECRET
🔐 secretSTRIPE_SECRET_KEY
configSTRIPE_SESSION_FIXTURE_DIR
🔐 secretSTRIPE_WEBHOOK_SECRET
confighttp_proxy
confighttps_proxy
configno_proxy
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployLAUNCH_AUDIT_APP_URL
deployPORT
// 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

10/10 tools missing one or more hints — launchaudit_scan_repo (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); launchaudit_probe_runtime (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); launchaudit_get_campaign (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 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

Only 0/10 tools referenced in tests (0%)

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

No eval / new Function

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

Replace eval / Function with explicit parsing or safer alternatives.

Secrets stay with their owner

6 secret/sensitive values flow into network calls (RONIN_API_KEY → fusiondataco.app, RONIN_API_KEY → fusiondataco.app) (2 other flows matched canonical API hosts)

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

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 5 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/fusion-data-company/fusion-launchaudit?variant=verified)](https://m8ven.ai/mcp/fusion-data-company/fusion-launchaudit)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a48eefddc8fa32d64e2c66df21ccaab8e3abdda8
code hash: 7bd682cc5205f4f093b13c2fdf60ba9993fc8da2052c12599ecb827516e946a8
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