security_scan

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security audits across dependencies, code, and data flows can be time-consuming and error-prone. This skill streamlines scanning and delivers a prioritized risk summary.

Core Features & Use Cases

  • Parallel execution of three scanners to surface vulnerabilities quickly.
  • Robust orchestration that tolerates individual scanner failures and still returns actionable results.
  • Provides a concise report prioritizing critical and high findings for rapid remediation.

Quick Start

Run security_scan on your project to obtain 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 scan dependencies and static code for security vulnerabilities?

To scan dependencies and static code for security vulnerabilities, run a security scan that executes dependency audits, SAST scans, and dataflow analysis in parallel to return a prioritized risk summary.

What is the best way to prioritize security findings across a codebase?

The best way to prioritize security findings across a codebase is to run parallel scanners that surface critical and high vulnerabilities first, delivering a concise, structured report for rapid remediation.

Can I run a dependency audit and SAST scan in parallel?

Yes, you can run a dependency audit and SAST scan in parallel. The orchestration executes these scans concurrently where possible and returns a structured result with per-scanner status and top findings.

Does the security scanner still return results if one scan fails?

Yes, the security scanner still returns actionable results if one scan fails. Its robust orchestration tolerates individual scanner failures, ensuring you still receive a prioritized risk summary from the remaining successful scans.

When do I need to scan data flow for privacy-related security issues?

You need to scan data flow for privacy-related security issues when conducting security reviews on codebases that handle sensitive information, allowing the scanner to surface dataflow vulnerabilities alongside dependency and static code findings.