Built for Defenders, By Defenders

Your Autonomous
Cybersecurity Operations
Assistant

Gideon performs security research using task planning, self-reflection, and real-time threat intelligence. GPU-accelerated. Defensive-only. Open source.

100% Defensive Focus
208K+ logs/sec
5 NVIDIA Integrations
MIT License
gideon

$ gideon brief

Analyzing threat intelligence sources...

🛡️ GIDEON DAILY SECURITY BRIEFING

Generated: 2026-02-03 09:00 UTC

━━━ CRITICAL CVEs (Last 24h) ━━━

CVE-2026-0847 │ Apache Tomcat │ CVSS 9.8

├─ Remote Code Execution via malformed request

├─ Status: Actively Exploited (CISA KEV)

└─ Patch: Update to 10.1.25+

Confidence: 0.94 │ Sources: NVD, CISA KEV, Vendor Advisories

Trusted by security teams worldwide

SOC Teams
Incident Responders
Penetration Testers
Bug Bounty Hunters
Security Researchers
Capabilities

Everything You Need for Defensive Security

Autonomous threat intelligence, vulnerability research, and security hardening — all from your terminal.

Daily Security Briefings

Get automated 24-hour summaries of critical CVEs, vendor advisories, and emerging threats. Never miss a vulnerability that matters.

$ gideon brief

CVE Analysis

Search NVD, track CISA KEV catalog, get CVSS scores, exploitation status, and remediation guidance instantly.

$ gideon cve CVE-2024-1234

IOC Intelligence

Analyze IPs, domains, and file hashes. Cross-reference VirusTotal, AbuseIPDB with confidence scoring.

$ gideon ioc 8.8.8.8

Security Hardening

Generate compliance-ready policies for AWS, Azure, GCP, K8s, and Okta.

Bug Bounty Support

Scope management, recon workflows, vulnerability hunting, and report generation.

Code Scanning

Static analysis and vulnerability detection with actionable fix suggestions.

Voice Interface

Hands-free security operations with NVIDIA PersonaPlex integration.

NVIDIA Inception Member
GPU-ACCELERATED

Powered by NVIDIA AI

Leverage enterprise-grade GPU acceleration for security operations at scale.

NVIDIA NIM

Local LLM Inference

Self-hosted GPU-accelerated inference for faster, private AI operations.

OpenAI-compatible API

NeMo Guardrails

AI Safety

Content filtering, topic control, and output safety for responsible AI.

17K+ jailbreak training

Morpheus

Threat Detection

Digital fingerprinting, DGA detection, phishing & ransomware detection.

208K+ logs/sec

RAPIDS

Data Analytics

GPU-accelerated batch IOC analysis, clustering, and graph analytics.

60-100x speedup

PersonaPlex

Voice AI

Natural voice interaction with customizable AI personas.

Full-duplex speech
CPU Fallback Available — No GPU? No problem.
SEE IT IN ACTION

Security Operations, Simplified

Natural language commands. Structured, actionable outputs.

gideon-cli
$gideon brief
Analyzing...
ARCHITECTURE

Intelligent Security Automation

Task planning, multi-source corroboration, and confidence scoring.

Your Query

"Analyze this suspicious IP"

Security Agent

Task Planning & Reasoning

← ReAct Loop + Self-reflection
Intelligent Tool Routing
NVDVTABUSECISAWHOISGPU
Cross-Source Analysis

Corroboration & Verification

Confidence:0.87
Structured Output
Markdown + JSONAuto-redacted
EXTENSIBLE

Modular Skills Architecture

Purpose-built capabilities that can be enabled, disabled, or extended.

security-research
Research
Bug bounty, pentest, vulnerability workflows
threat-detection
Detection
GPU
NVIDIA Morpheus threat pipelines
data-analytics
Analytics
GPU
RAPIDS GPU data processing
code-scanning
Analysis
Static analysis, vuln scanning
voice
Interface
GPU
PersonaPlex speech interaction
governance
Security
Agent access control & audit
Build Your Own
USE CASES

Built for Security Professionals

From SOC analysts to bug bounty hunters, Gideon adapts to your workflow.

"Gideon's daily briefings replaced three manual processes. I start every shift knowing exactly what threats matter."

SOC Analyst

Fortune 500

"60-100x faster IOC analysis with RAPIDS. During an active incident, that speed difference is everything."

Incident Response Lead

Enterprise Security

"Scope management and recon workflows keep me focused on hunting, not bookkeeping."

Independent Security Researcher

Bug Bounty Hunter

DEFENSIVE ONLY

Built-in Safety Guardrails

Gideon is designed exclusively for defensive security operations.

What Gideon Does

  • Vulnerability research & analysis
  • IOC reputation checking
  • Security hardening recommendations
  • Threat intelligence gathering
  • Incident response support
  • Code vulnerability scanning
  • Malware detection (behavioral)
  • Authorized security testing support

What Gideon Won't Do

  • Generate exploitation code or PoCs
  • Provide intrusion methodologies
  • Create or analyze malware
  • Assist with credential theft
  • Help evade detection
  • Generate attack payloads
  • Operate outside defined scope
  • Skip safety verification
Powered by NVIDIA NeMo Guardrails
QUICK START

Up and Running in Minutes

Install, configure, protect.

1

Install

# Clone the repository
$ git clone https://github.com/cogensec/gideon.git
$ cd gideon
$
# Install dependencies
$ bun install
2

Configure

# Copy example config
$ cp gideon.config.example.yaml gideon.config.yaml
$
# Set your API keys
$ export OPENAI_API_KEY="your-key"
$ export NVD_API_KEY="your-key" # Free from NVD
3

Run

# Start your first briefing
$ gideon brief
$
# Or dive into CVE research
$ gideon cve "critical vulnerabilities 2026"