stride

Analyze codebases across all STRIDE threat categories and generate security findings.

3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/0x1337c0d3/claude-security --skill stride-0x1337c0d3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stride
Source: https://github.com/0x1337c0d3/claude-security/tree/main/skills/sentinel/skills/stride
Command: npx skills add https://github.com/0x1337c0d3/claude-security --skill stride-0x1337c0d3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

STRIDE threat modeling helps identify and prioritize security risks across a codebase, guiding mitigations before deployment.

Core Features & Use Cases

  • Analyzes all STRIDE categories (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) in a project.
  • Provides a structured threat model, findings, and a report for architecture reviews and security hardening.
  • Use case: run a full STRIDE assessment on a new repository to surface critical risks and recommended mitigations.

Quick Start

Run /sentinel:stride to generate a comprehensive STRIDE threat model for the current codebase.

Frequently Asked Questions about stride

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

FAQPage Schema
How do I run a STRIDE threat model analysis on my codebase?

To run a STRIDE threat model, execute the analysis command on your project directory to surface security findings across all STRIDE categories. It scans the codebase and generates a structured report with critical risks and recommended mitigations.

What security risks does STRIDE threat modeling identify?

STRIDE threat modeling identifies Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege risks. It analyzes your codebase to provide a structured threat model and findings for architecture reviews and security hardening.

Can I limit the security analysis to specific STRIDE categories or change the depth?

Yes, you can limit analysis to specific STRIDE categories or vary depth using CLI options like --only and --depth. This allows tailoring the scope and intensity of the security findings to your specific review requirements.

Does this STRIDE assessment provide recommended fixes for identified vulnerabilities?

Yes, the STRIDE assessment provides recommended mitigations for identified vulnerabilities. You can use the --fix control option to tailor the results and include specific fix controls within the generated security report.

When should I perform a STRIDE threat assessment on a new repository?

You should perform a STRIDE threat assessment on a new repository before deployment to surface critical security risks. It guides mitigations early by evaluating all threat categories across the entire project scope.