Skill Detail
Audit Python environments and requirements files for known vulnerabilities with pip-audit
Check Python environments and requirements files for published vulnerabilities before shipping, upgrading, or approving dependency changes.
Security & VerificationMulti-Framework
Security & Verification
Multi-Framework
Security Reviewed
โญ 1.3k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill audit-python-environments-and-requirements-files-for-known-vulnerabilities-with-pip-audit
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Python 3.9+, pip, pip-audit
Install & setup
Install with `pip install pip-audit`, then run `pip-audit` in the target environment or `pip-audit -r requirements.txt` for a pinned dependency file.
Author
PyPA
Publisher
Organization
Last updated
Apr 15, 2026
Quick brief
Use pip-audit when an agent needs to review a Python environment or requirements set for known vulnerabilities before release, deployment, or dependency approval. The agent can audit an installed environment or a requirements file, surface affected packages, and recommend upgrade paths or remediations. The scope is a Python dependency vulnerability check with actionable output, not a generic security platform or package index listing.