Security Analysis API
Score domains across HTTP headers, SSL/TLS, DNSSEC, and email security. Generate the evidence SOC 2 and ISO 27001 auditors ask for — across hundreds of domains at once.
What you can do
Real outcomes teams achieve with Security Analysis
Security Header Analysis
Audit HTTP security headers including CSP, HSTS, X-Frame-Options, and Permissions-Policy with detailed grading and recommendations.
SSL/TLS Assessment
Evaluate SSL certificate configuration, expiration, and chain of trust for secure communications.
Security Scoring
Get unified security grades combining headers, SSL, DNSSEC, and email security into comprehensive A-F scores.
Compliance Evidence
Generate security assessment reports suitable for SOC 2, ISO 27001, and other compliance frameworks.
Simple Integration
Get started in minutes with our RESTful API, or connect via MCP and let your AI call these endpoints directly. Clean documentation, predictable responses, and comprehensive error handling.
- RESTful JSON API
- Global edge-delivered responses
- Comprehensive documentation
- 99.9% uptime target
- MCP-compatible — use with Claude, ChatGPT, or Gemini
const domain = 'example.com';
const headers = { 'Authorization': 'Bearer YOUR_API_KEY' };
const [secHeaders, ssl, security, trust] = await Promise.all([
fetch(`https://api.edgedns.dev/v1/security/headers?url=https://${domain}`, { headers }),
fetch(`https://api.edgedns.dev/v1/domain/ssl?domain=${domain}`, { headers }),
fetch(`https://api.edgedns.dev/v1/score/security?domain=${domain}`, { headers }),
fetch(`https://api.edgedns.dev/v1/score/trust?domain=${domain}`, { headers }),
].map(r => r.then(res => res.json())));
console.log({
securityGrade: security.data.grade,
trustScore: trust.data.score,
recommendations: security.data.recommendations
});Related Endpoints
9 endpoints available for security analysis
Real-World Use Cases
See how teams are using Security Analysis in production
Put Security Analysis to work — via API or AI
Start free with 200 requests/month. Call the API directly or connect your AI through MCP. Upgrade to Pro when you need private monitoring and higher limits.
No credit card required
Already have an account? Sign in