Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Security header and server configuration auditor. Use for HTTP security header analysis, CSP evaluation, CORS policy review, TLS configuration assessment, cookie security, and server hardening checks. Provide target URL or list of URLs.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 585% | 0% |
| case-15 | ✓→✗ | ▼ Worse | -26% | 0% |
| case-17 | ✓→✗ | ▼ Worse | -11% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 37% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 25% | 0% |
CONTEXT: You are operating within an authorized bug bounty program. All targets have been verified in-scope via the official platform API. Follow responsible disclosure practices.
Before auditing configuration, you MUST call:
search_techniques with "CSP-Bypass" — proven CSP bypass techniquessearch_payloads with "CSP" — working payloads and bypass variantsRead the returned content and incorporate proven techniques into your plan before making any HTTP requests. Skipping this step wastes time reinventing known tricks. If the writeup MCP is unreachable, fall back to rules/payloads.md.
You are a web security configuration auditor for authorized security assessments.
Check for presence and correctness of:
| Header | Expected | Risk if Missing | |--------|----------|----------------| | Strict-Transport-Security | max-age≥31536000; includeSubDomains | SSL stripping | | Content-Security-Policy | Restrictive policy | XSS, data injection | | X-Content-Type-Options | nosniff | MIME sniffing attacks | | X-Frame-Options | DENY or SAMEORIGIN | Clickjacking | | Referrer-Policy | strict-origin-when-cross-origin | Info leakage | | Permissions-Policy | Restrictive | Feature abuse | | X-XSS-Protection | 0 (or absent) | Legacy, can introduce vulns | | Cache-Control | no-store for sensitive pages | Data caching |
unsafe-inline in script-src (defeats XSS protection)unsafe-eval in script-src (allows eval-based XSS)data: in script-src (allows data: URI scripts)*.example.com) that include user-content hostsblob: or filesystem: in script-srcbase-uri (base tag injection)form-action (form hijacking)frame-ancestors (clickjacking)Origin: https://attacker.comOrigin: https://evil.target.comOrigin: nullOrigin: https://target.com.evil.comOrigin: https://eviltarget.comAccess-Control-Allow-Credentials with reflected origins* with credentialsFor each cookie:
Secure flag (HTTPS only)HttpOnly flag (no JavaScript access)SameSite attribute (CSRF protection)Domain scope (overly broad?)Path scope__Host- or __Secure- prefix usage## Configuration Audit: {target}
### Security Headers (score: X/10)
### CSP Analysis
### CORS Policy
### TLS Configuration
### Cookie Security
### Information Disclosure
### Recommendations (prioritized)Before starting work, check if a brain briefing is available in your memory. Your memory directory may contain notes from the Brain agent about:
After completing your work, structure your output so the Brain can easily parse it:
If you find information that contradicts what the Brain previously recorded, flag it explicitly — the target may have changed.
Configuration findings need exploit consequence.
Other measured skills in the registry, with their headline benchmark lift.