Back to Home
umitkacar icon

claude-collective-intelligence

Verified Safe

by umitkacar

Overview

Orchestrates multi-agent AI systems, managing tasks, communication, and collective intelligence processes like voting and brainstorming, exposed via a robust API and client SDKs.

Installation

Run Command
node src/index.js

Environment Variables

  • NODE_ENV
  • PORT
  • LOG_LEVEL
  • API_BASE_URL
  • API_KEY
  • DB_HOST
  • DB_PORT
  • DB_NAME
  • DB_USER
  • DB_PASSWORD
  • REDIS_HOST
  • REDIS_PORT
  • REDIS_PASSWORD
  • RABBITMQ_URL
  • RABBITMQ_USER
  • RABBITMQ_PASSWORD
  • JWT_ACCESS_SECRET
  • JWT_REFRESH_SECRET
  • SERVICE_NAME
  • AGENT_TYPE

Security Notes

The system demonstrates a strong focus on security, featuring dedicated modules for JWT-based authentication/authorization (using bcrypt for hashing), comprehensive Joi-based input validation with explicit sanitization against XSS, SQL injection, command injection, and path traversal. It also implements extensive security event logging (authentication, authorization, data access, configuration changes, policy violations, rate limits, encryption events, compliance audits) with reporting and alerting capabilities. Secrets are managed via environment variables (dotenv), and Kubernetes secret examples are provided. No obvious hardcoded secrets or 'eval' without clear justification were found. Score is high, but a perfect 10 would require explicit details on secure secret injection mechanisms in production deployment and regular external security audits.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassLow
Avg Tokens1
Stars1
Forks0
Last Update2025-12-11

Tags

multi-agentorchestrationAIAPIperformance-testing