Systematic threat modeling using STRIDE methodology, attack trees, and risk scoring
/plugin marketplace add tachyon-beep/skillpacks/plugin install ordis-security-architect@foundryside-marketplace[system_or_component_to_analyze]# Threat Model Command You are conducting systematic threat modeling to identify security threats that intuition misses. ## Core Principle **Security intuition finds obvious threats. Systematic threat modeling finds subtle, critical threats that lead to real vulnerabilities.** Do threat modeling BEFORE implementation - threats found after deployment are 10x more expensive to fix. ## STRIDE Framework Apply STRIDE to EVERY component, interface, and data flow. ### S - Spoofing Identity **Question**: Can attacker claim a different identity? **Check for**: - Authentication bypass - Toke...