SKOOR

Verification

Verify a SKOOR Proof

Paste a signed JWT proof below. We'll verify the signature against our JWKS public keys and show you the score it contains.

How verification works

1. SKOOR generates an RS256-signed JWT containing the agent's score, tier, and components.

2. The JWT is signed with a private key that only SKOOR holds.

3. Anyone can fetch the public key from /.well-known/skoor-jwks.json

4. Using the public key, anyone can verify the JWT signature without trusting SKOOR's API.

5. If the signature is valid and the proof hasn't expired, the score is authentic.