security_scan

Run dependency, static code, and dataflow security scans in parallel and summarize findings.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill security-scan-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security_scan
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/security_scan
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill security-scan-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates security findings from dependencies, static code analysis, and dataflow privacy checks into a single, prioritized report to speed up remediation and decision-making.

Core Features & Use Cases

  • Parallel orchestration: Run runDependencyAudit(), runSastScan(), and runHoundDogScan() in parallel and tolerate individual scanner failures.
  • Prioritized reporting: Return a concise summary with critical/high findings first and separate per-scanner counts.
  • Use Case: Ideal for CI pipelines or security reviews where quick triage across multiple scanners is required.

Quick Start

Run the three scanners in parallel to produce a unified security 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 a security scan that covers dependencies, static code, and privacy in one report?

To run a consolidated security scan, this Skill orchestrates dependency audits, static code analysis, and dataflow privacy checks in parallel, outputting a single prioritized report with per-scanner results and top vulnerabilities.

What is the best way to triage security findings across multiple scanners during a CI pipeline?

The best way to triage security findings is using a consolidated security scan that runs multiple scanners in parallel, tolerates individual failures, and returns a concise summary prioritized by critical and high vulnerabilities.

Can I still get scan results if my static code or dependency scanner fails during a security check?

Yes, this security scan tolerates per-scanner failures, meaning if runDependencyAudit(), runSastScan(), or runHoundDogScan() fails, the remaining scanners will still execute and return their available findings.

Does this security scan support dataflow privacy checks for compliance reviews?

Yes, the security scan includes dataflow privacy checks via runHoundDogScan(), running them alongside dependency and static code scans to provide a unified security posture for compliance audits.

How are vulnerabilities prioritized in the consolidated security report?

Vulnerabilities are prioritized by severity, with critical and high findings listed first in the concise summary, followed by separate per-scanner counts to speed up remediation and decision-making.