speckit-security-review-tasks

Review Spec-Kit task lists for security gaps, sequencing problems, and missing dependencies.

2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/NUMU-IO/NUMU-api --skill speckit-security-review-tasks-numu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-security-review-tasks
Source: https://github.com/NUMU-IO/NUMU-api/tree/main/.agents/skills/speckit-security-review-tasks
Command: npx skills add https://github.com/NUMU-IO/NUMU-api --skill speckit-security-review-tasks-numu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams review Spec-Kit task plans before implementation so security issues, missing dependencies, and unsafe sequencing are caught early instead of becoming costly rework.

Core Features & Use Cases

  • Security Coverage Review: Checks whether authentication, authorization, validation, logging, secrets handling, and hardening tasks are explicitly included.
  • Sequencing and Dependency Analysis: Verifies that risky work is ordered safely, with secure foundations and tests placed before implementation that depends on them.
  • Plan-to-Task Consistency: Compares task lists against planning artifacts, memory notes, and architecture context to confirm the implementation plan preserves intent.
  • Use Case: A team preparing to start a new feature asks for a review of its task list to identify missing abuse-case tests, weak ordering, and late-stage security work.

Quick Start

Review the active Spec-Kit task list and report any security, sequencing, or dependency issues before implementation begins.

Frequently Asked Questions about speckit-security-review-tasks

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

FAQPage Schema
How do I review a task list for security gaps before implementation begins?

Security review of Spec-Kit task lists involves checking for explicit authentication, authorization, validation, logging, secrets handling, and hardening tasks. It also verifies safe task sequencing and missing implementation dependencies before work begins.

What is task sequencing analysis in software implementation planning?

Task sequencing analysis in implementation planning verifies that risky work is ordered safely, ensuring secure foundations and tests are placed before dependent implementation begins. It prevents unsafe sequencing from causing costly rework during development.

How do I ensure my specs and planning artifacts include abuse-case tests?

To ensure specs include abuse-case tests, planning artifacts and task lists are compared against architecture context to confirm the implementation plan preserves intent. This consistency check identifies missing negative tests and late-stage security work early.

Does this security review work with repository memory context and research notes?

Yes, this security review works with repository memory context, research notes, specs, and contracts. It compares task lists against these planning artifacts to confirm the implementation plan preserves architectural intent and includes necessary hardening steps.

When do I need to check implementation dependencies for unsafe ordering?

You need to check implementation dependencies for unsafe ordering before work begins, especially when risky tasks are involved. This ensures secure foundations and tests are placed prior to dependent implementation to prevent costly rework.