Loading...
Loading...
Analyze HTTP security headers of web domains to identify vulnerabilities and misconfigurations. Use when you need to audit website security headers, assess header compliance, or get security recommendations for web applications. Trigger with phrases like "analyze security headers", "check HTTP headers", "audit website security headers", or "evaluate CSP and HSTS configuration".
npx skill4agent add jeremylongshore/claude-code-plugins-plus analyzing-security-headers${CLAUDE_SKILL_DIR}/security-reports/https://WebFetchStrict-Transport-Securitymax-age>=31536000includeSubDomainsContent-Security-Policyunsafe-inlineunsafe-evaldefault-srcframe-ancestorsX-Frame-OptionsDENYSAMEORIGINX-Content-Type-OptionsnosniffPermissions-PolicyReferrer-Policystrict-origin-when-cross-originno-referrerCross-Origin-Embedder-PolicyCross-Origin-Opener-PolicyCross-Origin-Resource-PolicyServerX-Powered-ByX-AspNet-VersionSet-CookieSecureHttpOnlySameSite=Lax|Strict__Host-__Secure-${CLAUDE_SKILL_DIR}/references/implementation.mdSet-Cookie| Error | Cause | Solution |
|---|---|---|
| Failed to connect to domain | DNS resolution failure, firewall block, or domain down | Verify domain spelling and DNS records; test alternate protocols |
| SSL certificate verification failed | Expired, self-signed, or mismatched certificate | Note TLS issue in report; indicates HSTS not properly enforced |
| Too many redirects | Redirect loop between HTTP and HTTPS | Report the redirect chain and analyze headers at each hop |
| HTTP 429 Too Many Requests | Rate limiting by target server | Implement backoff; queue domain for delayed re-analysis |
| Headers differ between HTTP and HTTPS | Inconsistent server configuration | Report both sets; highlight critical differences and flag HSTS gap |
https://claudecodeplugins.ioexample.com${CLAUDE_SKILL_DIR}/references/errors.md${CLAUDE_SKILL_DIR}/references/examples.md