check_trust_tier
Scan a GitHub repository to get its trust tier, score, and recommended rate limits. Use this to verify any tool or agent before running it.
Instructions
Scan a GitHub repository and get its trust tier with recommended rate limits. Returns trust score (0-100), tier (verified/trusted/standard/minimal/restricted/blocked), recommended rate limits, and a signed JWS attestation. No authentication required. Use this to check any tool or agent before running it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repo owner (e.g. 'openai') | |
| repo | Yes | GitHub repo name (e.g. 'swarm') | |
| force | No | Bypass cache and force a fresh scan |