Help us improve
Share bugs, ideas, or general feedback.
From randori
This skill should be used when classifying threats using STRIDE methodology, when the user mentions "STRIDE", "spoofing threats", "tampering threats", "repudiation", "information disclosure", "denial of service", "elevation of privilege", or needs to categorize security threats by type.
npx claudepluginhub allsmog/randori-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/randori:stride-classificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematic threat categorization using the STRIDE model (Microsoft). Each category maps to a specific security property violation.
Drafts personalized cold emails, warm intros, follow-ups, updates, and communications for investor outreach during fundraising to angels, VCs, accelerators.
Share bugs, ideas, or general feedback.
Systematic threat categorization using the STRIDE model (Microsoft). Each category maps to a specific security property violation.
Definition: Pretending to be something or someone other than yourself.
Code patterns:
MITRE ATT&CK: T1078 (Valid Accounts), T1110 (Brute Force), T1539 (Steal Web Session Cookie), T1557 (Adversary-in-the-Middle)
OWASP: A07 (Identification and Authentication Failures)
CWEs: CWE-287, CWE-798, CWE-384, CWE-306
Definition: Modifying data or code without authorization.
Code patterns:
MITRE ATT&CK: T1059 (Command Scripting), T1190 (Exploit Public-Facing Application), T1565 (Data Manipulation)
OWASP: A03 (Injection), A08 (Software and Data Integrity Failures)
CWEs: CWE-89, CWE-79, CWE-78, CWE-352, CWE-20
Definition: Claiming to have not performed an action.
Code patterns:
MITRE ATT&CK: T1070 (Indicator Removal on Host), T1036 (Masquerading)
OWASP: A09 (Security Logging and Monitoring Failures)
CWEs: CWE-778, CWE-223, CWE-779
Definition: Exposing information to unauthorized individuals.
Code patterns:
MITRE ATT&CK: T1552 (Unsecured Credentials), T1005 (Data from Local System), T1040 (Network Sniffing)
OWASP: A01 (Broken Access Control), A02 (Cryptographic Failures), A05 (Security Misconfiguration)
CWEs: CWE-200, CWE-209, CWE-532, CWE-311, CWE-639
Definition: Making a system or resource unavailable.
Code patterns:
MITRE ATT&CK: T1498 (Network Denial of Service), T1499 (Endpoint Denial of Service)
OWASP: Typically intersects with A05 (Security Misconfiguration)
CWEs: CWE-400, CWE-770, CWE-1333
Definition: Gaining access to resources or capabilities beyond authorization.
Code patterns:
MITRE ATT&CK: T1068 (Exploitation for Privilege Escalation), T1548 (Abuse Elevation Control Mechanism)
OWASP: A01 (Broken Access Control)
CWEs: CWE-269, CWE-285, CWE-639, CWE-915, CWE-22
When analyzing a DFD, apply STRIDE selectively based on element type:
| DFD Element | S | T | R | I | D | E |
|---|---|---|---|---|---|---|
| External Entity | X | |||||
| Process | X | X | X | X | X | X |
| Data Store | X | X | X | X | ||
| Data Flow | X | X | X |