Back to Home
vishalveerareddy123 icon

Lynkr

Verified Safe

by vishalveerareddy123

Overview

An AI-powered orchestration platform enabling autonomous agents to interact with a development workspace, execute code, manage git, perform web searches, and communicate with various Large Language Models (LLMs) via a unified API.

Installation

Run Command
node index.js

Environment Variables

  • DATABRICKS_API_BASE
  • DATABRICKS_API_KEY
  • MCP_SANDBOX_IMAGE
  • OLLAMA_ENDPOINT
  • OLLAMA_MODEL
  • AZURE_ANTHROPIC_ENDPOINT
  • AZURE_ANTHROPIC_API_KEY
  • OPENROUTER_API_KEY
  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_API_KEY
  • WORKSPACE_ROOT
  • NODE_ENV

Security Notes

The server implements robust security measures, including: 1. Explicit blocklists for dangerous shell commands and Python code patterns (e.g., `rm -rf /`, fork bombs). 2. Redaction of sensitive content (private keys, potential secrets) from LLM outputs. 3. Granular policy controls for file access (`allowedPaths`, `blockedPaths`) and Git operations (`allowPush`, `allowCommit`). 4. Mandatory use of environment variables for API keys and sensitive configurations, preventing hardcoding. 5. Advanced sandboxing for `shell` and `python_exec` tools, leveraging Docker/container runtimes with configurable resource limits, network isolation, user/entrypoint control, and capability drops. This significantly mitigates risks associated with arbitrary code execution. The primary risk lies in misconfiguring the Docker sandbox image or disabling sandboxing, which would expose the host system.

Similar Servers

Stats

Interest Score48
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars5
Forks0
Last Update2025-12-13

Tags

AI AgentLLM OrchestrationDevelopment EnvironmentCode AssistantWorkspace