Skip to content

Core Concepts

Gideon is built on a modular, agent-based architecture designed for extensibility, safety, and transparency.

At its heart, Gideon is a defensive security operations assistant. It doesn’t just search for information; it reasons about security problems.

  • Objective-Oriented: Gideon takes high-level goals (e.g., “Analyze the impact of CVE-2024-1234 on our stack”) and breaks them into tasks.
  • Defensive Focus: Every component is designed to prioritize mitigation and protection over exploitation.
  • Multi-Layered Security: Combines pattern-based checks, LLM reasoning, and enterprise-grade guardrails (NVIDIA NeMo).

Gideon’s functionality is divided into four main layers:

The entry point for all interactions. Built with React (Ink) for a rich, interactive terminal experience.

The reasoning engine. Implements the ReAct (Reason + Act) pattern, allowing Gideon to think, call tools, and reflect on the results.

Standardized connectors to external data sources:

  • CVE Connector: NVD, CISA KEV catalog.
  • IOC Connector: VirusTotal, AbuseIPDB, URLScan.
  • Web Search: Exa AI (Neural Search), Tavily.

Optional GPU-accelerated integrations for high-performance operations:

  • NIM: Local LLM inference.
  • Morpheus: Threat detection pipelines.
  • PersonaPlex: Voice AI.
  • NeMo Guardrails: Topic control and safety.

Full lifecycle governance for all managed agents:

  • Agent Registry: Registration, lifecycle management, deprecated type migration (moltbot/clawdbot to openclaw).
  • Policy Engine: Rule-based evaluation with 7 default rules + 12 OpenClaw-specific rules. Actions: deny, audit, require_approval, rate_limit.
  • Agent Monitor: Behavioral profiling, anomaly detection, risk assessment per session.
  • Access Control: Permission management with resource pattern matching and wildcards.
  • Audit Logger: Tamper-evident SHA-256 hash-chain logging with compliance report generation.

Independent security platform running alongside OpenClaw AI agents:

  • Gateway Sentinel: Real-time WebSocket analysis with CVE kill chain tracking.
  • Skill Scanner: Supply chain defense against ClawHub malicious skills.
  • Prompt Injection Defense: 7-layer detection + NeMo Guardrails integration.
  • Hardening Auditor: Configuration assessment with A-F grading and drift detection.
  • Credential Guard: Exfiltration detection and automatic outbound redaction.
  • Memory Integrity Monitor: Poisoning detection and baseline hash verification.

Gideon maintains a Scratchpad—an append-only log of every thought and tool result. This ensures:

  • Auditability: You can see exactly why Gideon reached a conclusion.
  • Self-Correction: Gideon can review previous steps and correct assumptions if new data contradicts them.
  • Context Management: Large tool results are summarized to maintain relevant context without overwhelming the LLM.