What problem does it solve? Manually checking a page's security headers, Content-Security-Policy, and cookie attributes is tedious and error-prone, and teams often ship pages with missing Secure/HttpOnly/SameSite flags or weak CSP directives without noticing. This Skill runs a fast, read-only hygiene scan of any loaded page and reports findings grouped by severity. ## Core Features & Use Cases - CSP Analysis: Detects missing Content-Security-Policy, absent default-src/script-src, and unsafe-inline or unsafe-eval directives, graded by severity. - Mixed Content & HTTPS Checks: Flags pages served over plain HTTP and http:// subresources loaded on HTTPS pages. - Cookie Flag Audit: Reports cookies missing Secure, HttpOnly, or strong SameSite attributes, escalating session/auth cookies to high severity — without ever exposing cookie values. - Use Case: After logging into your staging dashboard, ask for a security audit to confirm the session cookie is HttpOnly and Secure, the CSP does not allow unsafe-inline scripts, and no mixed content is loaded — then log the findings as test results. ## Quick Start Run a security hygiene audit on https://app.example.com/dashboard and report the CSP, mixed content, and cookie flag findings grouped by severity.