scitex-hub (scitex-ai/scitex-hub) is an MCP server listed on the M8ven Trust Index. It scores 67 out of 100, grade C. It declares 7 tools. No publisher has claimed this listing.
SciTeX Hub deployment and management CLI
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
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
scitex-ai
Source: github_repo_search
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.
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.
app_get_currentUse when the user asks which SciTeX app is active, wants to know the current context, or mentions app switching; replaces `scitex-hub app current` CLI invocations when the agent needs to introspect which app is selected (reads SCITEX_CURRENT_APP).
app_switch_toUse when the user asks to switch apps, change to writer/scholar/etc., or mentions activating a different SciTeX app; replaces `scitex-hub app switch <name>` CLI invocations (sets SCITEX_CURRENT_APP).
app_list_allUse when the user asks what SciTeX apps exist, to enumerate the app registry, or to pick an app; replaces `scitex-hub app list` CLI invocations when the agent needs to introspect available apps (names, labels, icons, ordering).
app_get_infoUse when the user asks for details, metadata, or manifest of a specific SciTeX app; replaces `scitex-hub app info <name>` CLI invocations when the agent needs to introspect an app's config.
app_check_depsUse when the user asks to verify an app's dependencies, check if python/node/system/R packages are installed, or diagnose a missing-dependency error for a SciTeX app; replaces `scitex-hub app check-deps` CLI invocations.
app_get_prefsUse when the user asks for saved app settings, preferences, or config for a SciTeX app; replaces `scitex-hub app prefs get <name>` CLI invocations when the agent needs to introspect persisted user preferences.
app_set_prefsUse when the user asks to save/update/merge preferences or settings for a SciTeX app; replaces `scitex-hub app prefs set <name> <json>` CLI invocations (merges with existing prefs; does not replace).
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
Fabric.js Affected by Stored XSS via SVG Export
launch-editor vulnerable to command injection via the crafted request on Windows
vite: `server.fs.deny` bypass on Windows alternate paths
Vite has an `server.fs.deny` bypass with an invalid `request-target`
SCITEX_HUB_ENVSCITEX_UI_STATICSCITEX_HUB_API_KEYSCITEX_HUB_URLSCITEX_HUB_DJANGO_SETTINGS_MODULECELERY_DB_CONNECTION_WARN_THRESHOLDCELERY_DB_CONN_MAX_AGESCITEX_HUB_BUILD_IDSCITEX_HUB_UMAMI_DOMAINSSCITEX_DIAG_EMAIL_TOSCITEX_HUB_ORCID_CLIENT_IDSCITEX_HUB_ORCID_CLIENT_SECRETSCITEX_HUB_SITE_URLSITE_URLSCITEX_HUB_SITE_NAMEORCID_BASE_DOMAINSCITEX_HUB_GOOGLE_CLIENT_IDSCITEX_HUB_GOOGLE_CLIENT_SECRETSCITEX_INSTANCE_NAMESCITEX_HUB_TEST_MODESCITEX_HUB_BILLING_PROVIDERSCITEX_HUB_INTERNAL_APPS_RELEASEDSCITEX_HUB_DJANGO_DEBUGSCITEX_HUB_APP_UNIX_OWNERSCITEX_WRITER_TEMPLATE_BRANCHSCITEX_WRITER_TEMPLATE_TAGSCITEX_HUB_VITE_USE_BUILDSCITEX_HUB_VITE_HOST_IPSCITEX_HUB_DB_NAME_DEVSCITEX_HUB_DB_USER_DEVSCITEX_HUB_DB_HOST_DEVSCITEX_HUB_DB_PORT_DEVSCITEX_HUB_DB_SCHEMA_DEVSCITEX_HUB_GITEA_URL_IN_CONTAINER_DEVSCITEX_HUB_GITEA_TOKEN_DEVSCITEX_HUB_GIT_DOMAINSCITEX_HUB_SQL_DEBUGSCITEX_HUB_TEST_USER_PASSWORDSCITEX_SCHOLAR_USE_CACHESCITEX_SCHOLAR_MAX_WORKERSSCITEX_SCHOLAR_TIMEOUT_PER_ENGINESCITEX_SCHOLAR_DEFAULT_MODESCITEX_SCHOLAR_CROSSREF_API_URLSCITEX_SCHOLAR_LIBRARY_MODESCITEX_HUB_USER_DATA_ROOTSCITEX_HUB_CAMPAIGN_API_KEYSCITEX_WRITER_TEMPLATE_PATHSCITEX_HUB_LOG_DIRSCITEX_HUB_ONSITE_SECRETSCITEX_HUB_TEST_USER_USERNAMEDEMO_USERNAMEDEMO_PASSWORDNO_COLORSCITEX_HUB_DEPENDENCY_RESOLUTIONMPLBACKENDSCITEX_HUB_QA_USERSCITEX_HUB_ADMIN_USERNAMESCITEX_HUB_ADMIN_EMAILSCITEX_HUB_ADMIN_PASSWORDSCITEX_HUB_ADMIN_FIRST_NAMESCITEX_HUB_ADMIN_LAST_NAMESCITEX_HUB_ADMIN_AFFILIATIONSCITEX_HUB_GITEA_URLSCITEX_OROCHI_AGENTS_DIRSCITEX_OROCHI_HUB_URLSCITEX_OROCHI_A2A_WORKSPACESCITEX_OROCHI_A2A_DISPATCHABLE_AGENTSTool 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
7/7 tools missing one or more hints — app_get_current (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); app_switch_to (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); app_list_all (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +4 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 eval / new Function
1 eval() or new Function() call — dynamic code execution
Replace eval / Function with explicit parsing or safer alternatives.
Shell command execution
2 calls in production code run through a shell (vite.config.ts:32, vite.entries.ts:95)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Readable source code
2 files are minified or bundled, which is usually build output rather than concealment
Ship unminified, readable source.
Production dependencies are patched
0 critical, 1 high severity in production deps — fabric@5.3.0 (high), fabric@5.3.0 (low)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dev dependencies
3 critical/high in dev-only deps (does not ship to users)
Upgrade dev dependencies when convenient.
Dependency freshness
1/14 production deps stale: dagre@2022-06-14 (4.3y)
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.
[](https://m8ven.ai/mcp/scitex-ai/scitex-hub)?variant=verified from the URL.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