Install
openclaw skills install gauntletscoreTrust verification for AI output — verify any document or code before you act on it
openclaw skills install gauntletscoreconfig = {
env = {
GAUNTLET_API_KEY = "gsk_your_key_here";
};
};Verify any AI-generated document or code before you trust it. Seven AI personas from five independent model providers independently analyze your content, verify every checkable claim against authoritative sources, and produce a cryptographically signed trust score.
Submit a document or code and get:
Free tier includes 3 analyses per month. Get an API key at gauntletscore.com.
POST https://api.gauntletscore.com/v1/analyze
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"document": "Your document text here...",
"topic": "Verify the claims in this document"
}
POST https://api.gauntletscore.com/v1/analyze
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"source_url": "https://clawhub.ai/skills/gauntlet-validate/SKILL.md",
"topic": "Evaluate the safety of this ClawHub skill before installation"
}
GET https://api.gauntletscore.com/v1/jobs/{job_id}
Authorization: Bearer YOUR_API_KEY
Results include score, grade, vote, verified claims, and a cryptographic certificate.
Seven AI personas from five independent model providers independently analyze your submission:
All analysis is read-only. Submitted code is never executed. Documents are processed in memory and not stored.
| Tier | Price | Credits |
|---|---|---|
| Free | $0 | 3 runs / month |
| Starter | $29 | 5 analyses |
| Pro | $79 | 15 analyses |
| Business | $149 | 30 analyses |
| Enterprise | Custom | Unlimited |
One credit = one analysis, regardless of document length. No subscriptions. See gauntletscore.com/pricing for details. Sovereign Edition: sales@genstrata.com
Anyone can verify a Gauntlet Score is genuine:
GET https://api.gauntletscore.com/v1/verify/{certificate_id}
No authentication required.
GauntletScore is built by Genstrata, Inc. The Gauntlet's adversarial multi-agent verification architecture is patent-pending (USPTO #63/967,169).
For organizations that cannot send data to cloud services, the Sovereign Edition runs entirely on your hardware with zero data egress. Contact sales@genstrata.com.