Public scan badge
Show visitors your site has been audited. Run a scan, copy one line of markdown into your README, and a live SVG badge with the current grade renders inline — clicking it opens the public scan report.
Markdown
Replace SCAN_ID with the ID of any completed scan you own. You can find it in the URL on the results page.
[](https://protectyourvibes.ai/scan/SCAN_ID)HTML
For sites that don't use markdown.
<a href="https://protectyourvibes.ai/scan/SCAN_ID">
<img src="https://protectyourvibes.ai/api/badge/SCAN_ID" alt="Security" />
</a>