security-review

Run STRIDE-based threat modeling and generate a prioritized security findings report.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill security-review-qdzsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/security-review
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill security-review-qdzsh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Threat-model-driven security review of a change, feature, or subsystem. Runs a STRIDE-style pass (Spoofing, Tampering, Repudiation, Info disclosure, Denial of service, Elevation of privilege), examines the actual code, and produces a filing-ready report with severity, exploit scenario, and concrete remediation. Use when asked to "security review", "threat model", "check for vulnerabilities", "audit this for security", "secure this", or before shipping any change that touches auth, input handling, data access, or external surfaces.

Core Features & Use Cases

  • STRIDE-based threat modeling across code changes.
  • Read-only audit producing actionable findings with location, scenario, severity, and remediation.
  • Generates a filing-ready report suitable for stakeholders and auditors.

Quick Start

Invoke the security-review skill on a change that touches authentication, input handling, or external surfaces to generate a threat model report.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I run a threat model on code changes touching authentication?

Perform a STRIDE-based security review to surface concrete findings from the code. The audit examines the actual implementation across authentication, session handling, and input validation, delivering a prioritized list with exploit scenario, severity, and remediation.

What is STRIDE-based threat modeling for security audits?

STRIDE-based threat modeling is a structured review analyzing Spoofing, Tampering, Repudiation, Info disclosure, Denial of service, and Elevation of privilege. It examines code changes to produce a filing-ready report of concrete security findings.

Can I use this security review for changes touching external surfaces and data access?

Yes, the security review applies to changes touching external surfaces and data access. The read-only audit examines the actual code and produces a prioritized list of findings with location, exploit scenario, severity, and concrete remediation.

Does the security audit modify my codebase during vulnerability assessment?

No, the vulnerability assessment operates as a read-only audit. It examines the codebase without applying changes, delivering a filing-ready report suitable for stakeholders and auditors with concrete remediation steps.

What's the best way to check for vulnerabilities before shipping a feature?

Run a STRIDE-based threat modeling pass to check for vulnerabilities before shipping. It examines the actual code changes and generates a filing-ready report with prioritized findings, exploit scenarios, severity, and concrete remediation.