These files are provided as plain examples for ordinary static-site maintenance. They are small enough to inspect before use and do not contact a remote service other than the URL or host you pass to them.
| Resource | Format | Purpose |
|---|---|---|
| Static-site release checklist | Markdown | Pre-publish checks for a generated artifact. |
| Caddy static-site headers | Caddy snippet | Example headers for a no-JavaScript static site. |
| HTTP header check | POSIX shell | Inspect status, content type, redirects, and security headers. |
| TLS expiry check | POSIX shell | Read a certificate’s expiry without changing the service. |
| Resource checksums | Text | SHA-256 values for the files above. |
The shell helpers use curl, openssl, and standard POSIX tools. They fail on missing arguments or network errors and print the target they inspected. Review them before adapting them to a different site, framework, or trust boundary.