{"query":"audit a domain","count":5,"results":[{"slug":"x402-audit","name":"x402 security audit","route":"GET /api/x402-audit","price":"$0.01","callExample":{"method":"GET","path":"/api/x402-audit","query":{"url":"https://agent402.tools/api/hash","method":"POST"}},"example":{"url":"https://agent402.tools/api/hash","method":"POST"},"required":["url"],"inputSchema":{"properties":{"url":{"type":"string","description":"URL of the paid resource to audit"},"method":{"type":"string","description":"HTTP method to probe with (default GET)"}},"required":["url"]},"category":"payments","description":"Grade any x402 seller's payment-security posture from the outside — a read-only black-box check mapped to the 'Five Attacks on x402' failure modes. Probes the URL's 402 challenge (never pays) and scores TLS transport, gated-response cache hygiene (Attack III / cache leakage), error/info-leak hygiene, and payment-terms well-formedness, then returns a letter grade with per-check findings and an honest note on what only insider/active testing can confirm. ?url=https://api.example.com/paid&method=GET","score":10,"computePayable":false,"docs":"https://agent402.tools/tools/x402-audit"},{"slug":"skill-security-audit","name":"Skill: Security audit","route":"POST /api/skill/security-audit","price":"$0.12","callExample":{"method":"POST","path":"/api/skill/security-audit","body":{"domain":"example.com"}},"example":{"domain":"example.com"},"required":["domain"],"inputSchema":{"properties":{"domain":{"type":"string","description":"Target domain to audit (e.g. stripe.com)"}},"required":["domain"]},"category":"skill-pack","description":"Bundled execution of the Security audit workflow — Enumerate a domain's external attack surface in one workflow: certs, DNS posture, email auth, HTTP security headers, and tech stack. One x402 payment runs 7 underlying tools (cert-transparency, dns-lookup, spf-check, dmarc-check, http-headers, tls-cert, tech-stack); partial-success per step.","score":8,"computePayable":false,"docs":"https://agent402.tools/tools/skill-security-audit"},{"slug":"skill-seo-audit","name":"Skill: Technical SEO audit","route":"POST /api/skill/seo-audit","price":"$0.070","callExample":{"method":"POST","path":"/api/skill/seo-audit","body":{"url":"https://example.com"}},"example":{"url":"https://example.com"},"required":["url"],"inputSchema":{"properties":{"url":{"type":"string","description":"The page URL to audit (https://…)"}},"required":["url"]},"category":"skill-pack","description":"Bundled execution of the Technical SEO audit workflow — Can search engines and AI crawlers actually index this page? One pass over reachability, TLS, robots policy, sitemap health, meta/OpenGraph tags, and the on-page link graph. One x402 payment runs 6 underlying tools (http-check, tls-cert, robots-check, sitemap, meta, http-headers); partial-success per step.","score":7,"computePayable":false,"docs":"https://agent402.tools/tools/skill-seo-audit"},{"slug":"skill-ssl-audit","name":"Skill: SSL audit","route":"POST /api/skill/ssl-audit","price":"$0.10","callExample":{"method":"POST","path":"/api/skill/ssl-audit","body":{"domain":"stripe.com"}},"example":{"domain":"stripe.com"},"required":["domain"],"inputSchema":{"properties":{"domain":{"type":"string","description":"Domain to audit (e.g. stripe.com)"}},"required":["domain"]},"category":"skill-pack","description":"Bundled execution of the SSL audit workflow — TLS/SSL security posture check: live certificate inspection, HTTP security headers, and CAA DNS records. One x402 payment runs 3 underlying tools (tls-cert, http-headers, dns-lookup); partial-success per step.","score":7,"computePayable":false,"docs":"https://agent402.tools/tools/skill-ssl-audit"},{"slug":"skill-a11y-audit","name":"Skill: WCAG accessibility audit","route":"POST /api/skill/a11y-audit","price":"$0.050","callExample":{"method":"POST","path":"/api/skill/a11y-audit","body":{"html":"<!doctype html><html lang=\"en\"><head><title>Quarterly Earnings Brief</title><meta name=\"viewport\" content=\"width=device-width\"></head><body><h1>Q4 Earnings Summary</h1><h3>Revenue</h3><p>Total revenue was $4.2M, up 18% year-over-year. The increase was driven primarily by enterprise SaaS contracts and a one-time licensing arrangement.</p><h2>Costs</h2><p>Operating costs grew 12% to $2.9M. Headcount expansion in engineering accounted for the majority of the increase.</p><p>Read the <a href=\"/full-report\">full report</a> or <a href=\"https://investor.example.com\">visit investor relations</a>. Click <a href=\"/contact\">here</a> for questions.</p></body></html>","foreground":"#333333","background":"#ffffff"}},"example":{"html":"<!doctype html><html lang=\"en\"><head><title>Quarterly Earnings Brief</title><meta name=\"viewport\" content=\"width=device-width\"></head><body><h1>Q4 Earnings Summary</h1><h3>Revenue</h3><p>Total revenue was $4.2M, up 18% year-over-year. The increase was driven primarily by enterprise SaaS contracts and a one-time licensing arrangement.</p><h2>Costs</h2><p>Operating costs grew 12% to $2.9M. Headcount expansion in engineering accounted for the majority of the increase.</p><p>Read the <a href=\"/full-report\">full report</a> or <a href=\"https://investor.example.com\">visit investor relations</a>. Click <a href=\"/contact\">here</a> for questions.</p></body></html>","foreground":"#333333","background":"#ffffff"},"required":["html","foreground","background"],"inputSchema":{"properties":{"html":{"type":"string","description":"the HTML document to audit (full document or fragment, as a string)"},"foreground":{"type":"string","description":"the canonical body text color as a hex string (e.g. '#333333')"},"background":{"type":"string","description":"the canonical body background color as a hex string (e.g. '#ffffff')"}},"required":["html","foreground","background"]},"category":"skill-pack","description":"Bundled execution of the WCAG accessibility audit workflow — Run a deterministic WCAG 2.x audit of an HTML page from a string and a fg/bg color pair. Checks language attribute (3.1.1), document title (2.4.2), heading order (1.3.1), link-text presence (2.4.4), color contrast (1.4.3), and reading grade level (3.1.5 AAA). Seven pure-CPU tools, no headless browser needed — the canonical accessibility-first-pass workflow done as a single round-trip of tool calls. One x402 payment runs 7 underlying tools (html-meta, html-strip, html-links, html-select, color-contrast, readability, text-stats); partial-success per step.","score":7,"computePayable":true,"docs":"https://agent402.tools/tools/skill-a11y-audit"}],"packs":[{"slug":"a11y-audit","title":"WCAG accessibility audit","tagline":"Run a deterministic WCAG 2.x audit of an HTML page from a string and a fg/bg color pair. Checks language attribute (3.1.1), document title (2.4.2), heading order (1.3.1), link-text presence (2.4.4), color contrast (1.4.3), and reading grade level (3.1.5 AAA). Seven pure-CPU tools, no headless browser needed — the canonical accessibility-first-pass workflow done as a single round-trip of tool calls.","toolSlugs":["html-meta","html-strip","html-links","html-select","color-contrast","readability","text-stats"],"score":13,"url":"https://agent402.tools/skills/a11y-audit","promptName":"a11y-audit"},{"slug":"domain-age","title":"Domain age and legitimacy","tagline":"How old and legit is this domain? WHOIS registration, DNS resolution, and TLS certificate in one pass.","toolSlugs":["whois","dns-lookup","tls-cert"],"score":12,"url":"https://agent402.tools/skills/domain-age","promptName":"domain-age"}]}