security-scanning-suite

Automate SAST, DAST, dependency, secret, and container security scans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/doctorduke/claude-config --skill security-scanning-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scanning-suite
Source: https://github.com/doctorduke/claude-config/tree/main/skills/security-scanning-suite
Command: npx skills add https://github.com/doctorduke/claude-config --skill security-scanning-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive security analysis capabilities, enabling SAST, DAST, dependency scanning, secret detection, and vulnerability management to prevent security issues from reaching production.

Core Features & Use Cases

  • Multi-layer security coverage (SAST, DAST, SCA, secrets)
  • CVE tracking, remediation planning, and compliance guidance
  • Automated security dashboards and remediation workflows

Quick Start

Run a full security scan using the included tools (Semgrep, pip-audit, npm audit, Trivy) and generate a consolidated remediation plan.

Frequently Asked Questions about security-scanning-suite

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

FAQPage Schema
How do I run SAST, dependency scanning, and secret detection across my codebase?

SAST, dependency scanning, and secret detection are automated security scans that identify vulnerabilities in source code, dependencies, and exposed credentials. This Skill orchestrates all three across multi-language codebases, running tools like Semgrep, pip-audit, npm audit, and secret detection in a single workflow to generate a consolidated remediation plan before code reaches production.

Can I scan containers and infrastructure-as-code for vulnerabilities?

Yes. This Skill includes container and IaC analysis alongside SAST and dependency checks. It runs comprehensive security scans on container images and infrastructure definitions using tools like Trivy, producing prioritized vulnerability reports and remediation guidance across your entire tech stack.

What's the best way to automate security scanning in CI/CD pipelines?

Automate security scanning by integrating this Skill into your CI/CD pipeline to run SAST, dependency checks, secret detection, and container scans on every build. It generates reproducible reports, tracks CVEs, and produces prioritized remediation workflows, eliminating manual security analysis and preventing issues from reaching production.

Does this work with multiple programming languages?

Yes. This Skill applies to multi-language codebases, supporting SAST across different languages through tool orchestration. It runs language-agnostic dependency and secret scanning alongside language-specific static analysis to provide unified security coverage regardless of your tech stack.

How do I generate a compliance report from security scan results?

This Skill generates consolidated security reports and compliance guidance from SAST, dependency, secret, and container scans. It produces prioritized remediation plans with CVE tracking and actionable guidance, satisfying cross-tool orchestration and common reporting format requirements for compliance workflows.

What happens if vulnerabilities are found—do I get remediation steps?

When vulnerabilities are detected across SAST, dependencies, secrets, or containers, this Skill generates prioritized remediation guidance alongside the findings. It tracks CVEs and produces actionable remediation workflows, helping teams understand risk severity and prioritize fixes before deployment.