sc-verifier

Aggregate and verify security findings by eliminating false positives and assigning confidence scores.

7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fatihkan/badi --skill sc-verifier-fatihkan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sc-verifier
Source: https://github.com/fatihkan/badi/tree/main/.claude/skills/security-check/sc-verifier
Command: npx skills add https://github.com/fatihkan/badi --skill sc-verifier-fatihkan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

False positives in security findings clutter reports and obscure true risks; this skill eliminates noise and assigns actionable confidence scores to each finding.

Core Features & Use Cases

  • Deduplicate findings across Phase 2/3 to remove duplicates and attribution confusion.
  • Assess reachability, sanitization, framework protections, and configuration mitigations to refine risk signals.
  • Produce a concise verified findings list with per-item remediation guidance for security teams.

Quick Start

Run the verifier after Phase 2 to produce a final, validated security findings report.

Frequently Asked Questions about sc-verifier

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

FAQPage Schema
How do I eliminate false positives from security vulnerability findings?

Eliminate false positives in security vulnerability findings by running a verification pipeline that merges duplicates, evaluates reachability and sanitization, and recalculates severity. This process produces a finalized report with actionable confidence scores for each finding.

What is confidence scoring in vulnerability verification pipelines?

Confidence scoring in vulnerability verification pipelines quantifies the reliability of each security finding. It assesses reachability, sanitization, framework protections, and configuration mitigations to assign a score that helps security teams prioritize true risks over noise.

How do I deduplicate security findings across vulnerability workflow phases?

Deduplicate security findings by aggregating results across Phase 2 and Phase 3 workflows. The verification process merges duplicate reports, resolves attribution confusion, and outputs a concise verified list with per-item remediation guidance.

Does the vulnerability verification pipeline assess framework protection and configuration mitigations?

Yes, the vulnerability verification pipeline explicitly assesses framework protection and configuration mitigations. It evaluates these contextual factors alongside reachability and sanitization checks to refine risk signals and recalculate severity for each finding.

What is the best way to verify security findings before generating a remediation report?

The best way to verify security findings before generating a remediation report is to run a multi-step pipeline that collects findings, performs context and sanitization checks, recalculates severity, and outputs a finalized verified report with per-item remediation guidance.

When should I run a vulnerability verification pipeline in my security workflow?

Run a vulnerability verification pipeline during Phase 3 of your security workflow, immediately after Phase 2 findings are collected. This timing allows you to aggregate raw findings, eliminate false positives, and produce a final validated report before remediation begins.