From security-scanning
Applies STRIDE methodology to systematically identify security threats. Use for threat modeling, security analysis, and documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-scanning:stride-analysis-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematic threat identification using the STRIDE methodology.
Systematic threat identification using the STRIDE methodology.
S - Spoofing → Authentication threats
T - Tampering → Integrity threats
R - Repudiation → Non-repudiation threats
I - Information → Confidentiality threats
Disclosure
D - Denial of → Availability threats
Service
E - Elevation of → Authorization threats
Privilege
| Category | Question | Control Family |
|---|---|---|
| Spoofing | Can attacker pretend to be someone else? | Authentication |
| Tampering | Can attacker modify data in transit/rest? | Integrity |
| Repudiation | Can attacker deny actions? | Logging/Audit |
| Info Disclosure | Can attacker access unauthorized data? | Encryption |
| DoS | Can attacker disrupt availability? | Rate limiting |
| Elevation | Can attacker gain higher privileges? | Authorization |
Full template library lives in references/details.md. Read that file when you need concrete templates for this skill.
npx claudepluginhub wshobson/agents --plugin security-scanningApply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
Systematically identify and document threats using the STRIDE framework (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege). Use when designing systems, reviewing architectures, conducting security design reviews, or updating threat models.
Applies STRIDE methodology to identify threats like spoofing, tampering, repudiation, info disclosure, DoS, and privilege elevation. Use for threat modeling, security reviews, and documentation.