sast-dast-coordinator

Orchestrate SAST, DAST, SCA, and secrets scanning tools to correlate and prioritize findings.

3|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/jaskaranhundal/usap-skills --skill sast-dast-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sast-dast-coordinator
Source: https://github.com/jaskaranhundal/usap-skills/tree/main/appsec-devsecops/sast-dast-coordinator
Command: npx skills add https://github.com/jaskaranhundal/usap-skills --skill sast-dast-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the orchestration of Static and Dynamic Application Security Testing (SAST and DAST) tools, correlating their findings to reduce noise and prioritize genuine security risks.

Core Features & Use Cases

  • Tool Orchestration: Manages SAST, DAST, SCA, and secrets scanning tools.
  • Finding Correlation: Links SAST findings with DAST confirmations and SCA vulnerabilities.
  • False Positive Reduction: Tunes rules and prioritizes findings based on exploitability and evidence.
  • CI/CD Gate: Enforces security policies within the development pipeline, blocking critical issues.
  • Use Case: Automatically scan a new code commit, confirm a theoretical SQL injection finding with DAST, and block the merge if it's exploitable and critical.

Quick Start

Use the sast-dast-coordinator skill to analyze the latest code commit and report any critical security findings.

Frequently Asked Questions about sast-dast-coordinator

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

FAQPage Schema
How do I correlate SAST and DAST findings to reduce false positives in my CI/CD pipeline?

To correlate SAST and DAST findings and reduce false positives, you need a system that validates theoretical code vulnerabilities against runtime behavior and component risks using evidence-based confidence scoring. This approach orchestrates multiple security testing tools to confirm exploitability before enforcing CI/CD security gates.

What is DevSecOps vulnerability correlation and how does it prioritize application security findings?

DevSecOps vulnerability correlation is the process of linking static code analysis results with dynamic testing confirmations and software composition analysis risks. It prioritizes application security findings by validating theoretical vulnerabilities against runtime evidence, producing deterministic confidence scores to filter out non-exploitable noise.

How do I enforce CI/CD security gates to block merges when critical vulnerabilities are found?

You can enforce CI/CD security gates by orchestrating SAST, DAST, SCA, and secrets scanning tools to evaluate code commits. By correlating findings and applying evidence-based confidence scoring, the pipeline blocks merges only when critical and confirmed exploitable vulnerabilities are detected.

Does SAST DAST correlation require specific tool configurations to validate SQL injection findings?

Yes, SAST DAST correlation requires specific tool configurations to validate theoretical SQL injection findings. The system links static analysis detections with dynamic testing confirmations, using evidence-based scoring to verify if the vulnerability is actually exploitable at runtime before failing the pipeline.

Can I automate secrets scanning and SCA orchestration alongside SAST and DAST in a single workflow?

You can automate secrets scanning and SCA orchestration alongside SAST and DAST by using a centralized security coordinator. This workflow manages all testing tools simultaneously, correlating their combined findings to provide a unified, prioritized view of application security risks and enforce pipeline policies.

What are the limitations of using SAST DAST correlation for vulnerability management?

The primary limitation of SAST DAST correlation for vulnerability management is its strict dependency on specific tool configurations and deterministic, evidence-based confidence scoring. Without proper runtime evidence from DAST to validate theoretical SAST findings, the system cannot accurately reduce false positives or enforce security gates.