RedSentinel
RedSentinel Logo
Security Assessment Report
AI-Assisted External Security Review
Target: {{ target }}
Generated: {{ generated_on }}

This document contains sensitive security information and is intended solely for the authorized recipient. Unauthorized disclosure is prohibited.

Executive Summary

A security assessment was conducted to evaluate the external exposure and security posture of the target system.

Executive Risk Rating: {{ executive_risk_score }} / 10

Finding Summary:

Critical: {{ normalized_findings.Critical | length if normalized_findings.Critical else 0 }}
High: {{ normalized_findings.High | length if normalized_findings.High else 0 }}
Medium: {{ normalized_findings.Medium | length if normalized_findings.Medium else 0 }}
Low: {{ normalized_findings.Low | length if normalized_findings.Low else 0 }}

Risk Overview

{% if heatmap_path %} {% endif %}

Technical Findings

{% for severity, findings in normalized_findings.items() %}

{{ severity }} Severity Findings

{% for f in findings %} {% endfor %}
Finding Confidence CVSS Evidence Recommendation Compliance
{{ f.title }} {{ f.confidence }} {{ f.cvss }}
{{ f.evidence }} {{ f.recommendation }} {% if f.compliance %} OWASP: {{ f.compliance.OWASP }}
ISO 27001: {{ f.compliance.ISO27001 }}
PCI DSS: {{ f.compliance["PCI-DSS"] }} {% else %} Not mapped {% endif %}
{% endfor %}

AI-Generated Remediation Roadmap

{{ remediation_roadmap }}

Tool Output Appendix

This section contains raw findings captured directly from security tools during the assessment.

{% for tool, items in tool_findings.items() %}

{{ tool | upper }}

{% for item in items %} {% endfor %}
Severity CVSS Confidence Raw Output
{{ item.severity }} {{ item.cvss }} {{ item.confidence }}
{{ item.data }}
{% endfor %}

Consultant Sign-Off

This assessment was performed for defensive purposes only. No exploitation or intrusive testing was conducted.