Source Command Check Deps

Check for outdated or vulnerable dependencies

enuno 3e22c0e 819 B Updated 1 repo stars

File contents

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.

enuno/unifi-mcp-server/tree/main/.agents/skills/source-command-check-deps commit 3e22c0e272

Frequently asked questions

npx skillmds@latest add enuno/source-command-check-deps