Domain Resilience Score
domain_check_score_v1Free. Returns the overall resilience score out of 100 for a public web domain, plus the score of each category and how many findings each one raised. Use it to triage: to rank a list of domains, to confirm a domain is healthy, or to decide whether the detailed report is worth pulling. It tells you which categories are weak and how many issues they hold, but not what the issues are. For the individual findings and the prioritised remediation list, use domain_check_v1. Free, no payment required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Bare domain name, apex or subdomain, for example 'example.com' or 'www.example.com'. Scheme, path, port and query string are ignored if present. IP addresses and private or localhost hostnames are rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| score | No | Weighted resilience score out of 100. | |
| domain | No | Domain that was actually evaluated, after normalisation. | |
| success | No | ||
| categories | No | Per-category score and finding count. Finding details are not included. | |
| evaluatedAt | No | UTC timestamp of the evaluation. | |
| measuredCategories | No | Number of categories that could actually be measured. Compare two domains only when this matches. | |
| detailsAvailableVia | No | Name of the tool returning the full findings behind these scores. |