원클릭으로
speckit-security-review-init
Initialize or update the Security Constitution for the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize or update the Security Constitution for the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prioritize official @wordpress packages over external dependencies. Detect React conflicts, use aliasing, and validate package usage.
Apply approved architecture refactors by updating plan and task artifacts directly.
Perform a framework-agnostic architecture review validating implementation against spec.md, plan.md, tasks.md, and the governance and architecture constitutions.
Perform an architecture-aware verification gate validating implementation against spec.md, plan.md, tasks.md, and the Architecture Constitution.
Run a single architecture workflow that prefers memory-first context and can incorporate security review when available.
Run implementation with memory context, then review the produced implementation against security and architecture constraints.
| name | speckit-security-review-init |
| description | Initialize or update the Security Constitution for the project. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"security-review:commands/init.md"} |
You are initializing or refining the Security Constitution for this project.
The Security Constitution is the "source of truth" for all security audits. It defines the trust boundaries, authentication standards, and data isolation rules that the AI auditor will enforce.
Check for the existence of:
.specify/memory/security_constitution.mdconstitution.md (root, .specify/memory/, or docs/memory/)security_constitution.md exists:The Security Constitution already exists. Would you like to:
- Refine existing trust boundaries
- Update authentication/authorization standards
- Add specific compliance requirements (SOC2, PCI, HIPAA, etc.)
- Audit current rules for gaps
constitution.md exists:.specify/memory/security_constitution.md.Start the Security Discovery Interview.
Ask the following questions in a conversational way (do not dump all at once).
Once enough context is gathered, generate the final document.
File Path: .specify/memory/security_constitution.md
Auth::user()" is better than "Be secure").After generating the file, remind the user:
"The Security Constitution is now live. You can now run /speckit.security-review.audit to verify your implementation against these rules."