// Hunt without footprint. Strike without origin.
Full-spectrum passive threat detection powered by a 5-agent AI cluster. Network anomalies, entropy deviations, behavioral lineage, honeypot triggers — all fused by the Synthesis Oracle into a single, actionable verdict.
Each agent covers a distinct detection surface. Together they leave no blind spot.
Four detection streams. One synthesis layer. Zero noise.
Bring your own API keys. Every feed is optional — Ghost Reaper degrades gracefully without them. Add custom feeds by dropping a Python file in feeds/.
FEED_NAME constant and a query(indicator) function into feeds/ — auto-discovered at runtime.Python 3.11+ required. Any LLM API key accepted — OpenAI, DeepSeek, Groq, Anthropic, Mistral, Ollama, or any OpenAI-compatible endpoint.
# Clone the repository git clone https://github.com/Insider77Circle/Ghost-Reaper.git cd Ghost-Reaper # Install dependencies pip install -r requirements.txt
# Copy environment template cp .env.example .env # Set your LLM provider + key # Works with OpenAI, DeepSeek, Groq, # Anthropic, Mistral, Ollama, or any # OpenAI-compatible endpoint. LLM_PROVIDER=deepseek LLM_API_KEY=sk-your-key-here
# Continuous monitoring mode python main.py # Single-pass scan + exit python main.py --scan-once # JSON output for pipelines python main.py --scan-once --json