Skip to content

MITRE-Cyber-Security-CVE-Database/glasseye-ai-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘οΈ Glasseye AI CLI

Security Intelligence at the Speed of Thought

Context-aware vulnerability scanning powered by AI.

Installation

npm install -g @glasseye/cli

Quick Start

# Scan your project
glasseye scan

# Scan a specific directory  
glasseye scan ./my-project

What Makes Glasseye Different?

Traditional security scanners tell you what is vulnerable.
Glasseye AI tells you what matters for your specific architecture.

Example: Real CVE Response

CVE-2026-41305 (PostCSS XSS)

Traditional Scanner:

⚠️  PostCSS vulnerability found
    Severity: MODERATE  
    Fix: Upgrade to 8.5.10+

Glasseye AI:

⚠️  PostCSS vulnerability (CVE-2026-41305)
    Severity: MODERATE
    🧠 AI Analysis: LOW RISK
    
    Your architecture: Static site
    Exploitability: ZERO
    
    Reason: PostCSS only runs at build time.
    No user CSS input. No runtime processing.
    
    Status: Safe to deploy βœ…

Features

  • 🧠 AI-Powered Context Analysis: Understands your architecture
  • 🎯 Real Risk Assessment: Exploitability vs generic CVE scores
  • ⚑ Fast Scanning: Results in seconds
  • πŸ“Š Beautiful Reports: Clear, actionable insights

Example Output

╔════════════════════════════════════════════════════════╗
β•‘  πŸ“Š SECURITY INTELLIGENCE REPORT                      β•‘
β•‘  ──────────────────────────────────────────────────── β•‘
β•‘  Project: my-nextjs-app                               β•‘
β•‘  Architecture: Static Site                             β•‘
β•‘  ──────────────────────────────────────────────────── β•‘
β•‘  Vulnerabilities Found: 8                              β•‘
β•‘    ● High: 2                                           β•‘
β•‘    ● Moderate: 6                                       β•‘
β•‘  ──────────────────────────────────────────────────── β•‘
β•‘  🧠 AI RISK ASSESSMENT                                 β•‘
β•‘  βœ… Static site reduces attack surface                 β•‘
β•‘  Real exploitability: Context-aware analysis complete β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Real-World Case Study

CVE-2026-41305 Response - Secured in 8 minutes:

  • Detected PostCSS XSS vulnerability
  • AI analyzed: "Static site = LOW risk"
  • Patched 40 packages automatically
  • Result: 87.5% vulnerability reduction

Read full case study β†’

Why Glasseye?

Traditional Approach:

  • ⏱️ Manual: 4-6 hours
  • πŸ’° Cost: $200-600
  • ⚠️ Human error risk

Glasseye AI:

  • ⏱️ Automated: < 2 minutes
  • πŸ’° Cost: < $50
  • βœ… AI-verified accuracy

ROI: 1,600% time savings

Commands

glasseye scan [path]

Scan a project for vulnerabilities with AI-powered analysis.

glasseye --version

Show version number.

glasseye --help

Show help information.

Support

License

MIT Β© Glasseye AI


Powered by πŸ‘οΈ Glasseye AI OS
Security intelligence that thinks like your team

About

πŸ‘οΈ Glasseye AI Security Intelligence CLI - Context-aware vulnerability scanning powered by AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors