validator

Validate cited code locations against reported audit findings.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill validator-minhthang1009
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: validator
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/subagent-system/skills/validator
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill validator-minhthang1009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines post-audit validation by confirming whether cited code locations actually contain reported issues, reducing false positives and ensuring audit credibility.

Core Features & Use Cases

  • Verify findings at their exact file paths and line ranges.
  • Cross-check guard clauses or defensive logic to confirm context.
  • Use when user asks to validate findings, verify these findings, or filter false positives.

Quick Start

Provide a structured list of findings with file paths; the validator will assess each finding and return a verdict.

Frequently Asked Questions about validator

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

FAQPage Schema
How do I verify audit findings at specific code locations?▼

To verify audit findings, provide a structured list of findings with exact file paths and line ranges. The validator reads the cited code and surrounding context to return a VERIFIED, FALSE_POSITIVE, or NEEDS_CONTEXT verdict with a concise rationale.

What is the best way to filter false positives from a static analysis report?▼

Filtering false positives from static analysis reports involves cross-checking cited guard clauses or defensive logic to confirm context. The validator evaluates each finding at its file location to output a verdict and rationale, streamlining post-audit validation.

Can I use the validator to check findings across multiple repositories?▼

Yes, you can use the validator to check findings across multiple repositories. Its scope covers post-audit validation across repositories, focusing on specific findings that require confirmation by reading the cited file paths and surrounding context.

What does the NEEDS_CONTEXT verdict mean during code verification?▼

The NEEDS_CONTEXT verdict during code verification indicates that the validator cannot definitively confirm or reject the reported issue based on the cited file and surrounding context alone. It outputs this verdict alongside a concise rationale explaining the missing information.

When do I need post-audit validation for my codebase?▼

You need post-audit validation for your codebase when you have a static analysis report with specific findings that require confirmation. The validator ensures audit credibility by identifying whether cited code locations actually contain the reported issues, reducing false positives.

What should I provide to start verifying static analysis findings?▼

To start verifying static analysis findings, you should provide a structured list of findings with exact file paths and line ranges. The validator assesses each finding by evaluating the cited file and surrounding context to return a final verdict.