Back to Home
open-metadata icon

OpenMetadata

Verified Safe

by open-metadata

Overview

This server acts as a plugin for Apache Airflow, exposing REST APIs to manage OpenMetadata workflow definitions, DAGs, and tasks.

Installation

Run Command
No command provided

Environment Variables

  • AIRFLOW_HOME
  • BASE_PATH

Security Notes

The provided source code is primarily for the frontend UI. It demonstrates good practices for handling user input and constructing search queries (using `escapeESReservedCharacters`) to mitigate potential injection risks in Elasticsearch. Authentication is handled via JWT tokens (backend responsibility, but frontend uses it securely). There are explicit tests for XSS vulnerabilities within the audit logs display. No `eval` or malicious patterns were found in the provided UI code. The overall security relies heavily on the backend API's implementation, but the frontend interaction patterns are sound.

Similar Servers

Stats

Interest Score100
Security Score8
Cost ClassLow
Avg Tokens2000
Stars8455
Forks1596
Last Update2026-01-19

Tags

Airflow PluginOpenMetadataDAG ManagementREST APIWorkflow OrchestrationData Governance