security-review

Automate STRIDE security reviews of code changes across PRs and audits.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/IEatCodeDaily/cli-dotfiles --skill security-review-ieatcodedaily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/IEatCodeDaily/cli-dotfiles/tree/main/configs/claude-code/skills/security-review
Command: npx skills add https://github.com/IEatCodeDaily/cli-dotfiles --skill security-review-ieatcodedaily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform structured security reviews of code changes using STRIDE threat modeling, helping to identify potential vulnerabilities early and accelerate secure delivery.

Core Features & Use Cases

  • STRIDE-based threat modeling across PRs, weekly scans, and full repository audits.
  • Threat model auto-generation for repositories missing a model; creates or updates .factory/threat-model.md.
  • Structured findings output with validated findings suitable for reporting and remediation planning.
  • Guided remediation support with actionable recommendations aligned to identified threats.

Quick Start

Prepare a Git repository with code to review. If a threat model is missing, let the tool auto-generate it. Then run a security review in your preferred mode (pr, weekly, or full) to produce validated findings.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate STRIDE threat modeling for pull request security reviews?

You can automate STRIDE threat modeling for pull requests by running structured security reviews that analyze code changes. The review checks for a threat model file and auto-generates one if missing, then outputs validated findings for remediation.

What is STRIDE-based security review and how does it identify vulnerabilities?

STRIDE-based security review is a structured threat modeling approach that categorizes potential vulnerabilities in code changes. It systematically analyzes code across PRs, scheduled scans, or full audits to produce standardized findings for remediation planning.

Do I need a threat model file to run a security review on my repository?

You do not need an existing threat model file to run a security review. If the .factory/threat-model.md file is missing, the security review process will automatically generate or update it before applying STRIDE threat modeling.

Can I run a full repository security audit instead of just reviewing individual PRs?

You can run a full repository security audit using the full mode. This performs a comprehensive STRIDE-based threat modeling scan across your entire codebase, generating structured findings suitable for reporting and remediation.

What is the best way to integrate structured vulnerability findings into my development workflow?

The best way to integrate structured vulnerability findings is by scheduling weekly scans or automating PR reviews. This applies STRIDE threat modeling continuously, outputting standardized findings that align with actionable remediation recommendations.

What limitations should I expect when auto-generating a threat model for security reviews?

When auto-generating a threat model for security reviews, the limitation is that the auto-generated .factory/threat-model.md file serves as a baseline. You should review and refine it to ensure the STRIDE analysis accurately reflects your specific application architecture and threat landscape.