Scan a GitHub repo
scan_repoScan a public GitHub repository with AgentAvow and return whether it is safe for an agent to connect to: a 0-100 trust score, a plain safe / needs-review verdict, the findings behind it (with where and how to fix), and a signed, offline-verifiable attestation. Read-only, no account. Calls the AgentAvow public API at agentavow.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repo as 'owner/name' (e.g. 'vercel/next.js'), or just the name when 'owner' is given separately. | |
| force | No | Re-scan now instead of returning the cached verdict (results cache ~1h). Use after the target has changed. | |
| owner | No | Repo owner (optional if 'repo' is already 'owner/name'). |