▸ CYBERSECURITYOS · OPEN SOURCE

SPECTRA

AI-powered vulnerability intelligence that turns scanner noise into ranked, actionable findings your team can act on today.

GET STARTED → GITHUB ↗
131 NEW CVEs / DAY
~2% EVER EXPLOITED
<5d MEDIAN EXPLOIT TIME
4.8M WORKFORCE GAP

CVSS Scores Are Broken.
Your Team Is Paying For It.

Traditional vulnerability management tools score severity in isolation — not whether the exploit path is reachable in your environment, not what attackers are actively using, not what your CISO needs to hear.

01
SCORE INFLATION

28% of Q1 2025 exploited vulnerabilities had only medium CVSS scores. Teams prioritizing by score alone are systematically looking in the wrong direction.

02
TRIAGE OVERLOAD

With 131 new CVEs per day and a 4.8 million person workforce gap, manual triage isn't just slow — it's burning analyst time on findings that will never be exploited.

03
EXPLOIT VELOCITY

Median time from CVE disclosure to active exploitation dropped from 745 days in 2020 to under 5 days today. Manual triage wasn't built for this speed.

AI Reasoning Across Every
Dimension That Matters.

SPECTRA sits downstream of your existing scanners — Trivy, Semgrep, Nessus — and applies Claude AI to produce intelligence your team can immediately act on.

RANKED FINDINGS

Vulnerabilities prioritized by real-world exploitability, not theoretical CVSS scores. SPECTRA factors in attack surface, asset criticality, and active threat intelligence.

ATTACK CHAIN ANALYSIS

Connects related vulnerabilities into exploitable paths — revealing how an attacker would chain findings your scanner reported as separate, lower-severity issues.

EXECUTIVE SUMMARIES

Leadership-ready briefings generated automatically. No more translating technical findings into business risk language — SPECTRA does it for you.

ACTIONABLE REMEDIATION

Not "patch this CVE" — but how, where, and why. Step-by-step remediation guidance with context specific to your environment and stack.

SCANNER AGNOSTIC

Trivy. Semgrep. Nessus. Any JSON scanner output. SPECTRA plugs into the pipeline you already have — not the one you wish you had.

DUAL OUTPUT FORMAT

Outputs both Markdown and JSON. Ready for your dashboard, ticketing system, report template, or Slack bot — wherever your team lives.

Running in Under
60 Seconds.

Python 3.9+. No cloud account. No SaaS onboarding. No vendor calls. Clone, install, analyze.

VIEW FULL DOCS ↗
spectra — zsh
# Clone the repo
$ git clone https://github.com/d0uble3L/spectra
$ cd spectra && pip install -e .
 
# Set your Anthropic API key
$ export ANTHROPIC_API_KEY=your_key
 
# Run against your scanner output
$ spectra analyze trivy.json
 
▸ Loading scan results... 47 findings
▸ Analyzing attack chains...
▸ Ranking by real-world severity...
▸ Generating executive summary...
 
✓ Analysis complete
Critical: 3 · High: 11 · Medium: 22 · Low: 11
Output: spectra-report.md + spectra-report.json
 
# 3 critical paths worth your attention today.
# The other 44? Documented. Deprioritized. Defensible.

Built for Four
Production Workflows.

01
VULNERABILITY MANAGEMENT

Stop drowning in scanner output. SPECTRA ranks what matters, chains what connects, and produces the prioritized remediation plan your team needs — not a spreadsheet of CVEs sorted by CVSS.

02
DEVSECOPS PIPELINE

Plug SPECTRA into your CI/CD pipeline and get actionable security context on every build — without flooding developers with noise that kills velocity and trust.

03
RED TEAM REPORTING

Transform raw engagement findings into chained attack narratives that actually land with leadership. SPECTRA connects your findings into the story that drives remediation investment.

04
GRC & COMPLIANCE REPORTING

Generate board-ready risk summaries and compliance evidence automatically. Map findings to controls. Produce the artifacts your auditors need without the manual overhead.

Everything You Need
to Get Running.

Full reference documentation — from first install to production CI/CD integration and architecture deep-dives.

Start Triaging Smarter
Today.

Open source. No vendor lock-in. Runs in your environment. Powered by Claude.

$ git clone https://github.com/d0uble3L/spectra && cd spectra && pip install -e . && spectra analyze trivy.json