retest-vuln

Automates verification of vulnerability fixes through structured retest workflows.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill retest-vuln
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retest-vuln
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/retest-vuln
Command: npx skills add https://github.com/zebbern/termstack --skill retest-vuln

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify vulnerability fixes, validate remediation effectiveness, and perform regression testing to close tickets and demonstrate proof of fix.

Core Features & Use Cases

  • Automated retest workflow: Replay original PoCs, verify fixes, and document outcomes for bug bounty and production pipelines.
  • Regression and evidence generation: Run related endpoint checks and compile a consolidated retest report with evidence.
  • Bypass and edge-case coverage: Execute multiple payload variations to assess resilience and capture any regressions.

Quick Start

Start by providing the target and the original PoC to trigger automated retest and evidence collection.

Frequently Asked Questions about retest-vuln

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

FAQPage Schema
How do I verify vulnerability fixes and perform remediation verification?

Run targeted regression tests by replaying original PoCs and executing multiple payload variations against your web apps. This regression testing confirms fix resilience by attempting bypasses and capturing any regressions across related endpoints.

What's the best way to automate bug bounty retests and generate proof of fix?

Automate bug bounty retests by triggering a structured workflow with your target and original PoC. This generates a consolidated retest report with evidence and documentation, demonstrating proof of fix for closed tickets.

Can I execute bypass attempts and edge-case payload variations during vulnerability retesting?

Yes, you can execute multiple payload variations during vulnerability retesting to assess resilience. The workflow specifically handles bypass attempts and edge-case coverage to ensure the remediation holds against varied attack vectors.

Do I need the original PoC to start the automated vulnerability retest workflow?

Yes, you need to provide the target and the original PoC to trigger the automated vulnerability retest workflow. These inputs initiate the evidence collection and validation process for your remediation verification.

Why does a vulnerability fix need regression checks on related endpoints?

Regression checks on related endpoints are needed because fixing a vulnerability can introduce new bugs or expose bypass variations. Running these checks ensures the remediation is effective without causing regressions elsewhere in the web application.