Report formats
PDF report
A professional, shareable penetration-test document suitable for:- Sharing with leadership and stakeholders
- Supporting evidence for compliance and audits
- Client-facing security assessments
JSON report
The complete report as structured JSON, suitable for:- Feeding findings into your own tools and dashboards
- Archiving machine-readable results
- Custom automation and processing
SARIF
Findings in the Static Analysis Results Interchange Format — the industry standard supported by GitHub code scanning and many security tools. Use SARIF to:- Surface LaunchSafe findings directly in GitHub Security
- Import results into SARIF-compatible dashboards
- Integrate with your existing security tooling
Report contents
Every report includes the following sections: Executive summary A high-level overview for non-technical stakeholders: total findings by severity, overall risk assessment, scan scope, and key recommendations. Written in plain language without technical jargon. Scan metadata Target information, scan type, modules executed, start/end times, scan duration, and scan configuration. Provides full traceability for audit purposes. Severity distribution Visual breakdown of findings by severity level. The PDF report presents this as a chart; the JSON and SARIF formats include the same counts as structured data. Detailed findings Each finding with:- Title, severity, and CVSS score
- Category (CWE classification)
- Detailed technical description
- Evidence (sanitized request/response pairs, code snippets, data flow traces)
- Step-by-step remediation guidance with code examples
- External references (CWE, OWASP, CVE links)
Accessing reports
Reports are generated automatically when a scan completes. Access them from:- Reports page — click Reports in the sidebar to see all generated reports
- Scan detail page — click the Reports button in the scan header after completion
Sharing and compliance
Reports are scoped to your workspace — only authenticated workspace members can access them. LaunchSafe follows responsible disclosure practices and will never publish or share your reports with third parties without written consent. For compliance purposes, reports include:- Unique report identifier for audit trail
- Timestamp and scan configuration for reproducibility
- CVSS v3.1 scores following FIRST standards
- CWE identifiers for vulnerability classification
- Evidence that can be independently verified
Reports are retained for the duration of your active subscription. After account termination, reports are deleted within 30 days.