Back to Home
rossignoliluca icon

genesis

Verified Safe

by rossignoliluca

Overview

Genesis is a self-improving AI system creator, capable of autonomous operation, research, design, code generation, and self-modification through a network of 13 MCP servers.

Installation

Run Command
genesis chat

Environment Variables

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • OLLAMA_HOST
  • USE_OLLAMA
  • GENESIS_CLOUD_PROVIDER
  • GENESIS_MCP_MODE
  • GENESIS_MCP_TIMEOUT
  • GENESIS_MCP_LOG
  • DEBUG

Security Notes

The system demonstrates strong security awareness with explicit sandboxing for shell commands (bash.ts, test-execute-code.ts) using whitelists and blacklists for commands and patterns (e.g., blocking 'rm -rf', 'sudo', 'eval', 'curl | sh'). File operations (edit.ts) are atomic and validate paths against blocked patterns (.git, .env, secrets). Git operations (git.ts) have safety guards like blocking force pushes by default. Subagents (subagents/registry.ts) define their own tool access (whitelists/blacklists), preventing unrestricted execution. The primary risk lies with the 'general' subagent if given carte blanche access to all tools in a sensitive environment, but this is a configurable aspect of autonomous systems.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-17

Tags

AIautonomousself-improvingmulti-agentactive-inferenceLLMcode-generationlocal-first