validate_security_mozilla_observatory
Analyze HTTP security headers using Mozilla Observatory to test CSP, HSTS, and other security configurations for website protection.
Instructions
Analyze HTTP security headers using Mozilla Observatory. Tests CSP, HSTS, etc. Free API, 1 scan per minute per domain.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
forceRescan | No | Force new scan (default: false) | |
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"forceRescan": {
"description": "Force new scan (default: false)",
"type": "boolean"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}