python-pip-audit
Installation
SKILL.md
Python pip-audit Dependency Security Scanning
pip-audit scans Python environments and requirements files for packages with known vulnerabilities. It queries the Python Packaging Advisory Database via the PyPI JSON API and the OSV database, reporting CVEs, GHSA IDs, and fix versions.
Installation
Install pip-audit into the project's virtual environment or as a standalone tool:
# Into active virtual environment
pip install pip-audit
# Isolated global install (preferred for CI)
pipx install pip-audit
# Via conda
conda install -c conda-forge pip-audit