security_scan

Run dependency audits, SAST, and privacy checks to summarize critical security risks.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/kvm9-dev/susanoo --skill security-scan-kvm9-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security_scan
Source: https://github.com/kvm9-dev/susanoo/tree/main/.local/skills/security_scan
Command: npx skills add https://github.com/kvm9-dev/susanoo --skill security-scan-kvm9-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly identify security risks by running dependency, code, and privacy/security scans and summarizing the most critical findings first.

Core Features & Use Cases

  • Prioritized security summary: Returns a concise, ordered view of critical and high issues before lower severities.
  • Multi-angle coverage: Correlates results across dependency vulnerabilities, static application (SAST) findings, and privacy/security dataflow rules.
  • Actionable remediation guidance: Provides a short remediation plan that clearly calls out risky or breaking changes.

Quick Start

Use the security_scan skill to run dependency audit, SAST, and hound-dog style privacy/security checks and get a prioritized summary of the most critical and high findings.

Frequently Asked Questions about security_scan

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

FAQPage Schema
How do I run a SAST and dependency audit to find critical vulnerabilities?

Run a security scan to execute static application security testing, dependency auditing, and privacy dataflow checks concurrently. This process identifies vulnerabilities across build artifacts and source code, returning a prioritized summary of critical and high issues with actionable remediation guidance.

What is the best way to prioritize vulnerability reporting during a security scan?

Prioritized vulnerability reporting is achieved by severity-bucketing findings and surfacing critical and high issues before lower severities. The security scan correlates dependency vulnerabilities, SAST findings, and privacy dataflow rules to generate a concise, ordered view of your most urgent risks.

Can I use this security scan to check privacy dataflow alongside static code analysis?

Yes, the security scan runs privacy dataflow checks in parallel with static code analysis and dependency audits. It uses failure-tolerant orchestration to ensure all checks complete independently, correlating the results into a single structured report with remediation guidance.

Does the SAST scan provide remediation guidance for breaking changes?

Yes, the SAST scan provides a short remediation plan that clearly calls out risky or breaking changes. This actionable guidance accompanies the severity-bucketed vulnerability report, helping you resolve critical and high security findings fast.

What happens if a dependency audit or static analysis check fails during the scan?

The security scan uses failure-tolerant orchestration, meaning if one check fails, the remaining dependency audits, SAST, and privacy dataflow scans continue running. This ensures you still receive a structured report of any critical and high vulnerabilities discovered.