# Dependency Check

> Audit dependencies for updates and vulnerabilities

- Skill: `cowork-os/dependency-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cowork-os/dependency-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cowork-os/dependency-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: cowork-os (https://skillmd.com/u/cowork-os)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cowork-os/dependency-check

---


# Dependency Check

## Purpose

Audit dependencies for updates and vulnerabilities

## Routing

- Use when: Use when requested to inspect dependency freshness, vulnerabilities, or deprecated packages.
- Do not use when: Don't use for single-file code changes without project dependency context.
- Outputs: Dependency audit table with stale versions, risk flags, and safe upgrade notes.
- Success criteria: Identifies package manager, flags vulnerability and deprecation signals, and gives practical upgrade sequencing.

## Trigger Examples

### Positive

- Use the dependency-check skill for this request.
- Help me with dependency check.
- Use when requested to inspect dependency freshness, vulnerabilities, or deprecated packages.
- Dependency Check: provide an actionable result.

### Negative

- Don't use for single-file code changes without project dependency context.
- Do not use dependency-check for unrelated requests.
- This request is outside dependency check scope.
- This is conceptual discussion only; no tool workflow is needed.

## Runtime Prompt

- Current runtime prompt length: 501 characters.
- Runtime prompt is defined directly in `../dependency-check.json`. 

