cloudflare-security-checker

Community

Security checks for Cloudflare Workers

Authorhirefrank
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Proactively validates Cloudflare Workers for secure coding practices, secret handling, CORS, and input validation to prevent security regressions.

Core Features & Use Cases

  • Secret Management: Ensures env usage over hardcoded secrets.
  • CORS & Headers: Validates proper security headers and origin handling.
  • Input Validation: Checks for proper request validation patterns.

Quick Start

Run a security scan on Worker code paths to catch hardcoded secrets and insecure patterns.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudflare-security-checker
Download link: https://github.com/hirefrank/claude-plugins/archive/main.zip#cloudflare-security-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository