{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/network/audit","method":"POST","price":"$0.100","description":"Scans an IP address or hostname to audit DNSSEC safety, SSL expiration status, HTTP security headers, and geodata compliance. Matches: network security audit, scan website ports, VPS shield test, audit host headers.","example_input":{"host":"google.com"},"example_output":{"supported":true,"result":{"host":"google.com","overall_score":85,"overall_rating":"A","dns_security":{"dnssec_enabled":true,"caa_records":["0 issue \"pki.goog\""]},"ssl_expiry":{"days_remaining":81,"expired":false},"security_headers":{"score":60}},"confidence":"high"},"request_schema":{"type":"object","required":["host"],"properties":{"host":{"type":"string","description":"Target domain or IP address to audit","examples":["google.com"]}}},"response_schema":{"type":"object"}}