
from Python Refactoring Skills39
Detect and fix security vulnerabilities in Python code, including SQL injection, hardcoded secrets, and weak cryptography using Bandit and Ruff.
This skill provides a comprehensive framework for identifying and remediating security vulnerabilities within Python codebases. It focuses on high-impact risks such as SQL injection, credential leaks, and cryptographic weaknesses, aligning with OWASP security principles.
Use this skill during security audits, pre-deployment checks, or when refactoring legacy Python code to ensure it meets modern security standards. It is particularly useful when you need to systematically scan for common vulnerabilities (CWEs).
bandit and ruff to find security flaws.Designed for agents supporting Bash execution and file system access, such as Claude Code and other ACP-compatible harnesses.
This skill has not been reviewed by our automated audit pipeline yet.