pentest-config-hardening

Audit HTTP security headers, TLS settings, and CSP policies across web assets.

299|56|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/jd-opensource/JoySafeter --skill pentest-config-hardening
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pentest-config-hardening
Source: https://github.com/jd-opensource/JoySafeter/tree/main/skills/pentest-config-hardening
Command: npx skills add https://github.com/jd-opensource/JoySafeter --skill pentest-config-hardening

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Security-focused configuration audits for web applications, codifying a repeatable process to verify security headers, TLS settings, HTTP methods, CSP, and deployment hardening.

Core Features & Use Cases

  • Security header audit (HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy)
  • TLS configuration testing and certificate validation
  • HTTP method handling tests and misconfiguration checks (OPTIONS, TRACE, PUT/DELETE)
  • CSP bypass analysis and policy evaluation
  • Deployment hardening verification and governance auditing for enterprise environments

Quick Start

Run the audit workflow against your web assets to generate a prioritized hardening report.

Frequently Asked Questions about pentest-config-hardening

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

FAQPage Schema
How do I audit HTTP security headers and TLS configurations for my web assets?

To audit HTTP security headers and TLS configurations, you can run an automated workflow that analyzes headers, TLS versions, and misconfigurations to produce actionable remediation guidance for enterprise security teams.

What is CSP bypass analysis and how does it evaluate Content Security Policy controls?

CSP bypass analysis evaluates Content Security Policy controls by identifying misconfigurations and potential bypasses in your web application policies, ensuring strict execution boundaries and generating actionable hardening recommendations.

How do I check for misconfigured HTTP methods like OPTIONS, TRACE, or PUT on my deployment?

You can check for misconfigured HTTP methods by running an audit workflow that tests OPTIONS, TRACE, PUT, and DELETE handling to identify dangerous method exposures and verify deployment hardening across your environments.

Does this security audit cover WSTG-CONF-07 and WSTG-CONF-14 deployment hardening verifications?

Yes, the security audit covers WSTG-CONF-07 and WSTG-CONF-14 deployment hardening verifications, analyzing TLS settings, HTTP methods, and CSP policies to ensure compliance with enterprise security governance requirements.

What is the best way to validate HSTS, X-Frame-Options, and Referrer-Policy headers across web applications?

The best way to validate HSTS, X-Frame-Options, and Referrer-Policy headers is performing a comprehensive security header audit that checks configurations against baseline policies and generates a prioritized hardening report for remediation.

When should I perform a TLS configuration test and certificate validation for enterprise environments?

You should perform a TLS configuration test and certificate validation during deployment hardening verification to identify outdated TLS versions, validate certificates, and ensure enterprise web assets meet strict security governance standards.