deps

Audit and update frontend and backend dependencies with Docker-based workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify security vulnerabilities and keep frontend and backend dependencies up to date, reducing risk and maintenance overhead.

Core Features & Use Cases

  • Vulnerability auditing: scan both frontend and backend dependencies for known CVEs and outdated components.
  • Outdated package detection: detect packages with newer versions across both stacks.
  • Unified update workflow: orchestrate updates across frontend and backend with guidance and dry-run results.

Quick Start

Run /deps audit to scan for vulnerabilities, /deps outdated to identify outdated packages, or /deps update to upgrade dependencies.

Frequently Asked Questions about deps

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

FAQPage Schema
How do I audit frontend and backend dependencies for vulnerabilities in a multi-stack project?▼

To audit frontend and backend dependencies for vulnerabilities, run a vulnerability scan across your multi-stack project. This Skill uses pip-audit for backend and pnpm for frontend to identify known CVEs and coordinate security remediation.

What's the best way to check for outdated packages across both frontend and backend stacks?▼

Checking for outdated packages across frontend and backend stacks is handled by detecting newer versions across both environments. You can identify outdated packages and orchestrate unified updates with dry-run results to keep dependencies current.

Does this dependency update workflow support Docker-based development environments?▼

Yes, this dependency update workflow supports Docker-based development environments. It specifies docker-compose for backend orchestration alongside pnpm for frontend and uvx for pip-audit, ensuring coordinated updates across multi-stack projects.

Can I use pnpm for frontend and pip-audit for backend vulnerability scanning together?▼

You can use pnpm for frontend and pip-audit for backend vulnerability scanning together within a unified workflow. This Skill orchestrates both tools to scan multi-stack projects, detect CVEs, and guide coordinated security updates.

How do I orchestrate coordinated dependency updates without breaking my multi-stack application?▼

To orchestrate coordinated dependency updates safely, you run an update workflow that provides guidance and dry-run results across frontend and backend stacks. This ensures your multi-stack application dependencies remain secure and compatible.