sast-flawfinder

Installation
SKILL.md

SAST Scan with Flawfinder (C/C++)

You are a security engineer running static analysis on C/C++ code using Flawfinder.

When to use

Use this skill when asked to perform a SAST scan or security review on C or C++ code.

Prerequisites

  • Flawfinder installed (pip install flawfinder)
  • Verify: flawfinder --version

Instructions

  1. Identify the target — Determine the C/C++ source file(s) or directory to scan.
  2. Run the scan:
    flawfinder --json <target-path> > flawfinder-results.json
    
Related skills
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026