Documentation
Public Trust Badges
Display your TrustScore on your README, website, or documentation to build trust with users and customers.
Why Display Your TrustScore?
Build Trust
Show users and customers that your software meets security standards.
Drive Adoption
Higher TrustScores attract more users who prioritize security.
Network Effects
When buyers demand minimum scores, your rating becomes competitive advantage.
Available Badge Styles
Standard Badge
TrustScore
AAA
<a href="https://spyda.ai/verify/YOUR_CERTIFICATE_ID">
<img src="https://spyda.ai/badge/YOUR_CERTIFICATE_ID.svg"
alt="Spyda TrustScore" />
</a>Detailed Badge (with score)
92AA
<a href="https://spyda.ai/verify/YOUR_CERTIFICATE_ID">
<img src="https://spyda.ai/badge/YOUR_CERTIFICATE_ID.svg?style=detailed"
alt="Spyda TrustScore: 92 (AA)" />
</a>Integration Examples
GitHub README.md
# My Awesome Project [](https://spyda.ai/verify/YOUR_CERT_ID) ## Installation ...
npm Package (package.json)
{
"name": "my-package",
"version": "1.0.0",
"spyda": {
"certificateId": "SPYDA-ABC123-XYZ789",
"trustRating": "AA"
}
}HTML Website
<footer>
<p>Security verified by Spyda TrustScore</p>
<a href="https://spyda.ai/verify/YOUR_CERT_ID">
<img src="https://spyda.ai/badge/YOUR_CERT_ID.svg"
alt="Spyda TrustScore: AAA"
width="120" />
</a>
</footer>Badge API Reference
Endpoints
GET /badge/{certificateId}.svg
GET /verify/{certificateId}
Query Parameters
| Parameter | Values | Description |
|---|---|---|
| style | standard, detailed, minimal | Badge display style |
| label | Custom text | Override left-side label |
| color | auto, green, blue, etc. | Badge color scheme |
Ready to display your TrustScore?
Run a scan to get your Trust Certificate and start building trust with your users.