security-prompts

Community

Battle-tested security prompts for secure coding.

Authorharperaa
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a library of ready-to-use security prompt templates, guiding you to implement features with robust security controls from the start. It helps you avoid common security pitfalls and ensures your AI-generated code adheres to the Secure Vibe Coding methodology.

Core Features & Use Cases

  • Comprehensive Templates: Offers prompts for secure forms, authenticated endpoints, admin actions, file uploads, and more, covering a wide range of implementation scenarios.
  • Threat Modeling & Review: Includes templates for STRIDE analysis, code reviews, and OWASP compliance checks to proactively identify and mitigate risks.
  • Auth & Authorization: Provides specific prompts for implementing RBAC, granular permissions, and ownership verification.
  • Use Case: When building a new contact form, activate this skill to get a pre-configured prompt that includes CSRF protection, rate limiting, and XSS sanitization, ensuring your form is secure without manual effort.

Quick Start

Example: Ask Claude to build a secure contact form

User: "I need to add a secure contact form"

Claude will suggest: built-in-controls/01_contact_form.md

This template includes CSRF, rate limiting, XSS prevention, and secure error handling.

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: security-prompts
Download link: https://github.com/harperaa/secure-claude-skills/archive/main.zip#security-prompts

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