بنقرة واحدة
speckit-security-review-export
Export security review findings as a formal Executive and Technical Pentest Report.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Export security review findings as a formal Executive and Technical Pentest Report.
التثبيت باستخدام 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-export |
| description | Export security review findings as a formal Executive and Technical Pentest Report. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"security-review:commands/security-review-export.md"} |
$ARGUMENTS
Synthesize one or more security review reports, follow-up plans, or finding lists into a formal, professional Whitebox Security Assessment Report. This report is designed for both stakeholders (Executive) and developers (Technical).
Read and analyze the following artifacts when present:
$ARGUMENTS..specify/memory/security_constitution.md and docs/memory/.plan.md, tasks.md, and relevant spec.md files.When .specify/extensions/memory-md/config.yml has optimizer.enabled: true and the CLI is available:
/speckit.memory-md.prepare-context --feature specs/<feature> --query "security decisions architecture constraints remediation".Produce a structured Markdown report with the following mandatory sections. Use a professional, authoritative, and objective tone.
[1 paragraph summary of what was tested, when, and by whom (AI Security Auditor). Explicitly mention this was a Whitebox assessment with full source and memory hub access.]
Overall Risk Rating: [CRITICAL|HIGH|MODERATE|LOW]
| Severity | Count | Primary Categories |
|---|---|---|
| Critical | X | [e.g. A05:Injection] |
| High | X | [e.g. A07:Authentication] |
| Medium | X | [e.g. A02:Misconfiguration] |
| Low | X | [e.g. A09:Logging] |
[2-3 paragraphs summarizing the most critical risks in business terms. What is the impact on data privacy, customer trust, or system availability? Highlight systemic patterns identified.]
[High-level summary of the implementation priorities. Which fixes should be fast-tracked? What long-term architectural changes are needed?]
This was a Whitebox Security Assessment. Unlike a blackbox pentest, the auditor had full access to:
The assessment evaluated the codebase against OWASP Top 10 (2025), CWE/SANS Top 25, and project-specific security standards.
[For each finding, provide the following detail:]
Severity: [CRITICAL|HIGH|MODERATE|LOW] OWASP Category: AXX:2025-Category CWE: CWE-XXX CVSS v3.1: X.X
[Concise technical description of the vulnerability and why it exists.]
File: path/to/file.ext:line
[Snippet of vulnerable code]
[Step-by-step technical walk-through of how an attacker would exploit this in the context of the application.]
[Technical impact: e.g. Unauthorized access to PII, arbitrary code execution, etc.]
[Specific, actionable steps to resolve the finding.]
Proposed Fix:
[Snippet of secure implementation]
[Identify risks that aren't single-line bugs but rather systemic failures or deviations from the Security Constitution / Memory Hub intent.]
plan.md style./speckit.memory-md.capture after the export.