deps

Audit dependencies across ecosystems for outdated packages and known vulnerabilities.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/maggit/claude-workspace --skill deps-maggit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deps
Source: https://github.com/maggit/claude-workspace/tree/main/skills/deps
Command: npx skills add https://github.com/maggit/claude-workspace --skill deps-maggit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and audit dependencies across ecosystems to surface outdated packages and known vulnerabilities, helping teams keep software secure and lean.

Core Features & Use Cases

  • Outdated Dependencies: Detect and report current vs latest versions across ecosystems.
  • Security Audit: Run standard audits and categorize findings by severity.
  • Unused Dependencies: Identify and remove dependencies that are declared but not used.
  • Dependency Tree Analysis: Show duplicates, transitive bloat, and upgrade impact.

Quick Start

Use the deps skill to audit your project's dependencies across ecosystems and generate a report.

Frequently Asked Questions about deps

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

FAQPage Schema
How do I audit dependencies across npm, pip, and cargo for known vulnerabilities?

To audit dependencies across npm, pip, and cargo, this skill identifies and surfaces known vulnerabilities categorized by severity, generating a prioritized upgrade plan to keep software secure.

What is the best way to find and remove unused dependencies in my project?

Finding and removing unused dependencies involves analyzing the dependency tree to identify declared but unused packages, allowing you to safely remove them and reduce transitive bloat.

How does dependency tree analysis detect duplicates and transitive bloat?

Dependency tree analysis detects duplicates and transitive bloat by mapping scopes and relationships across package managers, revealing hidden overlapping packages and showing the potential upgrade impact.

Can I generate a prioritized upgrade plan for outdated packages across different ecosystems?

You can generate a prioritized upgrade plan for outdated packages by detecting current versus latest versions across multiple ecosystems, proposing safe pinning and version constraints for dependencies.

Does this dependency audit tool support cross-platform package managers like go and cargo?

This dependency audit supports cross-platform package managers including npm, pip, cargo, and go, allowing you to report findings with severity and propose safe version constraints across supported ecosystems.