Security log analyser in Rust with CVSS 3.1 scoring and AI threat detection (github.com)

cybrAy 4 hours ago

Hey, I've been building this for a while and just hit v1.0.0. It's a security log analyser that detects 10+ threat types, scores them with CVSS 3.1. Also has AI analysis through Groq if you want more context on findings free tier works fine.

Built two modes into it, one with plain English explanations for less technical users and a full advanced mode with batch processing for security professionals.

Built it in Rust as a Cargo workspace with 4 crates. First time open sourcing something this size so genuinely open to feedback on anything architecture, threat detection logic, CVSS accuracy, whatever.