scan-fase-7

Identify HTTP security header misconfigurations and bypass opportunities across endpoints.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ricardoo022/PentestAI-with-claude-code --skill scan-fase-7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-fase-7
Source: https://github.com/ricardoo022/PentestAI-with-claude-code/tree/main/.claude/skills/scan-fase-7
Command: npx skills add https://github.com/ricardoo022/PentestAI-with-claude-code --skill scan-fase-7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web applications often ship with insecure or misconfigured HTTP security headers, exposing users to XSS, clickjacking, data leakage, and protocol downgrades. This skill automates detection across endpoints and methods, identifies gaps in CSP, HSTS, X-Frame-Options, and related headers, and suggests fixes tailored to the target infrastructure. It enables security engineers to rapidly quantify header configurations and prioritize remediation.

Core Features & Use Cases

  • CSP analysis and validation across endpoints (including report-only and mixed-content risks).
  • HSTS enforcement checks with subdomain coverage and preload readiness.
  • X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy assessments with actionable mitigations.
  • Use Case: Integrate into a CI/CD or manual audit to ensure consistent header hardening before release.

Quick Start

Invoke with /scan-fase-7 {url} to begin the security headers assessment.

Frequently Asked Questions about scan-fase-7

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check HTTP security headers for misconfigurations across multiple endpoints?

To check HTTP security headers for misconfigurations, you need an automated tool that tests CSP, HSTS, X-Frame-Options, and related headers across target endpoints and methods. This skill identifies bypass opportunities and provides actionable remediation suggestions.

What is the best way to analyze CSP report-only and mixed-content risks?

Analyzing CSP report-only and mixed-content risks involves validating Content-Security-Policy configurations across your application endpoints. This skill automates detection of inconsistent policies and suggests fixes tailored to your target infrastructure.

How do I verify HSTS enforcement with subdomain coverage and preload readiness?

Verifying HSTS enforcement with subdomain coverage and preload readiness requires checking Strict-Transport-Security headers for includeSubDomains and preload directives. This skill automates enforcement checks and assesses preload qualification.

Can I integrate HTTP security headers analysis into a CI/CD pipeline?

Yes, you can integrate HTTP security headers analysis into a CI/CD pipeline or manual audit to ensure consistent header hardening before release. The skill provides reproducible test commands and structured output suitable for automated checks.

How do I assess Permissions-Policy and Referrer-Policy headers effectively?

Assessing Permissions-Policy and Referrer-Policy headers effectively requires evaluating their configurations against target infrastructure. This skill evaluates these headers alongside X-Content-Type-Options and provides actionable mitigations to prevent data leakage.