# Source Command Check Deps

> Check for outdated or vulnerable dependencies

- Skill: `enuno/source-command-check-deps` (Agent Skill)
- Install (CLI): `npx skillmds@latest add enuno/source-command-check-deps`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enuno/source-command-check-deps/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: enuno (https://skillmd.com/u/enuno)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enuno/source-command-check-deps

---


# source-command-check-deps

Use this skill when the user asks to run the migrated source command `check-deps`.

## Command Template

Check project dependencies for updates and vulnerabilities.

Execute the following checks:

1. List outdated packages: `uv pip list --outdated`
2. Check for security vulnerabilities: `safety check`
3. Review pyproject.toml dependencies
4. Check for deprecated package warnings

Report back with:

- List of outdated packages with current and latest versions
- Security vulnerabilities found (if any)
- Recommendations for which packages to update
- Potential breaking changes to watch for
- Commands to update specific packages

Ask if I want to update any packages before proceeding.

