Threat Model

Run a structured threat-modeling pass at the design stage — before code — to find security risks in an architecture or feature. Uses STRIDE (Spoofing, Tampering, Repudiation, Information disclosure, Denial of service, Elevation of privilege) to systematically ask "how could this be attacked?". Use this skill whenever the user is designing a system, planning a new feature, drawing an architecture, defining APIs, or asks "what could go wrong security-wise?" — especially before implementation begins. Defensive only: it identifies risks and mitigations, it does not plan attacks.

AL-JANEF 67c68a3 4 files · 10.3 KB Updated

File contents

AL-JANEF/janefskills/tree/main/threat-model commit 67c68a3c04

Frequently asked questions

npx skillmds@latest add al-janef/threat-model