Files
cline--cline/sdk/examples/cron/dependency-check.cron.md
2026-07-13 12:52:40 +08:00

1013 B

id, title, workspaceRoot, schedule, tools, mode, enabled, modelSelection, timeoutSeconds, maxIterations, tags, metadata
id title workspaceRoot schedule tools mode enabled modelSelection timeoutSeconds maxIterations tags metadata
dependency-check Weekly Dependency Health Check /absolute/path/to/repo 0 10 * * MON run_commands,read_files act false
providerId modelId
cline anthropic/claude-opus-4.7
1800 15
automation
security
dependencies
owner
platform

Run a comprehensive dependency health check:

  1. Check for outdated packages: npm outdated (or yarn/pnpm equivalent)
  2. Check for security vulnerabilities: npm audit
  3. List packages with available major version upgrades
  4. Identify unused dependencies (if possible)
  5. Check for dependency conflicts or duplicate packages

Provide a summary report covering:

  • Critical security vulnerabilities (if any)
  • Count of outdated packages by severity (minor, patch, major)
  • Recommended immediate actions
  • Packages safe to update to latest versions

Focus on actionable insights. Ignore known false positives and dev-only dependencies.