vulnerability-create

Generate structured remediation tasks from security vulnerability findings with severity classification.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/claude-task-development-framework --skill vulnerability-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-create
Source: https://github.com/dnviti/claude-task-development-framework/tree/main/skills/vulnerability-create
Command: npx skills add https://github.com/dnviti/claude-task-development-framework --skill vulnerability-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of actionable tasks from identified security vulnerabilities, ensuring critical issues are addressed promptly.

Core Features & Use Cases

  • Automated Task Generation: Converts security findings into structured tasks with severity classification and remediation steps.
  • Severity Filtering: Allows users to create tasks based on specific severity levels (CRITICAL, HIGH, MEDIUM, LOW) or all findings.
  • Use Case: After running a security scan, use this skill to automatically generate tasks for all 'CRITICAL' and 'HIGH' severity vulnerabilities found, prioritizing immediate fixes.

Quick Start

Use the vulnerability-create skill to create tasks for all CRITICAL severity findings.

Frequently Asked Questions about vulnerability-create

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

FAQPage Schema
How do I create actionable tasks from security vulnerability findings?

Security vulnerability task generation works by taking identified vulnerabilities and converting them into structured tasks. It includes severity classification and remediation guidance to ensure issues are tracked and resolved.

Can I filter security tasks by severity level like CRITICAL or HIGH?

Yes, you can filter security task creation by specific severity levels such as CRITICAL, HIGH, MEDIUM, or LOW. This allows you to prioritize remediation efforts and generate tasks only for the most urgent vulnerabilities.

How do I generate remediation steps for specific finding IDs?

You can generate remediation steps for specific finding IDs by using the filtering capability to target individual findings. This allows you to create structured tasks with detailed remediation guidance tailored to each identified vulnerability.

Does this vulnerability task creation process integrate with task management systems?

Yes, the vulnerability task creation process integrates with task management systems. This ensures that security issues generated from vulnerability findings are properly tracked and resolved within your existing workflows.

Do I need Python3 to automate security task generation?

Yes, you need Python3 installed to automate security task generation from vulnerability findings. The skill relies on Python3 scripts to process findings, classify severity, and generate structured remediation tasks.