SPECTRA Documentation

SPECTRASecurity Platform for Expert-level Correlation, Triage, and Risk Analysis — is an open-source, AI-powered CLI that transforms raw scanner output into ranked findings, attack chain analysis, and executive summaries. Powered by Claude.

License: Apache License 2.0 Source: github.com/d0uble3L/spectra Status: Beta — active development


Documentation Sections

SectionDescription
InstallationSystem requirements and install methods
Quick StartRun your first analysis in under 5 minutes
CLI ReferenceFull command and flag reference
ConfigurationEnvironment variables and .env setup
Supported ScannersTrivy, Semgrep, Nessus, Burp Suite, and generic input
Output FormatsMarkdown, JSON, and report structure
CI/CD IntegrationGitHub Actions, GitLab CI, Jenkins
ArchitectureDesign decisions, prompt caching, and AI layer
ContributingHow to contribute, report issues, and request features
LicenseApache 2.0 license, copyright, and trademark notice

What SPECTRA Does

SPECTRA sits downstream of your existing security scanners. It does not replace them — it makes them actionable at scale.

A single command:

spectra analyze trivy.json --format both --output reports/run1

Produces:

  • Ranked findings — calibrated by real-world risk, not raw CVSS scores
  • Attack chain analysis — connecting related vulnerabilities into exploitable paths
  • Executive summaries — plain-language overviews ready for leadership or GRC audits
  • Remediation guidance — specific, contextual steps — not generic patch instructions

Supported Scanners

ScannerInput FormatDetection
TrivyJSONAutomatic
SemgrepJSONAutomatic
Nessus / OpenVASText--scanner generic
Burp SuiteText export--scanner generic
Pentest notesPlain text--scanner generic

Copyright © 2026 CybersecurityOS. All rights reserved.

SPECTRA is distributed under the Apache License 2.0. The name “SPECTRA” and the CybersecurityOS wordmark are trademarks of CybersecurityOS and may not be used without prior written permission except as permitted by applicable trademark law.

SPECTRA

Installation

read more
SPECTRA

Quick Start

read more
SPECTRA

CLI Reference

read more
SPECTRA

Configuration

read more
SPECTRA

Supported Scanners

read more
SPECTRA

Output Formats

read more
SPECTRA

CI/CD Integration

read more
SPECTRA

Architecture

read more
SPECTRA

Contributing

read more
SPECTRA

License

read more