Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

security-prompts安全提示

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,946

周安装

124

GitHub Stars

7

下载量

1,032
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:security-prompts(安全提示)
来源仓库:https://github.com/harperaa/secure-claude-skills
仓库路径:skills/security-prompts
安装命令:
npx skills add https://github.com/harperaa/secure-claude-skills --skill security-prompts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/harperaa/secure-claude-skills --skill security-prompts

简介

用于提供安全相关提示词模板和检查清单。

  • 适合引导 Agent 执行特定安全检查任务。
  • 可标准化审计流程和漏洞发现方法。security-prompts 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装需通过 npx skills add 命令从指定仓库获取。
  • 适用于不同安全场景的自动化提示生成。

SKILL.md

Security Prompt Templates Library

Purpose

This skill provides ready-to-use security prompt templates following the Secure Vibe Coding methodology. Each template includes complete security controls, testing checklists, and customization guidance.

When to Use This Skill

Use security prompt templates when:

  • Building features: Forms, APIs, file uploads, admin panels
  • Implementing auth: RBAC, permissions, ownership checks
  • Security reviews: Threat modeling, code review, OWASP compliance
  • Testing: Security test generation, vulnerability assessment

Library Organization

📁 Prompt Engineering Templates (8 templates)

Location: .claude/skills/security/security-prompts/prompt-engineering/

Comprehensive prompts for implementing secure features:

  1. 01_secure_form.md - Public forms with full security stack

- Triggers: "secure form", "contact form", "public form" - Controls: CSRF, rate limiting, XSS prevention, validation

  1. 02_authenticated_endpoint.md - Authenticated data modification

- Triggers: "authenticated endpoint", "user update", "protected route" - Controls: Authentication, authorization, ownership checks

  1. 03_public_endpoint.md - Public APIs with pagination

- Triggers: "public API", "public endpoint", "GET endpoint" - Controls: Rate limiting, validation, pagination

  1. 04_admin_action.md - Admin-only features with audit logging

- Triggers: "admin endpoint", "admin feature", "admin action" - Controls: RBAC, audit logging, authorization

  1. 05_file_upload.md - Secure file handling

- Triggers: "file upload", "image upload", "file handling" - Controls: Type validation, size limits, malware scanning

  1. 06_composable_middleware.md - Multiple security layers

- Triggers: "middleware", "security layers", "composable security" - Controls: Proper middleware ordering, layer composition

  1. 07_new_control.md - Extending security architecture

- Triggers: "new security control", "custom middleware", "security utility" - Controls: Creating new reusable security utilities

  1. 08_security_testing.md - Comprehensive security tests

- Triggers: "security testing", "security tests", "test security" - Controls: Automated test generation for all controls

📁 Threat Modeling Templates (8 templates)

Location: .claude/skills/security/security-prompts/threat-modeling/

Prompts for security analysis and review:

  1. 01_stride_analysis.md - Complete STRIDE threat model

- Triggers: "STRIDE", "threat model", "security analysis"

  1. 02_feature_threats.md - Feature-specific threat analysis

- Triggers: "feature threats", "analyze feature security"

  1. 03_architecture_impact.md - Architecture change security impact

- Triggers: "architecture security", "security impact"

  1. 04_code_review.md - Security vulnerability review

- Triggers: "security review", "code review", "vulnerability review"

  1. 05_security_tests.md - Automated security test generation

- Triggers: "generate security tests", "security test suite"

  1. 06_owasp_check.md - OWASP Top 10 compliance

- Triggers: "OWASP", "OWASP check", "OWASP compliance"

  1. 07_payment_security.md - Payment security (Clerk Billing + Stripe)

- Triggers: "payment security", "Stripe security", "billing security"

  1. 08_update_model.md - Update threat model after features

- Triggers: "update threat model", "refresh threat model"

📁 Auth & Authorization Templates (4 templates)

Location: .claude/skills/security/security-prompts/auth-authorization/

Prompts for authentication and access control:

  1. 01_rbac_implementation.md - Role-based access control

- Triggers: "RBAC", "role-based access", "user roles"

  1. 02_permissions.md - Granular permission system

- Triggers: "permissions", "permission system", "granular access"

  1. 03_ownership.md - Resource ownership verification

- Triggers: "ownership", "ownership check", "resource ownership"

  1. 04_auth_testing.md - Authorization testing

- Triggers: "auth testing", "authorization tests", "test permissions"

📁 Built-In Controls Templates (3 templates)

Location: .claude/skills/security/security-prompts/built-in-controls/

Simple prompts using existing Secure Vibe Coding OS utilities:

  1. 01_contact_form.md - Quick contact form with security

- Triggers: "contact form", "simple form"

  1. 02_authenticated_update.md - User data modification

- Triggers: "update profile", "user update"

  1. 03_public_api.md - Public GET endpoints

- Triggers: "public API", "read-only API"

How to Use Security Prompts

Quick Usage Pattern

  1. Identify your need (e.g., "I need a secure contact form")
  2. Find the template (use triggers or browse categories)
  3. Read the template to understand security controls
  4. Copy and customize the prompt for your specific needs
  5. Run the prompt with Claude Code
  6. Verify using the testing checklist

Template Access Pattern

When a user asks for a security implementation:

**Recommend the appropriate template:**

"I'll use the [TEMPLATE_NAME] security prompt template for this.

**Template**: `.claude/skills/security/security-prompts/[category]/[file].md`

**Security Controls Applied**:
- [List controls from template]

**Customizations needed**:
- [List what to customize]

Let me load the template and customize it for your needs..."

Then read and apply the template.

Combining Prompts

Many features need multiple prompts:

Example: Admin Dashboard

  1. First: auth-authorization/01_rbac_implementation.md (if RBAC not set up)
  2. Then: prompt-engineering/04_admin_action.md (for each admin feature)
  3. Test: prompt-engineering/08_security_testing.md
  4. Review: threat-modeling/04_code_review.md
  5. Update: threat-modeling/08_update_model.md

Example: User Profile Edit

  1. Implement: prompt-engineering/02_authenticated_endpoint.md
  2. Add ownership: auth-authorization/03_ownership.md
  3. Test: auth-authorization/04_auth_testing.md

Prompt Template Format

Each template follows this structure:

# [Template Name]

**Category**: [Category]
**When to Use**: [Scenario]
**Module**: [Course module]
**Time to Implement**: [Estimate]

## Security Controls Applied
[Checklist of security features]

## The Prompt
[Copy-paste ready prompt with placeholders]

## Customization Tips
[How to adapt for specific needs]

## Testing Checklist
[Verification steps]

## Related Prompts
[Links to complementary templates]

## Version History
[Change tracking]

Integration with Security Architecture

All prompts reference the Secure Vibe Coding OS:

  • Architecture: @docs/security/SECURITY_ARCHITECTURE.md
  • Utilities: /lib directory (withCsrf, withRateLimit, validateRequest, etc.)
  • Baseline: 90/100 OWASP score
  • Stack: Next.js, Clerk, Convex, Stripe

Always include architecture reference in prompts:

Reference: @docs/security/SECURITY_ARCHITECTURE.md

Agent Usage Pattern

When security-focused agents (like security-scanner, threat-modeler) need prompt templates:

// Agent can reference specific templates
"Use the STRIDE analysis template from .claude/skills/security/security-prompts/threat-modeling/01_stride_analysis.md to create a threat model"

// Or request template by trigger
"Apply the secure form security prompt template to implement this contact form"

Skill Chaining

This skill works with other security skills:

  • security-awareness/* - Understanding vulnerabilities
  • csrf-protection - CSRF implementation details
  • rate-limiting - Rate limiting patterns
  • input-validation - Validation strategies
  • auth-security - Clerk authentication
  • security-testing - Testing approaches

Quick Reference by Scenario

"I need to add..."

"...a contact form"built-in-controls/01_contact_form.md

"...user profile editing"prompt-engineering/02_authenticated_endpoint.md → Then: auth-authorization/03_ownership.md

"...admin features"auth-authorization/01_rbac_implementation.md (if needed) → Then: prompt-engineering/04_admin_action.md

"...file uploads"prompt-engineering/05_file_upload.md

"...a public API"built-in-controls/03_public_api.md

"I need to review..."

"...security before deploy"prompt-engineering/08_security_testing.mdthreat-modeling/04_code_review.md

"...OWASP compliance"threat-modeling/06_owasp_check.md

"...payment security"threat-modeling/07_payment_security.md

"I need to create..."

"...a threat model"threat-modeling/01_stride_analysis.md

"...role-based access"auth-authorization/01_rbac_implementation.md

"...security tests"prompt-engineering/08_security_testing.md

Best Practices

Always Customize

  • Replace placeholders with your specific values
  • Adjust rate limits for your use case
  • Modify validation rules for your data

Always Test

  • Use the testing checklist in each template
  • Run security tests before deploying
  • Verify all controls work as expected

Always Update Threat Model

  • After every feature: threat-modeling/08_update_model.md
  • Maintain docs/security/THREAT_MODEL.md
  • Version your threat model (v1.0, v1.1, etc.)

Chain Appropriately

  • Authentication → Authorization → Ownership
  • Implementation → Testing → Review
  • Feature → Threat Analysis → Model Update

Supporting Files

Each category has its own SKILL.md with:

  • Detailed trigger keywords
  • Category-specific guidance
  • Template descriptions
  • Usage patterns

Access supporting templates directly:

Read: .claude/skills/security/security-prompts/[category]/[template].md

Example Agent Integration

# Security Implementation Agent

When implementing security features:

1. **Identify feature type** (form, API, auth, etc.)
2. **Load appropriate security-prompts skill template**
3. **Customize template** with user's specific requirements
4. **Generate secure implementation** following template
5. **Apply testing checklist** from template
6. **Recommend related prompts** for complete security

Use security-prompts skill as the authoritative source for implementation patterns.

Version History

v1.0 (2025-10-23): Initial skill creation from security-prompts library

  • Converted 23 prompts to skill templates
  • Organized into 4 categories
  • Added trigger keywords for automatic activation
  • Integrated with Secure Vibe Coding OS architecture

Related Skills

  • course-lesson-builder - Creating course content using these prompts
  • security/* - All implementation-focused security skills
  • security-awareness/* - Understanding vulnerability patterns

Notes for Maintenance

When adding new security prompts:

  1. Add template file to appropriate category subdirectory
  2. Update category SKILL.md with new template info
  3. Update this main SKILL.md quick reference
  4. Add relevant trigger keywords
  5. Link related prompts
  6. Version the template

Usage: When users mention security implementations, threat modeling, or specific triggers, activate this skill to provide appropriate template guidance and direct them to the right security prompt for their needs.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.56%
按下载量换算357

Claude

31.67%
按下载量换算327

Cursor

19.74%
按下载量换算204

Gemini CLI

9.64%
按下载量换算99

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills