generate-test-leads

Generate prioritized security testing leads with CVSSv4 scores from static analysis results.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/0x53c7/security-testing-rovodev-skills --skill generate-test-leads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-leads
Source: https://github.com/0x53c7/security-testing-rovodev-skills/tree/main/.rovodev/skills/generate-test-leads
Command: npx skills add https://github.com/0x53c7/security-testing-rovodev-skills --skill generate-test-leads

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cvss-scorer.

What problem does it solve?

Generate a prioritised set of security testing leads derived from static analysis and AI code review results to guide pentesters on where to focus and how to test.

Core Features & Use Cases

  • Converts Semgrep, secret scanner, endpoint inventory, AI security review, and SAST triage outputs into actionable test leads with context to reproduce tests.
  • Computes CVSSv4 scores via cvss-scorer and attaches calculator URL for each lead.
  • Supports publishing to Confluence via MCP tools and provides clear testing steps per lead.

Quick Start

Run this skill after completing Semgrep, secret-scanner, endpoint-enumerator, AI-review, and SAST-triage to generate a prioritised list of test leads.

Frequently Asked Questions about generate-test-leads

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

FAQPage Schema
How do I prioritize security testing leads from SAST and AI code review results?

You can prioritize security testing leads by running this skill after Semgrep, secret scanning, and AI security reviews to transform raw findings into actionable, ranked test steps. It computes CVSSv4 scores and attaches file context, CWE, and recommended tests to each lead.

What is the best way to convert Semgrep and endpoint enumeration outputs into actionable pentest targets?

Converting static analysis and endpoint enumeration outputs into actionable pentest targets is done by processing those results to generate prioritized leads. Each lead is annotated with source context, CWE, and clear testing steps to guide focused security testing.

Does this lead generation skill calculate CVSSv4 scores for security findings?

Yes, calculating CVSSv4 scores for security findings is supported via the cvss-scorer dependency. It attaches the calculator URL and score to each generated testing lead to help prioritize vulnerability validation.

Can I publish prioritized security test leads directly to Confluence?

Publishing prioritized security test leads directly to Confluence is supported using MCP tools. This allows teams to share annotated findings, testing steps, and vulnerability context directly within their documentation workspace.

Do I need to run SAST triage before generating security test leads?

Yes, you need to run SAST triage, Semgrep, secret scanning, and AI security reviews before generating security test leads. This skill processes those upstream outputs to compute prioritized targets and reproduceable testing steps.

What context is attached to security testing leads generated from static analysis?

Security testing leads generated from static analysis are annotated with the finding source, file context, CWE, CVSSv4 scores, and recommended tests. This provides pentesters with the necessary context to reproduce and validate vulnerabilities.