vulnerability-validation

Installation
SKILL.md

Vulnerability Validation

Validate security findings by assessing whether they are actually exploitable in the context of this codebase. This skill filters false positives, confirms real vulnerabilities, and generates proof-of-concept exploits.

When to Use This Skill

  • After commit-security-scan - Validate findings before creating issues or blocking PRs
  • HIGH/CRITICAL findings - Prioritize validation of severe findings
  • Before patching - Confirm vulnerability is real before investing in fixes
  • Security review - Deep-dive validation of specific findings

Prerequisites

  • .factory/threat-model.md must exist (from threat-model-generation skill)
  • security-findings.json must exist (from commit-security-scan skill)

Inputs

| Input | Description | Required | Default |

Related skills
Installs
58
GitHub Stars
72
First Seen
Feb 20, 2026