Red Team Verification

Verify red team findings by executing commands and comparing outputs.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/jayjpatel9717/kurukshetra --skill red-team-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Red Team Verification
Source: https://github.com/jayjpatel9717/kurukshetra/tree/main/_universal/agents/dharmaraj/skills/red-team-verification
Command: npx skills add https://github.com/jayjpatel9717/kurukshetra --skill red-team-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification of red team engagement findings, ensuring the accuracy and completeness of attack paths and results.

Core Features & Use Cases

  • Automated Attack Path Verification: Reproduce and verify each claimed attack step.
  • Independent Evidence Recording: Record exact outputs as evidence.
  • Lateral Movement Verification: Confirm each hop in lateral movement.
  • Verdict Issuance: Issue a CONFIRMED, FALSE_POSITIVE, or PARTIAL verdict.
  • Use Case: When conducting a red team assessment, use this Skill to automatically verify the effectiveness of each attack vector identified.

Quick Start

Run the Red Team Verification skill on the findings from the red team assessment.

Frequently Asked Questions about Red Team Verification

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

FAQPage Schema
How do I verify red team attack paths during a cybersecurity audit?

You can verify red team attack paths by reproducing each claimed attack step through command execution and output comparison. This automated verification ensures the accuracy and completeness of identified attack vectors, lateral movement, and persistence mechanisms.

What is automated attack path verification in penetration testing?

Automated attack path verification is the process of reproducing and validating each step of a red team engagement finding. It records exact command outputs as independent evidence and issues a verdict of CONFIRMED, FALSE_POSITIVE, or PARTIAL for each vector.

Can I confirm lateral movement findings without manually re-executing commands?

Yes, you can confirm lateral movement findings automatically by validating each hop in the movement chain. The verification process executes the necessary commands and compares the output against the original engagement findings to confirm the result.

Does red team verification issue a final verdict on identified attack vectors?

Red team verification issues a final verdict of CONFIRMED, FALSE_POSITIVE, or PARTIAL for identified attack vectors. It validates the effectiveness of each vector by reproducing the attack and recording the exact output as independent evidence.

What is the best way to validate persistence mechanisms from a red team assessment?

The best way to validate persistence mechanisms is to run an automated verification process on the assessment findings. This executes the relevant commands and compares the actual output against the claimed persistence behavior to ensure accuracy.