·pentest-validation
!

pentest-validation

Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability.

36Installs·3Trend·@proffesor-for-testing

Installation

$npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill pentest-validation

How to Install pentest-validation

Quickly install pentest-validation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill pentest-validation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: proffesor-for-testing/agentic-qe.

SKILL.md

View raw

| 1. Recon | qe-security-scanner | SAST, DAST, dependency scan, secrets | Internal parallel | | 2. Analysis | qe-security-reviewer + qe-security-auditor | Code review + compliance check | Both in parallel | | 3. Validation | qe-pentest-validator | Graduated exploit validation | Per-vuln-type parallel |

| 4. Report | qe-quality-gate | "No Exploit, No Report" filter | Sequential |

| Tier | Handler | Cost | Latency | Use When |

Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability. Source: proffesor-for-testing/agentic-qe.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill pentest-validation
Category
!Security
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from proffesor-for-testing/agentic-qe

Quick answers

What is pentest-validation?

Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability. Source: proffesor-for-testing/agentic-qe.

How do I install pentest-validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill pentest-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/proffesor-for-testing/agentic-qe