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.
$ 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
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.
CVE Analysis
Search NVD, track CISA KEV catalog, get CVSS scores, exploitation status, and remediation guidance instantly.
IOC Intelligence
Analyze IPs, domains, and file hashes. Cross-reference VirusTotal, AbuseIPDB with confidence scoring.
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.
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.
NeMo Guardrails
AI Safety
Content filtering, topic control, and output safety for responsible AI.
Morpheus
Threat Detection
Digital fingerprinting, DGA detection, phishing & ransomware detection.
RAPIDS
Data Analytics
GPU-accelerated batch IOC analysis, clustering, and graph analytics.
PersonaPlex
Voice AI
Natural voice interaction with customizable AI personas.
Security Operations, Simplified
Natural language commands. Structured, actionable outputs.
Intelligent Security Automation
Task planning, multi-source corroboration, and confidence scoring.
"Analyze this suspicious IP"
Task Planning & Reasoning
← ReAct Loop + Self-reflectionCorroboration & Verification
Modular Skills Architecture
Purpose-built capabilities that can be enabled, disabled, or extended.
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
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
Up and Running in Minutes
Install, configure, protect.
Install
# Clone the repository$ git clone https://github.com/cogensec/gideon.git$ cd gideon$# Install dependencies$ bun install
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
Run
# Start your first briefing$ gideon brief$# Or dive into CVE research$ gideon cve "critical vulnerabilities 2026"