building-vulnerability-aging-and-sla-tracking

building-vulnerability-aging-and-sla-tracking is a skill for Claude Code from 26zl/cybersec-toolkit. It costs 31 tokens per session (2,618 once invoked), scanned A, original, MIT.

A dashboard and process for measuring how long vulnerabilities remain unresolved and whether they are fixed within service-level agreements, or SLAs.

In plain words
What is it for?
It helps define severity-based deadlines, build aging dashboards, automate escalations, and produce compliance metrics.
Why use it?
It shows overdue vulnerabilities and remediation performance, helping teams assign responsibility and meet security deadlines.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the cybersec-toolkit plugin — 197 skills, 2 hooks, 1 MCP server shipped together

Good fit It helps define severity-based deadlines, build aging dashboards, automate escalations, and produce compliance metrics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 26zl/cybersec-toolkit --skill building-vulnerability-aging-and-sla-tracking
Clone the repo
git clone --depth 1 https://github.com/26zl/cybersec-toolkit

Made for: Claude Code.

Or install cybersec-toolkit, the plugin that ships this one along with the rest of its 197 skills, 2 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for building-vulnerability-aging-and-sla-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking/github.svg)](https://agentmods.dev/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking)
Your own site
<a href="https://agentmods.dev/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking"><img src="https://agentmods.dev/badge/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for building-vulnerability-aging-and-sla-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking"><img src="https://agentmods.dev/badge/skills/26zl/cybersec-toolkit/building-vulnerability-aging-and-sla-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.02618
Opus 5 $0.00015 $0.01309
Sonnet 5 $0.00006 $0.00524
Haiku 4.5 $0.00003 $0.00262

Measured 9d ago against content hash 5682910bf893, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

building-vulnerability-aging-and-sla-tracking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/agent.py, scripts/process.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.claude/skills/building-vulnerability-aging-and-sla-tracking/SKILL.md · 293 lines

How it starts

The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Building Vulnerability Aging and SLA Tracking

Overview

With over 30,000 new vulnerabilities identified in 2024 (a 17% increase from the prior year), organizations must track how long vulnerabilities remain unpatched and whether remediation occurs within defined Service Level Agreements (SLAs). Vulnerability aging measures the time between discovery and remediation, while SLA tracking enforces severity-based deadlines. Industry benchmarks indicate standard SLAs of 14 days for critical, 30 days for high, 60 days for medium, and 90 days for low vulnerabilities, though more aggressive timelines (24-48 hours for actively exploited critical CVEs) are increasingly common. This skill covers designing SLA policies, building aging dashboards, implementing automated escalations, and generating compliance metrics.

When to Use

  • When deploying or configuring building vulnerability aging and sla tracking capabilities in your environment
  • When establishing security controls aligned to compliance requirements
  • When building or improving security architecture for this domain
  • When conducting security assessments that require this implementation

Prerequisites

  • Vulnerability management platform with historical scan data
  • Asset inventory with criticality ratings
  • ITSM/ticketing system for remediation tracking
  • Reporting platform (Splunk, Elastic, Power BI, Grafana)
  • Stakeholder agreement on SLA timelines and escalation procedures

Core Concepts

Standard Vulnerability SLA Framework

Severity CVSS Range Standard SLA Aggressive SLA CISA KEV SLA
Critical 9.0-10.0 14 days 48 hours BOD 22-01 due date
High 7.0-8.9 30 days 7 days 14 days
Medium 4.0-6.9 60 days 30 days N/A
Low 0.1-3.9 90 days 60 days N/A
Informational 0.0 Best effort Best effort N/A

Adaptive SLA Modifiers

Factor Modifier Rationale
Internet-facing asset -50% SLA Higher exposure risk
CISA KEV listed Override to 48h Active exploitation confirmed
EPSS > 0.7 -50% SLA High exploitation probability
Tier 1 (crown jewel) asset -25% SLA Maximum business impact
Compensating control in place +25% SLA Risk partially mitigated
Vendor patch unavailable Exception with review date Cannot remediate yet

Read the full file on GitHub · 293 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 293 lines · 31 tokens per session scan A 5682910bf893

Subscribe to this mod's changes

building-vulnerability-aging-and-sla-tracking is a skill published in the GitHub repository 26zl/cybersec-toolkit (54 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 2,618 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

building-vulnerability-aging-and-sla-tracking

Implement a vulnerability aging dashboard and SLA tracking system that measures time-to-remediation against severity-based deadlines (e.g. 14 days critical, 30 days high, 60 days medium, 90 days low), with automated escalations and compliance metrics reporting. Use when designing SLA policies, building…

Youngmaidainon/Agent-Level-Up · 81 tokens

building-vulnerability-aging-and-sla-tracking

Implement a vulnerability aging dashboard and SLA tracking system to measure remediation performance against severity-based timelines and drive accountability.

autohandai/community-skills · 31 tokens

building-vulnerability-aging-and-sla-tracking

Implement a vulnerability aging dashboard and SLA tracking system to measure remediation performance against severity-based timelines and drive accountability.

RobotFlow-Labs/skills-repo · 31 tokens

implementing-iso-27001-information-security-management

ISO/IEC 27001:2022 is the international standard for establishing, implementing, maintaining, and continually improving an Information Security Management System (ISMS). This skill covers the complete.

xalgorix/xalgorix · 48 tokens

performing-nist-csf-maturity-assessment

The NIST Cybersecurity Framework (CSF) 2.0, released in February 2024, provides a comprehensive taxonomy for managing cybersecurity risk through six core Functions - Govern, Identify, Protect, Detect, Respond, and Recover. This skill covers conducting a maturity assessment against the CSF using Implementation Tiers to…

xalgorix/xalgorix · 85 tokens

implementing-data-loss-prevention-with-microsoft-purview

Implements data loss prevention policies using Microsoft Purview to protect sensitive information across Exchange Online, SharePoint, OneDrive, Teams, endpoint devices, and Power BI. The analyst configures sensitivity labels with encryption and content marking, creates DLP policies using built-in and custom sensitive…

xalgorix/xalgorix · 148 tokens