dependency-risk-audit
Installation
SKILL.md
Dependency Risk Audit
Run a repeatable dependency-risk audit for Python projects and return a prioritized remediation plan.
Workflow
Step 1: Identify dependency source of truth
- Detect package manager and files in this order:
poetry.lock+pyproject.tomluv.lock+pyproject.tomlPipfile.lock+Pipfilerequirements*.txtand optionalconstraints*.txt
- Prefer lockfiles for resolved versions.
- Record Python runtime constraint from:
pyproject.toml(requires-python).python-version- CI config (if present)