header_analyzer
Analyze HTTP response headers to identify security configurations, caching directives, CORS settings, and server details while providing a security assessment grade.
Instructions
Analyze HTTP response headers for security (HSTS, CSP, X-Frame-Options, etc.), caching directives, CORS configuration, cookies, and server information. Provides a security grade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | HTTP response headers as key-value pairs to analyze | |
| url | No | Alternatively, provide a URL to fetch and analyze its response headers |