> analyzing-security-headers
This skill analyzes HTTP security headers of a given domain to identify potential vulnerabilities and misconfigurations. It provides a detailed report with a grade, score, and recommendations for improvement. Use this skill when the user asks to "analyze security headers", "check HTTP security", "scan for security vulnerabilities", or requests a "security audit" of a website. It will automatically activate when security-related keywords are used in conjunction with domain names or URLs.
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/security-headers-analyzer?format=md"Overview
This skill allows Claude to automatically analyze a website's HTTP security headers and provide a comprehensive report. It identifies missing or misconfigured headers and offers actionable recommendations to improve security posture.
How It Works
- Receives URL: Claude receives a URL or domain name from the user.
- Analyzes Headers: The plugin fetches the HTTP headers from the specified URL and analyzes them against security best practices.
- Generates Report: The plugin generates a detailed report, including a security grade, score, and specific recommendations for missing or misconfigured headers.
When to Use This Skill
This skill activates when you need to:
- Analyze the security posture of a website.
- Identify missing or misconfigured HTTP security headers.
- Get recommendations for improving website security.
- Audit a website for compliance with security best practices.
Examples
Example 1: Security Audit
User request: "Analyze the security headers for example.com"
The skill will:
- Fetch the HTTP headers from example.com.
- Analyze the headers for common security vulnerabilities.
- Generate a report outlining the security grade, score, and any identified issues with recommendations.
Example 2: Quick Security Check
User request: "Check HTTP security for mywebsite.net"
The skill will:
- Fetch the HTTP headers from mywebsite.net.
- Analyze the headers for common security vulnerabilities.
- Generate a report outlining the security grade, score, and any identified issues with recommendations.
Best Practices
- Prioritize HSTS: Ensure HSTS is properly configured to prevent downgrade attacks.
- Implement CSP: Start with a strict Content Security Policy to mitigate XSS vulnerabilities.
- Regularly Scan: Schedule regular scans to identify new vulnerabilities and misconfigurations.
Integration
This skill can be used in conjunction with other security plugins to provide a more comprehensive security assessment. For example, it can be paired with a vulnerability scanner to identify both header-related and code-level vulnerabilities.
> related_skills --same-repo
> fathom-cost-tuning
Optimize Fathom API usage and plan selection. Trigger with phrases like "fathom cost", "fathom pricing", "fathom plan".
> fathom-core-workflow-b
Sync Fathom meeting data to CRM and build automated follow-up workflows. Use when integrating Fathom with Salesforce, HubSpot, or custom CRMs, or creating automated post-meeting email summaries. Trigger with phrases like "fathom crm sync", "fathom salesforce", "fathom follow-up", "fathom post-meeting workflow".
> fathom-core-workflow-a
Build a meeting analytics pipeline with Fathom transcripts and summaries. Use when extracting insights from meetings, building CRM sync, or creating automated meeting follow-up workflows. Trigger with phrases like "fathom analytics", "fathom meeting pipeline", "fathom transcript analysis", "fathom action items sync".
> fathom-common-errors
Diagnose and fix Fathom API errors including auth failures and missing data. Use when API calls fail, transcripts are empty, or webhooks are not firing. Trigger with phrases like "fathom error", "fathom not working", "fathom api failure", "fix fathom".