manastalukdar/ai-devstudio

security-headers

Web security headers validation and configuration generation

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill security-headers

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,140 B
  • docs SUMMARY.md 84 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Security Headers Validation

I'll analyze and implement web security headers (CSP, HSTS, X-Frame-Options, etc.) to protect against common attacks.

Arguments: $ARGUMENTS - URL to check, or framework for configuration generation

Security Headers Overview

Essential Headers:

  • Content-Security-Policy (CSP) - Prevent XSS and injection attacks
  • Strict-Transport-Security (HSTS) - Enforce HTTPS
  • X-Frame-Options - Prevent clickjacking
  • X-Content-Type-Options - Prevent MIME sniffing
  • Referrer-Policy - Control referrer information
  • Permissions-Policy - Feature access control

Token Optimization

Expected range: 400–1,500 tokens (initial), 100 tokens (server not accessible)

Caching: Caches header analysis in .claude/cache/security-headers/ for 7 days.

Early exit: Returns immediately if the server is not accessible at the target URL.

Patterns used: Grep-before-Read, early exit, git diff scope default, caching, progressive disclosure