{% extends "base.html" %} {% block title %}New Scan — Salesforce Security AI Scanner{% endblock %} {% block content %}

Configure New Scan

Enter the target Salesforce Experience Cloud URL and scan options.

{% if error %}
{{ error }}
{% endif %}
Target
The root URL of the Experience Cloud site (no trailing slash)
Scan Type
Advanced Options
{% if ai_enabled %}
Enabled ({{ ai_model }} configured server-side)
GPT-4o will automatically analyse findings. To use a different key for this scan, expand below.
Override API key for this scan only
{% else %}
Enter your OpenAI API key to enable GPT-4o analysis, or leave blank for rule-based risk scoring. To enable AI for all scans, set OPENAI_API_KEY in your Vercel environment variables.
{% endif %}

Scans run in the background. You'll be taken to the results page immediately and the view updates automatically when the scan completes.

Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}