Setup
Select workspace and channel
Choose the Slack workspace and select the channel where notifications should be posted. We recommend creating a dedicated
#security-alerts or #launchsafe channel.Notification events
LaunchSafe sends the following notifications:Scan started
Sent when a new scan begins. Includes the target name, scan type, and a link to the scan detail page.Scan completed
Sent when a scan finishes successfully. Includes:- Severity distribution summary (e.g., “2 Critical, 5 High, 12 Medium”)
- Total findings count
- Scan duration
- Direct link to results
Critical finding discovered
Sent immediately when a critical-severity vulnerability is found — even before the scan completes. This ensures your team is alerted to the most dangerous issues as soon as they’re confirmed.Scan failed
Sent when a scan encounters an error. Includes the error message and a link to the scan detail page for troubleshooting.Per-scan notifications
You can toggle Slack notifications for individual scans using the Slack toggle on the scan detail page. This is useful when:- You’re running a test scan and don’t want to notify the team
- You’re re-scanning after a fix and don’t need duplicate alerts
- You want notifications for production scans but not development branch scans
Webhook URL (alternative)
If you prefer more control over notification delivery, you can configure a Slack Incoming Webhook URL instead of the OAuth integration:- Go to Settings → Notifications
- Enter your Slack webhook URL (starts with
https://hooks.slack.com/) - Save
Message format
Notifications are formatted as Slack Block Kit messages with:- Color-coded severity indicators (red for critical, orange for high, yellow for medium)
- Structured fields for scan metadata
- Action buttons linking directly to the scan or finding in LaunchSafe
- Compact, scannable layout designed to be read quickly in a busy channel
LaunchSafe only posts to the channel you selected during setup. It cannot read your messages, access other channels, or perform any other actions in your Slack workspace.