Agent Skills
› davepoon/buildwithclaude
› gsd:secure-phase
gsd:secure-phase
GitHub用于验证已完成阶段的安全威胁缓解措施。根据是否存在SECURITY.md或PLAN.md,执行审计、基于工件运行或提供指导,最终输出更新后的SECURITY.md文件。
触发场景
需要回顾性验证已完成阶段的安全缓解措施
生成或更新项目的SECURITY.md安全文档
安装
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>
版本历史
- 502fc01 当前 2026-07-05 15:14


