Skip to content

Security Badges

Create embeddable security badges for your websites that display your security scan status publicly.

Badge Cards

Each badge is displayed as a card showing:

  • Domain name
  • Public token (truncated)
  • Security score gauge
  • Last scan date

Creating a Badge

  1. Click Create Badge (top-right).
  2. Select a verified domain from the dropdown.
  3. Click Create Badge.

A unique public token is generated for the badge.

Embedding a Badge

Click the Copy Embed button on any badge card. This copies an HTML snippet to your clipboard that you can paste into your website:

<a href="https://your-platform-url/badges/TOKEN">
  <img src="https://your-platform-url/api/v1/badges/public/TOKEN" alt="Security Badge" />
</a>

The badge image is served via a public endpoint — no authentication required — so visitors to your website can see your security status.

What the Badge Shows

The public badge endpoint returns:

  • Security score from the most recent scan
  • Severity summary (count of findings by severity level)
  • Last scan date

Deleting a Badge

Click the trash icon on any badge card and confirm. The public embed link will stop working immediately.

Tip

Badges are a great way to demonstrate to your customers that you actively test and maintain the security of your application.