sc-verifier

Filter false positives and assign confidence scores to vulnerability findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces noise in vulnerability reports by automatically filtering false positives and assigning a structured confidence score, enabling security teams to focus on actionable issues.

Core Features & Use Cases

  • False positive elimination: Aggregates Phase 2 findings, deduplicates, and filters noise to deliver a concise verified list.
  • Confidence scoring & prioritization: Applies reachability, sanitization, framework protections, and contextual checks to compute a final confidence and risk level.
  • Integrated reporting: Produces the final document (security-report/verified-findings.md) for downstream remediation workflows.

Quick Start

Run the verifier in your security pipeline to generate verified findings from the latest Phase 2 results.

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 in vulnerability findings across security reports?

Eliminate false positives in vulnerability findings by applying automated deduplication, reachability analysis, and sanitization checks to filter noise and produce a concise verified findings list.

What is confidence scoring for vulnerability findings and how does it work?

Confidence scoring for vulnerability findings works by applying reachability, sanitization, framework protections, and contextual checks to compute a final risk level and severity recalculation for each issue.

How do I deduplicate and verify security findings in a scanning pipeline?

Deduplicate and verify security findings by running a verifier in Phase 3 of your scanning pipeline to aggregate Phase 2 results, apply context analysis, and output a final verified findings document.

Can I use framework and configuration protections to filter security report noise?

Framework and configuration protections can filter security report noise by checking existing mitigations within the target environment to automatically reduce false positives during the verification process.

What's the best way to prioritize remediation after a security scan?

Prioritize remediation after a security scan by processing aggregated findings through reachability analysis and confidence scoring to generate a verified findings list with recalculated severity levels.

Do I need Phase 2 findings to run vulnerability verification?

Phase 2 findings are required to run vulnerability verification, as the verifier aggregates these intermediate security scan results, applies context analysis, and produces the final verified findings document.