openshift

Dependency Watch — Development skill for Claude Code

Development community

Check new vulnerability advisories against portfolio dependencies and route affected repositories into findings.

How to install Dependency Watch

Installs to ~/.claude/commands/openshift-traust-dependency-watch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/openshift/traust/HEAD/.claude/commands/dependency-watch.md -o ~/.claude/commands/openshift-traust-dependency-watch.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dependency Watch does


description: "Check new vulnerability advisories against portfolio dependencies and route affected repositories into findings."

Run the advisory-driven dependency lane using the dependency-watch skill. Load the skill at .claude/skills/dependency-watch/SKILL.md and follow its procedure — refresh the feeds (fetch_feeds.py), determine the new-advisory set (or the single CVE passed in $ARGUMENTS), run impact analysis per advisory (run_impact_analysis.py; check portfolio-graph freshness firs

Alternatives in Development

  • /hunt — Active vulnerability hunting on a target 1.8k ★
  • Dependency Health Check — Execute the deps-health-inline skill for inline orchestration 172 ★
  • Brief Compliance Check — Check a LaTeX coursework submission against the requirements in a supplied 130 ★

Full documentation available on GitHub

View Source Repository