Healix (krishsharma1008/TestBot_MCP) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. No publisher has claimed this listing.

C
Caution
74/100
2 months ago

Healix

End-to-end AI test generation and QA automation server that orchestrates auto-detection, browser exploration, test generation, execution, and dashboard analysis directly from your IDE.

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

krishsharma1008

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
🚨
Secret credentials may flow to a network call
2 flows detected: HEALIX_API_KEY, OPENAI_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 11 credentials: BROWSER_USE_API_KEY, EXPO_SKIP_MANIFEST_VALIDATION_TOKEN, HEALIX_API_KEY, HEALIX_BROWSER_USE_API_KEY, HEALIX_PROJECT_KEY, JIRA_API_TOKEN, JIRA_PROJECT_KEY, OPENAI_API_KEY, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, HEALIX_LOGIN_PASSWORD
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.
configBROWSER
🔐 secretBROWSER_USE_API_KEY
configBROWSER_USE_PYTHON
configEXPO_NO_BROWSER
configEXPO_NO_DEPENDENCY_VALIDATION
configEXPO_NO_INTERACTIVE
configEXPO_NO_TELEMETRY
🔐 secretEXPO_SKIP_MANIFEST_VALIDATION_TOKEN
🔐 secretHEALIX_API_KEYUsers only need a . All AI calls are proxied server-side through the webapp — no OpenAI key needed on user machines.
configHEALIX_AUTO_APPLY_TEST_PATCHES
configHEALIX_AUTO_OPEN_BROWSER
configHEALIX_BROWSER_HEADLESS
🔐 secretHEALIX_BROWSER_USE_API_KEY
configHEALIX_BROWSER_USE_MODEL
configHEALIX_BROWSER_USE_PYTHON
configHEALIX_CALIBRATION_MODEL
configHEALIX_DASHBOARD_URLNo Webapp base URL. Used for all API calls and dashboard deep-links. Production Vercel URL
configHEALIX_DISABLE_STEP_CALIBRATION
configHEALIX_GEN_ASYNCtrue routes /api/generate-tests through Inngest background jobs. Default: false.
configHEALIX_HEADLESS
configHEALIX_LOCAL_PHASE_TIMEOUT_MS
configHEALIX_LOG_REDACTION
configHEALIX_LOG_REDACTION_LEVEL
configHEALIX_MAX_ARTIFACT_BYTES
configHEALIX_MCP_TELEMETRY
configHEALIX_MCP_TELEMETRY_QUEUE_SIZE
configHEALIX_MCP_TELEMETRY_TIMEOUT_MS
configHEALIX_MODEL_LADDERS
configHEALIX_OPENAI_TIMEOUT_MS
configHEALIX_PLAYWRIGHT_ACTION_TIMEOUT_MS
configHEALIX_PLAYWRIGHT_CRASH_RETRIES
configHEALIX_PLAYWRIGHT_EXPECT_TIMEOUT_MS
configHEALIX_PLAYWRIGHT_NAVIGATION_TIMEOUT_MS
configHEALIX_PLAYWRIGHT_RETRIES
configHEALIX_PLAYWRIGHT_TEST_TIMEOUT_MS
🔐 secretHEALIX_PROJECT_KEY
configHEALIX_RUN_LOG_DIR
configHEALIX_SERVER_HEALTHCHECK_INTERVAL_MS
configHEALIX_SERVER_START_TIMEOUT_MS
configHEALIX_SKIP_CALIBRATION
configHEALIX_WEBAPP_AGENT_TIMEOUT_MS
configHEALIX_WEBAPP_TIMEOUT_MS
configHEALIX_WEBAPP_URL
🔐 secretJIRA_API_TOKEN
configJIRA_BASE_URL
🔐 secretJIRA_PROJECT_KEY
🔐 secretOPENAI_API_KEYOpenAI API key. Used only by webapp API routes — never by the MCP.
configPLAYWRIGHT_BROWSERS_PATH
configPLAYWRIGHT_JSON_OUTPUT_FILE
configPLAYWRIGHT_MCP_ALLOW_INSTALL
configPLAYWRIGHT_MCP_ENABLED
configPLAYWRIGHT_MCP_OUTPUT_DIR
configPLAYWRIGHT_MCP_PACKAGE
configPLAYWRIGHT_MCP_VERSION
🔐 secretSTRIPE_SECRET_KEY
🔐 secretSTRIPE_WEBHOOK_SECRET
configTELEMETRY_RATE_LIMIT_PER_MINUTE
configTELEMETRY_RATE_LIMIT_PER_SECOND
configHEALIX_ALL_ROLES
configHEALIX_LLM_PROXY_URL
configOPENAI_BASE_URL
configOPENAI_API_BASE
configHEALIX_BROWSER_USE_PROVIDER
configHEALIX_PREAUTH_VERIFIED_ROLES
configHEALIX_BROWSER_USE_MAX_STEPS
configHEALIX_TARGET_URL
configHEALIX_LOGIN_USERNAME
🔐 secretHEALIX_LOGIN_PASSWORD
configHEALIX_TOTAL_TIMEOUT_S
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployNEXT_PUBLIC_APP_URL
deployNEXT_PUBLIC_SUPABASE_URL
deployPORT
deploySUPABASE_SERVICE_ROLE_KEY
// quality suggestions

Dependencies

2 dependencies, 2 flagged: @playwright/mcp, @playwright/test

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

5/5 tools missing one or more hints — healix_configure (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); healix_test_my_app (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); healix_check_run_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +2 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

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

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

Shell command execution

32 child_process calls — runs shell commands

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

Secrets stay with their owner

1 secret/sensitive value flow into network calls (HEALIX_API_KEY → dynamic) (1 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 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/krishsharma1008-testbot-mcp-1ckvje?variant=verified)](https://m8ven.ai/mcp/krishsharma1008-testbot-mcp-1ckvje)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 12a628555a23eb697561f5878f832a29038c3be9
code hash: b2e5041db772ee0a3f222220a6530a85cc2b892496726d54643b1b7f81d8d554
verified: 6/22/2026, 12:59:15 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