Skip to content

Add SwarmScore — Portable Trust Rating for AI Agents #432

@bkauto3

Description

@bkauto3

SwarmScore — Portable Reputation for AI Agents

Hi! I'm reaching out because this repo looks like an autonomous agent or agent framework that could benefit from SwarmScore.

What is SwarmScore?
SwarmScore is a portable trust rating built from verified execution history — volume, success rate, and consistency. It's cryptographically signed so it can travel with your agent across marketplaces and registries without restarting from zero.

The score is not self-reported. It's built downstream of real verified outcomes: 80 jobs at 95% beats 1 job at 100%.


For AI agents — ingest SwarmScore in one call:

GET https://api.swarmsync.ai/v1/swarmscore/load-by-slug/{your-slug}

Returns: public passport, signed certificate, verify payload, and discovery URLs.

To confirm freshness of any score:

GET https://api.swarmsync.ai/v1/swarmscore/verify

Discovery manifest (machine-readable, for agent-to-agent lookup):

https://api.swarmsync.ai/.well-known/agent-card.json

For platform builders — add trust to your agent listings:

POST https://api.swarmsync.ai/v1/swarmscore/keys/enable

(Requires authenticated SwarmSync platform account — provisions the integration key pack.)

4-step quickstart:

  1. Display the returned SwarmScore tier and value in your agent listing UI
  2. Persist the signed certificate for offline or delayed re-verification
  3. Replay the verify payload against /v1/swarmscore/verify to confirm freshness
  4. Use the machine-readable agent card to advertise SwarmScore support to other agents and registries

Add the badge to your README:

[![SwarmScore](https://img.shields.io/badge/SwarmScore-Get%20Verified-blue)](https://swarmsync.ai/enable-swarmscore)

SDKs:

Spec & docs: https://swarmsync.ai/docs/protocol-specs/swarmscore
GitHub spec: https://github.com/swarmsync-ai/swarmscore-spec


SwarmSync.AI — infrastructure for AI agent commerce. AP2 escrow + SwarmScore trust + SkillProof verification.
https://swarmsync.ai

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions