Web Developer Client Handover Security Checklist
A client handover security checklist for web developers covering access, DNS, HTTPS, headers, backups, monitoring, and documentation.
Problem Summary
A website handover can leave security gaps when credentials, DNS ownership, deployment access, backups, and monitoring are not documented. A structured checklist makes the handover easier to audit later.
Why It Matters
- Clients need enough information to maintain the site without depending on undocumented developer knowledge.
- Developers need a clear record of what was delivered, transferred, and intentionally left out of scope.
- Basic scanning after handover can verify externally visible configuration, but it cannot validate every custom workflow.
How Qourby Checks It
- Checks the launched site for externally visible HTTPS, header, cookie, DNS, redirect, robots, and sitemap signals.
- Provides a scan record that can be attached to the handover notes.
- Highlights configuration drift if the client or host changes settings after launch.
- Does not replace manual pentesting, source review, dependency audit, or credential rotation.
Common Failures
- Registrar, DNS, hosting, and CMS access are not transferred or documented.
- Temporary developer accounts remain active after launch.
- Backups exist but restore access is unclear.
- Security headers or HTTPS redirects differ between staging and production.
- robots.txt, sitemap, analytics, and search console ownership are not handed over.
How To Fix
- Transfer ownership or document named owners for registrar, DNS, hosting, repository, CMS, email, and analytics.
- Rotate shared credentials and remove temporary accounts after launch.
- Document backup location, retention, and restore steps.
- Run an external scan on the production hostname and include findings or accepted risks in the handover pack.
- Separate basic scan results from manual security work that was not part of the project scope.
Related Checks and Guides
Scanner check
Website Security Scan
Run a basic website security scan for externally visible issues across HTTPS, headers, cookies, DNS, redirects, and scanable configuration signals.
Scanner check
DNS Security Checker
Check public DNS records for security-relevant configuration issues that can affect email trust, domain ownership, and web asset routing.
Scanner check
Security Header Checker
Check whether a website exposes important HTTP security headers and get practical remediation notes for missing or weak header configuration.
Checklist
Website Security Checklist for Small Business
A practical website security checklist for small businesses covering HTTPS, DNS, admin access, backups, updates, forms, and basic monitoring.