speckit-security-review-staged

Reviews git staged code changes for security vulnerabilities and generates prioritized ODAWP action plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you audit only the changes that are staged for commit so you can catch security flaws before they ship.

Core Features & Use Cases

  • Scoped Review: Focuses on the staged diff or current uncommitted scope instead of the whole repository.
  • Security Coverage: Checks for injection, secrets, authorization gaps, cryptographic issues, misconfiguration, and supply-chain risks.
  • Actionable Reporting: Produces severity-ranked findings with locations, OWASP mapping, remediation guidance, and a prioritized action plan.

Quick Start

Ask the Skill to review the staged security changes in the repository and return only actionable findings with remediation steps.

Frequently Asked Questions about speckit-security-review-staged

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

FAQPage Schema
How do I check staged git changes for security vulnerabilities before committing?

Review staged git changes for security vulnerabilities by analyzing the git diff --cached output to detect injection, secrets, and access control issues, producing severity-ranked findings with OWASP mapping and remediation steps.

What security issues can be found in uncommitted working-tree diffs?

Uncommitted working-tree diffs are audited for injection, secrets, authorization gaps, cryptographic issues, misconfiguration, and supply-chain risks, generating actionable findings mapped to OWASP categories with prioritized remediation plans.

How do I get an OWASP mapped security report for my staged code?

Generate an OWASP mapped security report for staged code by running a changed-files detection script and inspecting the staged diff, which yields severity-ranked findings with locations and remediation guidance.

Can I audit only the staged diff scope instead of the whole repository for security flaws?

Yes, you can audit only the staged diff or current uncommitted scope instead of the whole repository, targeting security checks specifically across authentication, injection, secrets, and access control scenarios.

Does this security review work with spec-kit repositories and uncommitted changes?

Yes, this security review works with spec-kit repositories by executing a changed-files detection script to inspect git index changes and uncommitted working-tree diffs for targeted vulnerability analysis.

What is the best way to prioritize security remediation for staged git changes?

Prioritize security remediation for staged git changes by reviewing the severity-ranked findings report, which provides locations, OWASP category mapping, and a prioritized action plan for detected vulnerabilities.