← Back to Scan

🛡️ Security Assessment Report

Aura Inspector — Salesforce Experience Cloud

Risk Score: {{ scan.risk_score }}/100
Generated {{ generated_at }}

Target URL{{ scan.target_url }}
Scan Type{{ scan.scan_type | title }}
Scan ID#{{ scan.id }}
{% if scan.completed_at %} {% endif %}
Started{{ scan.created_at.strftime('%Y-%m-%d %H:%M UTC') }}
Completed{{ scan.completed_at.strftime('%Y-%m-%d %H:%M UTC') }}
Analyst{{ user.username }}
{% if scan.ai_analysis and scan.ai_analysis.risk_summary %}

Executive Summary

{{ scan.ai_analysis.risk_summary }}

{% if scan.ai_analysis.critical_patterns %}
Key Risk Patterns
{% endif %}
{% endif %}

Findings Summary

{% for sev, label, color in [('critical','Critical','#c62828'),('high','High','#e65100'),('medium','Medium','#6a1fa8'),('low','Low','#1565c0'),('info','Info','#2e7d32')] %}
{{ counts[sev] }}
{{ label }}
{% endfor %}

Detailed Findings

{% for finding in findings %}
{{ finding.severity }} {{ finding.title }} {% if finding.owasp_ref %} {{ finding.owasp_ref }} {% endif %}

{{ finding.description }}

{% if finding.evidence %}

Evidence

{{ finding.evidence }}
{% endif %} {% if finding.remediation %}

Remediation

{{ finding.remediation }}
{% endif %}
{% else %}

No findings recorded for this scan.

{% endfor %}
{% if remediation_sections %}

Salesforce Remediation Guide

{% for section in remediation_sections %}
{{ section.owasp }} — {{ section.title }}

Salesforce Setup Steps

    {% for step in section.setup_steps %}
  1. {{ step }}
  2. {% endfor %}
{% if section.apex_example %}

Apex Code Fix

{{ section.apex_example }}
{% endif %}
{% endfor %}
{% endif %} {% if scan.ai_analysis and scan.ai_analysis.priority_actions %}

Priority Action Plan

{% for action in scan.ai_analysis.priority_actions %} {% endfor %}
#ActionUrgencyType
{{ loop.index }} {{ action.action }} {{ action.urgency | upper }} {{ action.type | title }}
{% endif %}