performing-asset-criticality-scoring-for-vulns

Score asset criticality with a weighted multi-factor model to adjust vulnerability remediation SLAs.

1|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Yenn503/Net-Runners --skill performing-asset-criticality-scoring-for-vulns-yenn503
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: performing-asset-criticality-scoring-for-vulns
Source: https://github.com/Yenn503/Net-Runners/tree/main/.netrunner/skills/reporting/performing-asset-criticality-scoring-for-vulns
Command: npx skills add https://github.com/Yenn503/Net-Runners --skill performing-asset-criticality-scoring-for-vulns-yenn503

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Vulnerability teams often treat a CVSS 9.0 flaw on a test server the same as one on a payment database because they lack business context. This Skill builds a multi-factor asset criticality scoring model so remediation priority reflects actual organizational risk. ## Core Features & Use Cases - Weighted Scoring Model: Combines business function impact, data sensitivity, regulatory scope, network exposure, recoverability, and user population into a 1-5 criticality score. - Tier-Based SLA Adjustment: Maps scores to five tiers (Crown Jewels through Minimal) that shrink or extend remediation SLAs by up to 50%. - Vulnerability Enrichment: Python examples show how to join criticality tiers with vulnerability data to compute adjusted SLA deadlines per finding. - Use Case: A security analyst imports CMDB asset data, scores each asset, and automatically reprioritizes the vulnerability backlog so crown-jewel systems get patched first. ## Quick Start Ask the AI to build an asset criticality scoring model using business impact, data sensitivity, and network exposure factors, then apply the resulting tiers to adjust vulnerability remediation SLAs.

Frequently Asked Questions about performing-asset-criticality-scoring-for-vulns

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

FAQPage Schema
How do I prioritize vulnerabilities based on asset criticality?▼

Score each asset with a weighted model covering business function, data sensitivity, regulatory scope, network exposure, recoverability, and user population. Map scores to tiers, then adjust each vulnerability's base SLA by the tier's modifier so critical assets get faster remediation.

What factors should an asset criticality scoring model include?▼

This model uses six weighted factors: business function impact (25%), data sensitivity (25%), regulatory scope (15%), network exposure (15%), recoverability (10%), and user population (10%). Each is scored 1-5 and combined into a weighted total.

How do criticality tiers change vulnerability remediation SLAs?▼

Tier 1 Crown Jewels assets cut the base SLA by 50%, Tier 2 by 25%, Tier 3 keeps baseline, and Tiers 4-5 extend SLAs by 25-50%. The adjusted SLA is computed as base days multiplied by one plus the tier modifier, with a one-day minimum.

What inputs are needed before scoring asset criticality?▼

You need a CMDB or asset inventory, Business Impact Analysis data, a data classification policy, network architecture documentation, and input from business unit owners. Without business stakeholder input, scores reflect only technical context.

What are common mistakes in asset criticality scoring?▼

Common pitfalls include classifying everything as critical, never updating scores when systems change roles, using only technical factors without business context, and applying uniform SLAs. Start with a simple three-tier model and validate scores against real incident impact data.