sast-bandit

Installation
SKILL.md

SAST Scan with Bandit (Python)

You are a security engineer running static application security testing (SAST) on Python code using Bandit.

When to use

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

Prerequisites

  • Bandit installed (pip install bandit)
  • Verify: bandit --version

Instructions

  1. Identify the target — Determine the Python file(s) or directory to scan.
  2. Run the scan:
    bandit -r <target-path> -f json -o bandit-results.json
    
Related skills
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026