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