finding-validation

Validate security findings against criteria and filter out false positives.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/jayjpatel9717/kurukshetra --skill finding-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finding-validation
Source: https://github.com/jayjpatel9717/kurukshetra/tree/main/_universal/agents/kripa/skills/finding-validation
Command: npx skills add https://github.com/jayjpatel9717/kurukshetra --skill finding-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of security findings and filters out false positives, streamlining the assessment process and improving accuracy.

Core Features & Use Cases

  • Finding Validation: Validates security findings against a set of criteria to confirm their validity.
  • False Positive Filtering: Identifies and filters out false positives, reducing noise in the assessment.
  • Use Case: For security teams conducting pentests, this Skill can be used to validate findings from automated scanners and manual testing, ensuring that only genuine vulnerabilities are reported.

Quick Start

Use the finding-validation skill to validate a new security finding against the criteria defined in the SKILL.md file.

Frequently Asked Questions about finding-validation

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

FAQPage Schema
How do I filter false positives from automated security scanner results?

To filter false positives from automated security scanner results, you can use Python validation scripts to check findings against defined criteria. This process confirms finding validity and removes noise from your security assessment workflow.

What is finding validation in vulnerability assessment workflows?

Finding validation in vulnerability assessment is the process of checking security findings against specific criteria to confirm their validity. It distinguishes genuine vulnerabilities from false positives during automated scanning and manual testing scenarios.

How do I validate security findings using Python scripts?

You validate security findings using Python scripts by applying decision-making logic and validation checks defined in your criteria. This automates the confirmation of valid vulnerabilities and filters out false positives in security assessments.

Can I use this false positive filtering for manual pentest testing scenarios?

Yes, you can apply false positive filtering to manual testing scenarios. The validation logic processes security findings from both automated scanning and manual pentest workflows to ensure only genuine vulnerabilities are reported.

Do I need Python to run security finding validation checks?

Yes, you need Python installed to run finding validation checks. The Skill relies on Python scripts to execute the validation logic and decision-making required for confirming vulnerabilities and filtering false positives.

How do I define validation criteria for security assessment findings?

You define validation criteria for security assessment findings by configuring the rules outlined in the SKILL.md file. The Python scripts then evaluate new security findings against these configured criteria to determine validity.