pdlc-security
Stars10
Forks2
UpdatedMay 7, 2026 at 16:14
安全审计
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
SKILL.md
readonlyMenu
安全审计
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
全自动 PDLC 新功能开发(串联 PRD→设计→TDD→实现→评审→发布)
全自动 Bug 修复(定位→复现→修复→测试→文档)
按设计文档和已有测试用例实现代码(带前置守卫、自检、handoff)
创建 PRD 文档(自动化生成 + 自检 + handoff)
质量闸门——跑真实 check、对照质量目标、出可核对报告,由人签字放行
代码评审 + 文档评审
| name | pdlc-security |
| description | 安全审计 |
| argument-hint | <模块 | 服务名> |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| layer | 3 |
| stage | quality |
| produces | ["docs/04_testing/security/<feature-id>-audit.md"] |
| requires | [] |
| next_step | null |
| terminal_state | null |
对指定服务或应用进行安全审计,检查常见安全漏洞。
OWASP Top 10 检查
认证与授权
数据安全
依赖安全
⚠️ 必须创建文件,不可仅在对话中输出。
【必须创建文件】 在 docs/07_reviews/code/ 下创建安全审计报告:
YYYYMMDD-<服务名>-security-audit.md<!-- PDLC-TRACE -->
<!-- 功能名称: <服务名> -->
<!-- 阶段: 安全审计 -->
<!-- 创建时间: <ISO 8601> -->
docs/07_reviews/code/ 目录审计目标: $ARGUMENTS
本命令的 handoff 输出:
✅ 安全审计报告 完成
📦 产出:docs/04_testing/security/<feature-id>-audit.md
👉 下一步:(本次流程结束,无后续)