speckit-security-review-plan

Review Spec-Kit plan artifacts for security weaknesses and ambiguities.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-security-review-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-security-review-plan
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-security-review-plan
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-security-review-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents insecure or ambiguous Spec-Kit plan artifacts from slipping into implementation by reviewing planning documents for security weaknesses early.

Core Features & Use Cases

  • Plan-focused security review: Evaluates security requirements, trust boundaries, threat assumptions, and data-handling decisions expressed in planning/design documents.
  • Optimizer-aware memory context: Uses Spec-Kit memory hub synthesis when optimizer mode is enabled, otherwise explicitly reads required memory and artifact files.
  • Implementation-readiness checks: Verifies that the plan can be implemented securely without later introducing unclear or conflicting security decisions.

Quick Start

Use the skill to review the active Spec-Kit feature’s plan artifacts for authentication, authorization, data leakage, and error-handling risks before any code is written.

Frequently Asked Questions about speckit-security-review-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a security plan for threat modeling and data leakage risks before coding?

To review a security plan for data leakage and threat modeling risks, evaluate the planning documents for trust boundaries, authentication assumptions, and data-handling decisions to identify ambiguities before implementation begins. This structured security review verifies implementation readiness and produces an actionable risk assessment.

What is a security review for secure design and why is it needed before implementation?

A security review for secure design is a pre-implementation evaluation of plan artifacts to catch insecure decisions and missing authorization requirements. It is needed to prevent ambiguous or insecure planning documents from slipping into code, ensuring that threat boundaries and data-handling rules are explicitly defined.

Can I use Spec-Kit memory hub synthesis for security planning without explicit markdown files?

Yes, you can use Spec-Kit memory hub synthesis for security planning when optimizer mode is enabled. If the optimizer is disabled, the security review explicitly reads required markdown artifact files directly to gather context for threat modeling and authentication checks.

What's the best way to verify authentication and authorization requirements in a feature plan?

The best way to verify authentication and authorization requirements is to review the active feature's plan artifacts for explicit trust boundaries and security expectations. This process documents threat assumptions and produces a structured report highlighting insecure decisions and actionable gaps.

Does this security review work with optimizer-aware context gathering?

Yes, the security review works with optimizer-aware context gathering by leveraging Spec-Kit memory hub synthesis. When optimizer mode is not active, it falls back to explicitly reading required memory and markdown artifact files to assess data leakage and error-handling risks.