security_scan

Aggregate and rank security findings from multiple scanners into structured vulnerability files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sureshkushwaha123/Asset_Manager --skill security-scan-sureshkushwaha123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security_scan
Source: https://github.com/sureshkushwaha123/Asset_Manager/tree/main/.local/skills/security_scan
Command: npx skills add https://github.com/sureshkushwaha123/Asset_Manager --skill security-scan-sureshkushwaha123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically run multiple security scanners and consolidate results into a single, prioritized summary to guide remediation.

Core Features & Use Cases

  • Orchestrates three scanners: runDependencyAudit(), runSastScan(), runHoundDogScan() to gather vulnerabilities, code findings, and dataflow/privacy issues.
  • Parallel execution with resilient error handling: runs scanners in parallel and tolerates per-scanner failures without failing the overall scan.
  • Produces concise output: top critical/high findings first with file paths, messages, and context to support remediation planning.

Quick Start

Run all three scanners in parallel and surface a concise, prioritized security report.

Frequently Asked Questions about security_scan

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

FAQPage Schema
How do I consolidate SAST and dependency vulnerability findings into a single report?

Parallel security scanning aggregates SAST, dependency audit, and privacy dataflow findings into a single ranked report. It tolerates individual scanner failures and outputs structured vulnerability files containing prioritized critical and high findings with file paths for remediation planning.

What is the best way to run dependency audits and SAST scans simultaneously without failing the entire build?

Running dependency audits and SAST scans simultaneously requires parallel execution with resilient error handling. This skill orchestrates multiple scanners concurrently, tolerating individual scanner failures to ensure the overall security scan completes without aborting the build.

Does parallel security scanning work for privacy and dataflow issues across software projects?

Parallel security scanning captures privacy and dataflow issues across software projects by executing a dedicated scanner alongside dependency and SAST tools. It aggregates these dataflow findings into structured vulnerability files, providing a comprehensive view of privacy risks.

How are security vulnerabilities prioritized when aggregating results from multiple scanners?

When aggregating results from multiple scanners, security vulnerabilities are prioritized by surfacing critical and high findings first. The consolidated report includes file paths, specific messages, and contextual data to support immediate remediation planning.

Can I use automated security scanning if one of my vulnerability scanners fails?

You can use automated security scanning if a vulnerability scanner fails because the skill features resilient error handling. It tolerates per-scanner failures during parallel execution, ensuring the overall scan completes and returns available findings.