pentest-validation

Validate security findings through graduated exploitation tiers before reporting.

2|2|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/summarybotng/summarybot-ng --skill pentest-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pentest-validation
Source: https://github.com/summarybotng/summarybot-ng/tree/main/.claude/skills/pentest-validation
Command: npx skills add https://github.com/summarybotng/summarybot-ng --skill pentest-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the validation of security findings by orchestrating a graduated exploitation pipeline, ensuring that only genuinely exploitable vulnerabilities are reported and eliminating false positives.

Core Features & Use Cases

  • Graduated Exploitation: Employs a multi-tiered approach (pattern matching, payload testing, full exploitation) to validate findings efficiently.
  • "No Exploit, No Report": Enforces a strict policy, only reporting vulnerabilities with demonstrable proof-of-concept.
  • Automated Validation: Integrates SAST, DAST, code review, and exploitation into a cohesive workflow.
  • Use Case: When a security scanner flags a potential SQL injection, this Skill will attempt to craft and execute a proof-of-concept exploit against a staging environment, confirming its validity before it's added to a report.

Quick Start

Use the pentest-validation skill to validate security findings against the staging URL 'https://staging.app.com'.

Frequently Asked Questions about pentest-validation

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

FAQPage Schema
How do I eliminate false positives from security vulnerability scanning?

To eliminate false positives in vulnerability scanning, you can validate security findings using a graduated exploitation pipeline. This approach requires demonstrable proof-of-concept execution before a vulnerability is officially reported.

What is graduated exploitation for security validation?

Graduated exploitation is a multi-tiered security validation method that progresses from pattern matching to payload testing and full exploitation. It confirms finding exploitability efficiently before generating a final security report.

How do I automate proof-of-concept exploit testing for staging environments?

You can automate proof-of-concept exploit testing against staging environments by orchestrating SAST, DAST, and code review workflows. This process automatically crafts and executes payloads to validate vulnerabilities like SQL injection.

Does automated security validation work with SAST and DAST findings?

Yes, automated security validation integrates SAST and DAST findings into a cohesive workflow. It analyzes scanner output and attempts to execute proof-of-concept exploits to verify flagged vulnerabilities before reporting.

Why enforce a no exploit no report policy for vulnerability management?

Enforcing a no exploit no report policy ensures vulnerability management only processes genuinely exploitable security findings. This strict validation requirement prevents development teams from wasting time on non-exploitable false positives.