Use this when
Use this workflow when the task matches the intent in the title: review a public website before launch.
Website launch
Use this as a public-signal launch triage, not a penetration test. It checks what public DNS and HTTP respon...
Use this workflow when the task matches the intent in the title: review a public website before launch.
Avoid pasting secrets, tokens, private customer data, or production credentials into shared browser sessions.
Syntax is valid, expected rows and columns are present, schema assumptions are clear, and converted output m...
Data workflows should validate first, transform second, inspect schema or table shape third, and export last...
Workflow
Confirm DNS, IP, status, and redirects before interpreting deeper headers.
Inspect response headers, security-header signals, and certificate details after routing works.
DNS and CDN behavior can change over time. Re-run checks after propagation and final deployment.
Notes
Data workflows should validate first, transform second, inspect schema or table shape third, and export last because export hides upstream structure problems. This guide starts with “Check reachability first” and ends with “Recheck after deployment changes” so the user does not jump straight to a final output before the input and review conditions are understood.
Tools