Back to Home
Meshyarn icon

kairo

Verified Safe

by Meshyarn

Overview

A codebase intelligence and automation tool, providing functionalities for semantic search, code analysis, architectural understanding, and automated code modifications across multi-repository and multi-language environments.

Installation

Run Command
node dist/index.js

Environment Variables

  • KAIRO_ROOT_PATH
  • KAIRO_EMBEDDING_MODEL
  • KAIRO_WASM_DIR
  • KAIRO_STORAGE_MODE
  • KAIRO_METRICS_ENABLED
  • KAIRO_LOG_LEVEL

Security Notes

The server uses `child_process` for system-level commands (e.g., `prettier`, `grep`, custom alert commands in `AlertDispatcher`), which introduces a potential vector for command injection if inputs are not properly sanitized. Network activity is present for metrics/alerts but is not central to data processing. No direct use of `eval` or obvious hardcoded secrets. The architecture emphasizes offline-first operation, reducing external network attack surfaces for core logic.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-19

Tags

Code IntelligenceCode AutomationDeveloper ToolAI/MLStatic Analysis