Agent Skills
› davepoon/buildwithclaude
› gsd:secure-phase
gsd:secure-phase
GitHub用于回顾性验证已完成阶段的安全威胁缓解措施。根据是否存在 SECURITY.md 或 PLAN.md,执行审计并输出更新后的安全文档,确保开发流程中的安全措施得到落实。
Trigger Scenarios
需要审计已完成阶段的安全缓解措施
生成或更新项目的 SECURITY.md 文件
Install
npx skills add davepoon/buildwithclaude --skill gsd:secure-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd:secure-phase",
"description": "Retroactively verify threat mitigations for a completed phase",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"Task",
"AskUserQuestion"
],
"argument-hint": "[phase number]"
}
Output: updated SECURITY.md.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/secure-phase.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:14


