What problem does it solve? Running multiple security scanners separately produces fragmented, verbose output that is hard to triage. This Skill orchestrates dependency auditing, static analysis, and privacy dataflow scanning in one pass and returns a concise, severity-prioritized summary. ## Core Features & Use Cases - Parallel Multi-Scanner Orchestration: Runs runDependencyAudit, runSastScan, and runHoundDogScan concurrently with per-scanner failure tolerance. - Prioritized Findings: Reports counts by severity and surfaces critical/high findings first with file paths and short messages. - Remediation Planning: Produces a short remediation plan that clearly flags risky or breaking changes. - Use Case: Before merging a release branch, ask for a security scan to get dependency vulnerabilities, static code findings, and privacy dataflow issues consolidated into one actionable report. ## Quick Start Run a full security scan on this project and summarize the critical and high findings with a remediation plan.