deps

Audit project dependencies for known CVEs across languages and package managers.

12|1|Updated Aug 29, 2025
One-click install
npx skills add https://github.com/Pageloom/weft-id --skill deps-pageloom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deps
Source: https://github.com/Pageloom/weft-id/tree/main/.claude/skills/deps
Command: npx skills add https://github.com/Pageloom/weft-id --skill deps-pageloom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams identify and mitigate security risks by auditing project dependencies for known CVEs across ecosystems.

Core Features & Use Cases

  • Automated dependency vulnerability scanning using standard tools and vulnerability databases
  • Supports multiple languages and package managers by analyzing manifest and lockfiles
  • Use cases include securing CI pipelines, auditing production dependencies, and creating remediation plans

Quick Start

Install and run the included scan script to detect CVEs in your dependencies.

Frequently Asked Questions about deps

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

FAQPage Schema
How do I audit project dependencies for known CVEs across different package managers?

You can audit dependencies for known CVEs by inspecting lockfiles and manifest files across multiple languages and package managers to surface risks in the dependency graph. This skill automates the scanning process using standard vulnerability databases.

What is dependency vulnerability scanning and how does it secure a CI pipeline?

Dependency vulnerability scanning identifies known CVEs in your project dependencies by analyzing lockfiles. It secures CI pipelines by detecting risks early, recording findings to .claude/ISSUES.md, and providing remediation guidance without altering code.

Can I use pip-audit to check software security in my production dependencies?

Yes, this skill supports auditing production dependencies for software security by applying standard tools like pip-audit across ecosystems. It inspects manifest and lockfiles to detect vulnerabilities and generates a remediation plan.

Does dependency management auditing automatically fix vulnerable packages?

No, dependency management auditing does not automatically apply code changes. It records vulnerability findings to .claude/ISSUES.md and provides remediation guidance, leaving the actual code updates to your team.

What's the best way to create a remediation plan for dependency graph risks?

The best way to create a remediation plan for dependency graph risks is to run an automated scan that inspects lockfiles and manifest files. The skill records identified CVEs and provides specific guidance for mitigating each risk.