Back to Home
201Harsh icon

Varon-AI

Verified Safe

by 201Harsh

Overview

A multi-agent AI system designed to coordinate specialized AI tools for complex real-world task execution and automation, including coding, research, scraping, and content generation.

Installation

Run Command
cd server && npm start

Environment Variables

  • MONGO_URL
  • JWT_SECRET
  • JWT_EXPIRES_IN
  • SMTP_USER
  • SMTP_PASSWORD
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • CLIENT_SIDE_URL
  • VARON_AI_API_KEY
  • VARON_AI_TEAM_API_KEY
  • SERPAPI_KEY
  • NEXT_PUBLIC_SERVER_URL

Security Notes

The application demonstrates several good security practices, including the use of environment variables for sensitive API keys (Gemini, JWT secret, Google OAuth), secure password hashing with bcrypt, and JWTs for session management configured with `httpOnly`, `secure`, and `samesite: none` flags for cookies. Rate limiting is applied to authentication endpoints to mitigate brute-force attacks, and `express-validator` provides basic input validation. The tool execution mechanism via `@modelcontextprotocol/sdk` relies on a predefined set of tools with structured parameters, minimizing the risk of arbitrary code execution. A minor concern is the hardcoded sender email address (`endgamingai2@gmail.com`) for nodemailer within `server/controllers/user.controller.js`, which ideally should be configured via an environment variable.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars3
Forks0
Last Update2026-01-10

Tags

Multi-Agent AIAI OrchestrationTask AutomationAgentic AIFull-Stack AI