get_badge_link
Build the direct SVG badge URL for a domain's security score. Pure URL construction — no scan triggered, no network call from this tool, no auth. Returns a JSON object with badgeUrl ready to embed in README.md, GitHub, status pages, or wikis. Style options: flat (default), flat-square, plastic, large. Use for embeddable status badges; use get_pdf_report_link for a downloadable full report URL instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | flat | |
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) |