Salesforce Security AI Scanner
| Target URL | {{ scan.target_url }} |
| Scan Type | {{ scan.scan_type | title }} |
| Scan ID | #{{ scan.id }} |
| 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 }} |
{{ scan.ai_analysis.risk_summary }}
{% if scan.ai_analysis.critical_patterns %}{{ finding.description }}
{% if finding.affected_objects %}Affected Objects
Evidence
{{ finding.evidence }}
{% endif %}
{% if finding.remediation %}
Remediation Note
{{ finding.remediation }}
{% endif %} {% if rem %}Salesforce Setup Steps
Apex Code Fix
{{ rem.apex_example }}
{% endif %}
No findings recorded for this scan.
{% endfor %}One entry per OWASP category identified in this scan. Expand individual findings above for finding-specific steps.
{% for section in remediation_sections %}Salesforce Setup Steps
Apex Code Fix
{{ section.apex_example }}
{% endif %}
| # | Action | Urgency | Type |
|---|---|---|---|
| {{ loop.index }} | {{ action.action }} | {{ action.urgency | upper }} | {{ action.type | title }} |