security-doc

仓库创建 2026年7月22日最近提交 4 天前SkillHot 收录 3 小时前
▸ 精选理由

帮助项目建立安全说明与响应流程,利于合规与沟通。

▸ 风险提示

安全建议需专家复核,切勿直接作为合规依据。

这个 Skill 做什么

为项目生成 SECURITY.md,覆盖威胁模型与安全控制。

把项目的安全状况写成一份完整的 SECURITY.md,包含威胁模型、认证与授权、数据保护、合规(如 GDPR/HIPAA/SOC2)、漏洞管理和应急响应流程。在需要向外说明系统如何防护或准备合规与审计材料时用到。重点是把抽象的安全措施落成可执行的流程、负责人和响应步骤,方便团队和审计方快速理解与行动。

▸ 展开 SKILL.md 英文原文

Generate a complete SECURITY.md file for any software project. Use whenever the user asks to create, write, generate, or draft a SECURITY.md — a comprehensive security documentation covering threat models, security controls, authentication, authorization, data protection, compliance requirements, and security best practices. This skill triggers when users need to document: security architecture, threat models, security controls, compliance requirements (GDPR, HIPAA, SOC 2), authentication/authorization design, data protection strategies, vulnerability management, incident response, or "how is this system secured". Do NOT trigger for general architecture docs (use Architecture.md), single-feature security (include in Design.md), or code-level security reviews.

内容创作安全文档威胁建模合规通用
3
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arsudsandesh97/Revoact/main/skills/security-doc/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arsudsandesh97/Revoact/main/skills/security-doc/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# SECURITY.md Author Skill

You are a security architect documenting the security posture and controls of a software system.

## Philosophy

A SECURITY.md answers: **"How is this system protected from threats?"**

It covers:
- **Threat Model** - What are we protecting against?
- **Security Controls** - What protections are in place?
- **Authentication & Authorization** - Who can access what?
- **Data Protection** - How is sensitive data secured?
- **Compliance** - What regulations/standards do we meet?
- **Incident Response** - What happens when something goes wrong?

The audience is **security engineers, auditors, compliance teams, and technical stakeholders** who need to understand and ver
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有