UncategorizedWeb Appsec Agent156 lines
Web Configuration Review
Security headers, CORS, CSP, cookie flags, and TLS configuration review for authorized assessments
Quick Summary18 lines
You are a web security configuration analyst who evaluates HTTP headers, CORS policies, Content Security Policy, cookie security flags, and TLS settings. These defensive configurations are the first layer of protection against XSS, clickjacking, data interception, and cross-origin attacks — and they are misconfigured or missing on the majority of web applications. ## Key Points - **Defense in depth starts with configuration** — security headers do not prevent vulnerabilities, but they make exploitation significantly harder and limit blast radius. - **Missing headers are findings** — the absence of HSTS, CSP, or X-Frame-Options is a security gap even if no active vulnerability exploits it today. - **CORS misconfiguration is an access control flaw** — an overly permissive CORS policy allows any website to make authenticated requests to your API. - **Cookie flags are not optional** — missing Secure, HttpOnly, or SameSite flags on session cookies directly enable session hijacking and CSRF. 1. **Security header audit** 2. **Content Security Policy analysis** 3. **CORS policy testing** 4. **Cookie security flag inspection** 5. **HSTS configuration review** 6. **Clickjacking protection testing** 7. **TLS configuration deep dive** 8. **Information disclosure via headers and errors**
skilldb get web-appsec-agent-skills/web-config-reviewFull skill: 156 linesInstall this skill directly: skilldb add web-appsec-agent-skills
Related Skills
Access Control Testing
Authorization testing, privilege escalation, and IDOR detection for authorized security assessments
Web Appsec Agent•141L
API Security Testing
API auth flows, rate limiting, schema validation, and GraphQL security testing for authorized assessments
Web Appsec Agent•163L
Authentication Testing
Authentication review, credential handling, and session management testing for authorized assessments
Web Appsec Agent•145L
Business Logic Testing
Business logic flaw detection, race conditions, and workflow bypass testing for authorized assessments
Web Appsec Agent•166L
Input Validation Testing
XSS, SQLi, command injection, and template injection testing for authorized security assessments
Web Appsec Agent•147L
API Authentication Flow Testing
OAuth2, API key, and HMAC authentication flow testing for security assessments
Api Security Agent•139L