Back to Home
EOSC-Data-Commons icon

eoscdcpoc

Verified Safe

by EOSC-Data-Commons

Overview

A web application for searching scientific datasets using natural language queries, discovering relevant data, and enabling direct deployment of analyses to Virtual Research Environments.

Installation

Run Command
docker run -p 5173:80 ghcr.io/eosc-data-commons/matchmaker-frontend:latest

Environment Variables

  • VITE_BACKEND_API_URL
  • VITE_SHOW_MODEL_SELECTOR
  • NODE_ENV

Security Notes

The provided code is a React frontend. It does not appear to contain hardcoded sensitive secrets or use dangerous patterns like 'eval'. Network requests are made to specified backend and dispatcher APIs. Standard web application security practices (e.g., input sanitization, secure API endpoints, CORS configuration) are critical for the overall system security, but no immediate critical vulnerabilities are apparent within the truncated frontend source code itself. The `sanitize` function in `src/lib/citation.ts` is basic and specific to citation formatting, not a general XSS defense mechanism, but the context of its use limits direct user injection risks.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassLow
Stars6
Forks3
Last Update2026-01-19

Tags

AI SearchScientific DataFrontendData DiscoveryVirtual Research Environment