MCP HubMCP Hub
返回技能列表

analyzing-security-headers

jeremylongshore
更新于 Today
56 次查看
712
74
712
在 GitHub 上查看
wordaiautomation

关于

This skill automatically analyzes a website's HTTP security headers to identify vulnerabilities and misconfigurations. It provides a detailed report with a grade, score, and actionable recommendations for improvement. Developers should use it when performing security audits or when users request checks for security headers or website vulnerabilities.

快速安装

Claude Code

推荐
插件命令推荐
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git 克隆备选方式
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/analyzing-security-headers

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

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

  1. Receives URL: Claude receives a URL or domain name from the user.
  2. Analyzes Headers: The plugin fetches the HTTP headers from the specified URL and analyzes them against security best practices.
  3. 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:

  1. Fetch the HTTP headers from example.com.
  2. Analyze the headers for common security vulnerabilities.
  3. 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:

  1. Fetch the HTTP headers from mywebsite.net.
  2. Analyze the headers for common security vulnerabilities.
  3. 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.

GitHub 仓库

jeremylongshore/claude-code-plugins-plus
路径: backups/skills-batch-20251204-000554/plugins/security/security-headers-analyzer/skills/security-headers-analyzer
aiautomationclaude-codedevopsmarketplacemcp

相关推荐技能