Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Dependency Auditor.

Features

  • Local CVE database — curated vulnerability data for 50+ popular Python packages, no network needed
  • Requirements parsing — reads requirements.txt, Pipfile, and pinned version formats
  • Version comparison — semantic version matching with range-aware CVE lookups
  • Severity ratings — each CVE tagged as critical, high, medium, or low
  • Upgrade recommendations — suggests safe target versions for vulnerable packages
  • Strict mode — exit code 1 on any vulnerability found (CI/CD friendly)
  • JSON and console output — structured data or human-readable reports
  • Offline operation — works entirely without internet access

Requirements

  • Python 3.10+
  • No external dependencies (stdlib only)
Chapter 2

Quick Start

Follow this guide to get Dependency Auditor up and running in your environment.

Quick Start

bash
# Audit your requirements file
python src/dependency_auditor.py --file requirements.txt

# Strict mode — fail on any vulnerability
python src/dependency_auditor.py --file requirements.txt --strict

# Audit a Pipfile with JSON output
python src/dependency_auditor.py --file Pipfile --output report.json

Output

Console output shows a package-by-package breakdown with CVE IDs, severity, and recommended actions. JSON output provides structured findings for integration with dashboards or CI systems.

Chapter 3
🔒 Available in full product

Sample Input

Chapter 4
🔒 Available in full product

FAQ

You’ve reached the end of the free preview

Get the full Dependency Auditor and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
Dependency Auditor v1.0.0 — Free Preview