slaalerts-SKILL.md

Detect SLA breaches for vulnerability remediation using CVSS-based deadlines.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/DCx7C5/ai-marketplace --skill slaalerts-skill-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slaalerts-SKILL.md
Source: https://github.com/DCx7C5/ai-marketplace/tree/main/skills/vulnerabilities/management/slaalerts
Command: npx skills add https://github.com/DCx7C5/ai-marketplace --skill slaalerts-skill-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates vulnerability remediation SLA breach alerts, escalation workflows, and compliance reporting to ensure timely remediation and reduce risk across security operations.

Core Features & Use Cases

  • Automated SLA breach detection: compute remediation deadlines from discovery dates and CVSS-based tiers, categorize findings as within SLA, approaching breach, or breached, and track overdue cases.
  • Multi-channel alerts & escalation: notify owners and security teams via Slack/Teams, email, and PagerDuty; escalate through predefined lines of management when breaches occur.
  • Compliance-focused reporting: generate monthly and on-demand reports that summarize SLA adherence by severity, overdue trends, and remediation velocity to support governance reviews.

Quick Start

Configure the SLA breach agent to monitor vulnerability data feeds and start generating alerts for approaching breaches and actual breaches.

Frequently Asked Questions about slaalerts-SKILL.md

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

FAQPage Schema
How do I automate vulnerability SLA breach detection based on CVSS scores?

Vulnerability SLA breach detection is automated by calculating remediation deadlines from discovery dates and CVSS-based severity tiers, then categorizing findings as within SLA, approaching breach, or breached using Python scripts and a local SQLite database.

Can I send vulnerability remediation alerts to Slack, email, and PagerDuty simultaneously?

Yes, vulnerability remediation alerts can be sent to Slack, email, and PagerDuty simultaneously through predefined integration hooks, enabling multi-channel notifications and automated escalation paths to management when SLA breaches occur.

What's the best way to generate compliance reports for vulnerability SLA adherence?

The best way to generate compliance reports for vulnerability SLA adherence is using automated reporting that summarizes overdue trends, remediation velocity, and SLA adherence by severity to support governance reviews and security audits.

Does this vulnerability SLA alerting tool require external dependencies or databases?

This vulnerability SLA alerting tool requires the Python requests and yaml libraries, and it uses a local SQLite database to track vulnerability findings, meaning no external database server is needed for deployment.

Why do I need escalation paths for vulnerability SLA breaches?

Escalation paths for vulnerability SLA breaches are needed to ensure overdue remediations are routed through predefined lines of management, enforcing accountability and reducing security risk when owners miss CVSS-tier remediation deadlines.

How do I configure JIRA integration for vulnerability SLA tracking?

JIRA integration for vulnerability SLA tracking is configured through integration hooks in the Python-based scripts, allowing you to link vulnerability findings and SLA breach alerts to JIRA tickets for remediation workflow management.