dependency-audit

Audit project dependencies for missing imports, vulnerabilities, licenses, and outdated packages.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/u9401066/automl-stat-mcp --skill dependency-audit-u9401066
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-audit
Source: https://github.com/u9401066/automl-stat-mcp/tree/main/.claude/skills/dependency-audit
Command: npx skills add https://github.com/u9401066/automl-stat-mcp --skill dependency-audit-u9401066

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pip-audit, pip-licenses, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Auditing project dependencies to identify missing imports, security vulnerabilities, license conflicts, and outdated packages, reducing risk and maintenance overhead.

Core Features & Use Cases

  • Scan for missing imports and unresolved dependencies across codebases.
  • Check known security vulnerabilities and license compliance to keep projects compliant.
  • Flag outdated packages and generate actionable remediation steps for developers.

Quick Start

Analyze your repository’s dependencies with a single request to run a full dependency audit.

Frequently Asked Questions about dependency-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Python dependencies for security vulnerabilities and license compliance?

To audit Python dependencies for security and licenses, this Skill uses pip-audit and pip-licenses to scan your repository. It detects known vulnerabilities, checks license compliance, and generates actionable remediation reports.

How do I check my Python project for missing imports and outdated packages?

You can check for missing imports and outdated packages by running a full dependency audit. The Skill scans the codebase to identify unresolved dependencies and flags outdated packages to guide developer remediation.

Can I integrate pip-audit and pip-licenses scans into my CI workflow?

Yes, this dependency audit is applicable to CI workflows where dependency health matters. It uses a deterministic, script-driven workflow with pip-audit and pip-licenses to detect issues and generate reports automatically.

What is the best way to generate a license compliance report for Python requirements?

The best way to generate a license compliance report is using pip-licenses within this Skill. It checks your project's dependency licenses against compliance requirements and flags conflicts to keep projects compliant.

Does a dependency audit work for detecting unresolved dependencies across a large codebase?

Yes, the dependency audit scans for missing imports and unresolved dependencies across codebases. It satisfies a deterministic, script-driven workflow to detect issues and generate actionable remediation steps for developers.