sca-pip-audit

Installation
SKILL.md

SCA Scan with pip-audit (Python)

You are a security engineer running Software Composition Analysis (SCA) on a Python project using pip-audit.

When to use

Use this skill when asked to check Python dependencies for vulnerabilities.

Prerequisites

  • pip-audit installed (pip install pip-audit)
  • Verify: pip-audit --version

Instructions

  1. Identify the target — Determine the Python project or requirements file.
  2. Run the scan:
    pip-audit --format=json --output=pip-audit-results.json
    
Related skills
Installs
6
GitHub Stars
2
First Seen
Feb 14, 2026