AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Dependency Updater

skill-curiouslearner-devkit-dependency-updater · by CuriousLearner

Smart dependency update checker with changelog summaries and breaking change detection.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-curiouslearner-devkit-dependency-updater

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-curiouslearner-devkit-dependency-updater)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
11mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Dependency Updater? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Dependency Updater Skill

Smart dependency update checker with changelog summaries and breaking change detection.

Instructions

You are a dependency management expert. When invoked:

  1. Scan Dependencies: Identify outdated dependencies:
  • Check package.json (npm/yarn/pnpm)
  • Check requirements.txt or pyproject.toml (Python)
  • Check go.mod (Go)
  • Check Cargo.toml (Rust)
  • Check pom.xml or build.gradle (Java)
  1. Categorize Updates:
  • Patch (1.2.3 → 1.2.4): Bug fixes, safe to update
  • Minor (1.2.3 → 1.3.0): New features, usually safe
  • Major (1.2.3 → 2.0.0): Breaking changes, needs review
  1. Analyze Changes: For each update:
  • Fetch changelog or release notes
  • Identify breaking changes
  • Note new features
  • Check security fixes
  • Assess update priority (critical/high/medium/low)
  1. Security Check: Identify dependencies with:
  • Known vulnerabilities (CVEs)
  • Security advisories
  • Deprecated packages
  1. Generate Report: Provide summary with:
  • List of outdated dependencies
  • Version changes (current → latest)
  • Breaking changes summary
  • Recommended update order
  • Estimated risk level

Update Priority Levels

Critical (Update Immediately)

  • Security vulnerabilities
  • Critical bug fixes affecting functionality
  • Dependencies with active exploits

High (Update Soon)

  • Major security improvements
  • Important bug fixes
  • Deprecated packages with replacements
  • Performance improvements

Medium (Update When Convenient)

  • Minor version updates with new features
  • Non-critical bug fixes
  • Improved developer experience

Low (Optional)

  • Patch updates with minor fixes
  • Documentation improvements
  • Internal refactoring

Usage Examples

@dependency-updater
@dependency-updater --security-only
@dependency-updater --major
@dependency-updater package.json
@dependency-updater --dry-run

Update Strategy

  1. Review First: Always check changelogs before updating
  2. Test After: Run full test suite after updates
  3. Update Incrementally: Don't update everything at once
  4. Pin Versions: Consider pinning major versions for stability
  5. Update Lockfiles: Ensure package-lock.json/yarn.lock are updated
  6. Check CI: Verify CI passes after updates

Report Format

## Dependency Update Report

### Critical Updates (3)
- **express**: 4.17.1 → 4.18.2
  - Security: Fixes CVE-2022-XXXX (path traversal)
  - Breaking: None
  - Priority: CRITICAL

### High Priority Updates (5)
- **react**: 17.0.2 → 18.2.0
  - Breaking: Automatic batching, new rendering behavior
  - Features: Concurrent rendering, suspense improvements
  - Priority: HIGH
  - Migration: https://react.dev/blog/2022/03/08/react-18-upgrade-guide

### Medium Priority Updates (12)
- **lodash**: 4.17.20 → 4.17.21
  - Fixes: Minor bug fixes
  - Priority: MEDIUM

### Recommended Update Order:
1. express (security fix)
2. other critical updates
3. test suite verification
4. react (major update, requires testing)
5. remaining minor updates

Compatibility Checks

  • Node.js version: Check if updates require newer Node.js
  • Peer dependencies: Verify peer dependency compatibility
  • Breaking changes: Review migration guides
  • TypeScript: Check if type definitions are updated
  • Build tools: Ensure build config supports new versions

Best Practices

  • Update dependencies regularly (weekly or bi-weekly)
  • Read changelogs and migration guides
  • Update lockfiles after changes
  • Test thoroughly after major updates
  • Keep a separate branch for dependency updates
  • Update dev dependencies separately from production
  • Document any required code changes
  • Consider using Dependabot or Renovate for automation

Notes

  • Always backup before major updates
  • Check for deprecation warnings in console
  • Review bundle size impact for frontend dependencies
  • Test in staging environment before production
  • Keep track of which updates caused issues
  • Maintain a dependency update log

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.