SpydaSpyda
DocsConsole
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)

SpydaTrustScore
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

[![Spyda TrustScore](https://spyda.ai/badge/YOUR_CERT_ID.svg)](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

ParameterValuesDescription
stylestandard, detailed, minimalBadge display style
labelCustom textOverride left-side label
colorauto, 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.

Get Your TrustScoreView All Docs