risk-rank

Calculates risk scores from likelihood and impact for threats or findings.

6|Updated May 30, 2026
One-click install
npx skills add https://github.com/jassics/awesome-claude-security --skill risk-rank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: risk-rank
Source: https://github.com/jassics/awesome-claude-security/tree/main/plugins/threat-modeling/skills/risk-rank
Command: npx skills add https://github.com/jassics/awesome-claude-security --skill risk-rank

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps prioritize threats and findings by calculating risk based on likelihood and impact, guiding remediation efforts.

Core Features & Use Cases

  • Risk Calculation: Scores threats or findings on likelihood and impact to determine overall risk.
  • Mitigation Mapping: Assigns mitigations to each threat or finding to reduce likelihood or impact.
  • Prioritization: Orders items by risk and suggests a remediation order.
  • Use Case: After STRIDE/PASTA enumeration, this Skill can prioritize the remediation of security vulnerabilities based on their risk.

Quick Start

/risk-rank: calculate-risk threat-list.txt

Frequently Asked Questions about risk-rank

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

FAQPage Schema
How do I prioritize security vulnerabilities by risk after a STRIDE analysis?

To prioritize security vulnerabilities by risk, you can calculate a score for each finding based on its likelihood and impact. This process orders threats and maps mitigations to guide remediation efforts effectively.

What is the best way to calculate risk scores for a list of security findings?

Calculating risk scores for security findings involves evaluating both the likelihood of exploitation and the potential impact. This assigns a numerical value to each threat to determine an overall risk ranking.

How does risk assessment mapping work for vulnerability management mitigations?

Risk assessment mapping for vulnerability management assigns specific mitigations to each identified threat or finding. This reduces the likelihood or impact of vulnerabilities and provides a prioritized list for remediation.

Can I use this risk prioritization approach for PASTA threat modeling workflows?

Yes, this risk prioritization approach is suitable for PASTA threat modeling workflows. It calculates risk scores for enumerated threats and suggests a remediation order based on likelihood and impact.

Do I need a specific file format to input threats for risk calculation?

You can input threats for risk calculation using a standard text file containing your threat list. The skill processes this input to evaluate likelihood and impact, assigning risk scores to each item.

What limitations exist when scoring threats based on likelihood and impact?

Scoring threats based on likelihood and impact relies on the accuracy of your initial threat enumeration, such as STRIDE or PASTA. The prioritization is only as effective as the data provided in the threat list.