First useful evidence
Fast web posture
Headers, transport, DNS, exposure, cookies, CORS, and platform signals run first so the report can surface common launch risks quickly.
- Security HeadersEvaluates browser security policy and server-disclosure headers.4 public check families
- Content Security Policy
bs.headers.csp - Strict Transport Security
bs.headers.hsts - Browser isolation and content controls
bs.headers.browser-controls - Server technology disclosure
bs.headers.disclosure
- Content Security Policy
- SSL/TLSChecks certificate identity, validity, protocol posture, and HTTPS redirection.4 public check families
- Certificate identity and validity
bs.ssl.certificate - TLS protocol support
bs.ssl.protocols - Cipher posture
bs.ssl.ciphers - HTTP to HTTPS redirect
bs.ssl.redirect
- Certificate identity and validity
- DNS & Email AuthenticationReviews public DNS, mail-authentication, and transport-policy records.3 public check families
- SPF, DKIM, and DMARC
bs.dns.email-auth - CAA, MTA-STS, TLS reporting, and DANE
bs.dns.transport-policy - DNSSEC, MX, and nameservers
bs.dns.delegation
- SPF, DKIM, and DMARC
- ExposureChecks a bounded set of commonly exposed public artifacts and administrative surfaces.4 public check families
- Public secret and configuration artifacts
bs.exposure.secrets - Public backup and data artifacts
bs.exposure.backups - Administrative and diagnostic surfaces
bs.exposure.admin - Public source maps and development artifacts
bs.exposure.source-maps
- Public secret and configuration artifacts
- CORSTests how the public endpoint responds to bounded cross-origin requests.3 public check families
- Allowed origin policy
bs.cors.origin-policy - Credentialed cross-origin access
bs.cors.credentials - Cross-origin methods and exposed headers
bs.cors.methods
- Allowed origin policy
- Platform DetectionIdentifies hosting and application-platform signals used to tailor remediation.2 public check families
- Hosting and deployment platform
bs.platform.hosting - Application platform
bs.platform.application
- Hosting and deployment platform