{"name":"website-trust-report","description":"Gathers site legitimacy signals for a URL in one call: TLS, domain risk, lookalike detection, metadata, and tech stack. Composite: one call runs ssl-cert-info + domain-risk-check + homoglyph-check + url-metadata-extract + tech-stack-detect in parallel over a URL (the hostname is derived for the domain-shaped checks) and merges them into {tls, domain_risk, lookalike, metadata, tech_stack}. Data signals only; no verdicts or safety guarantees. Use it as a URL safety data source, phishing triage bundle, or link inspection for security and moderation agents.","price":"$0.04","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Page URL to inspect, http or https, e.g. 'https://example.com/login'. Max 2048 chars."}},"required":["url"]},"input_example":{"url":"https://example.com/login"},"output_example":{"url":"https://example.com/login","hostname":"example.com","tls":{"issuer_common_name":"DigiCert TLS RSA CA","days_until_expiry":60},"domain_risk":{"flags":[],"age_days":11223,"registrar":{"name":"IANA"},"dnssec_signed":true},"lookalike":{"risk_score":0,"risk_level":"low","ascii_only":true},"metadata":{"title":"Example Domain","status":200,"canonical":"https://example.com/"},"tech_stack":{"detection_count":1,"detections":[{"name":"Cloudflare","category":"cdn"}]},"composed_of":["ssl-cert-info","domain-risk-check","homoglyph-check","url-metadata-extract","tech-stack-detect"],"components":[{"name":"ssl-cert-info","ok":true,"ms":940},{"name":"homoglyph-check","ok":true,"ms":3}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}