security_scan

Run dependency, SAST, and HoundDog scans in parallel and report prioritized findings.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill security-scan-darsh20009
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security_scan
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/security_scan
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill security-scan-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly consolidate security insights from multiple scanners into a single, prioritized report that highlights critical and high-risk findings first.

Core Features & Use Cases

  • Orchestrates runDependencyAudit, runSastScan, and runHoundDogScan in parallel to save time.
  • Gracefully handles individual scanner failures and surfaces a concise, actionable summary for remediation.
  • Use Case: When security scanning is requested, produce a unified view of dependencies, code quality, and dataflow privacy risks to guide fixes.

Quick Start

Provide a single instruction to trigger a full security scan and return a prioritized summary.

Frequently Asked Questions about security_scan

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

FAQPage Schema
How do I run multiple security scanners to get a unified vulnerability report?▼

To run multiple security scanners, you can trigger a single instruction to orchestrate dependency, SAST, and dataflow scans in parallel, producing a unified, prioritized vulnerability report highlighting critical and high findings.

What is the best way to consolidate SAST and dependency audit findings?▼

The best way to consolidate SAST and dependency audit findings is to run them in parallel alongside dataflow scans, which gracefully handles individual scanner failures and surfaces a concise, actionable summary for remediation.

How do I prioritize security vulnerabilities across code and dependencies?▼

You can prioritize security vulnerabilities by scanning codebases, dependencies, and dataflow contexts simultaneously to generate a prioritized security summary that highlights critical and high-risk findings first.

Does the overall security scan fail if a single scanner errors?▼

The overall security scan does not fail if a single scanner errors. It gracefully handles individual scanner failures and continues returning per-scanner status and top findings from the other successful scans.

Can I scan dataflow privacy risks together with code quality issues?▼

Yes, you can scan dataflow privacy risks together with code quality issues. The scan orchestrates dependency, SAST, and dataflow scanners in parallel to provide a unified view guiding fixes across all these areas.