security_scan

Run dependency, SAST, and HoundDog scans in parallel and report vulnerabilities.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill security-scan-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security_scan
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/security_scan
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill security-scan-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly identify and prioritize security risks by orchestrating multiple scanners and consolidating results into a single, actionable report.

Core Features & Use Cases

  • RunDependencyAudit for package/dependency vulnerabilities
  • RunSastScan for static code findings
  • RunHoundDogScan for privacy/security dataflow findings
  • Parallel orchestration to speed up analysis and tolerate individual scanner failures
  • Structured outputs suitable for dashboards and incident response

Quick Start

Initiate the dependency audit, SAST scan, and HoundDog scan in parallel and return a prioritized results summary.

Frequently Asked Questions about security_scan

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

FAQPage Schema
How do I prioritize security vulnerabilities across multiple scanners?

Security vulnerability prioritization is achieved by running dependency audits, SAST scans, and HoundDog scans in parallel. Results are consolidated into a compact, structured output compatible with downstream dashboards, delivering a single prioritized summary of all findings across code and packages.

Can I run a SAST scan and dependency audit at the same time?

Yes, you can run a SAST scan and dependency audit simultaneously. The skill uses parallel orchestration to execute all scanning mechanisms concurrently, which speeds up the overall analysis and returns a consolidated vulnerability report faster than running each scanner sequentially.

What happens to my vulnerability report if one scanner fails during the scan?

If one scanner fails during the security scan, your vulnerability report is still preserved. The parallel orchestration mechanism is designed to tolerate individual scanner failures, ensuring that partial results from the dependency audit, SAST, or HoundDog scans are still delivered in the final structured output.

Does this security scanning approach support both code repositories and packages?

Yes, this security scanning approach supports both code repositories and packages. The scope explicitly covers static code findings through the SAST scan and package vulnerabilities through the dependency audit, providing comprehensive risk identification across your entire software project.

How do I integrate SAST and dependency audit results into a security dashboard?

You can integrate SAST and dependency audit results by leveraging the compact, structured output generated by the scan. This format is specifically designed to be compatible with downstream dashboards and vulnerability reporting workflows, allowing seamless export of prioritized security findings for incident response.

When do I need to run a HoundDog scan alongside a SAST scan?

You need to run a HoundDog scan alongside a SAST scan when you want to identify both static code vulnerabilities and privacy or security dataflow findings. Combining these scanning methods provides a more comprehensive security assessment than using a single static analysis tool alone.