.claude/skills/ln-625-dependencies-auditor/SKILL.md
Dependencies audit worker (L3). Checks outdated packages, unused deps, reinvented wheels, vulnerability scan (CVE/CVSS). Supports mode: full | vulnerabilities_only.
npx skillsauth add cbbkrd-tech/jl-finishes ln-625-dependencies-auditorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.
Specialized worker auditing dependency management, code reuse, and security vulnerabilities.
| Param | Values | Default | Description |
|-------|--------|---------|-------------|
| mode | full / vulnerabilities_only | full | full = all 5 checks, vulnerabilities_only = only CVE scan |
Receives contextStore with tech stack, package manifest paths, codebase root, output_dir.
From ln-620 (codebase-auditor): mode=full (default) From ln-760 (security-setup): mode=vulnerabilities_only
shared/templates/audit_worker_report_template.md, write to {output_dir}/625-dependencies.md in single Write callMode: full only
Detection:
npm outdated --json (Node.js)pip list --outdated --format=json (Python)cargo outdated --format=json (Rust)Severity:
Recommendation: Update to latest version, test for breaking changes
Effort: S-M (update version, run tests)
Mode: full only
Detection:
import/require statementsSeverity:
Recommendation: Remove from package manifest
Effort: S (delete line, test)
Mode: full only
Detection:
Severity:
Recommendation: Use native alternative
Effort: M (refactor code to use native API)
Mode: full only
Detection:
Severity:
Recommendation: Replace with established library
Effort: M (integrate library, replace calls)
Mode: full AND vulnerabilities_only
Detection:
references/vulnerability_commands.mdshared/references/cvss_severity_mapping.mdSeverity:
Fix Classification:
Recommendation: Update to fixed version, verify lock file integrity
Effort: S-L (depends on breaking changes)
MANDATORY READ: Load shared/references/audit_scoring.md for unified scoring formula.
Note: When mode=vulnerabilities_only, score based only on vulnerability findings.
MANDATORY READ: Load shared/templates/audit_worker_report_template.md for file format.
Write report to {output_dir}/625-dependencies.md with category: "Dependencies & Reuse" and checks: outdated_packages, unused_deps, available_natives, custom_implementations, vulnerability_scan.
Return summary to coordinator:
Report written: docs/project/.audit/625-dependencies.md
Score: X.X/10 | Issues: N (C:N H:N M:N L:N)
| File | Purpose |
|------|---------|
| shared/templates/audit_worker_report_template.md | Worker report file format |
| references/vulnerability_commands.md | Ecosystem-specific audit commands |
| references/ci_integration_guide.md | CI/CD integration guidance |
| shared/references/cvss_severity_mapping.md | CVSS to severity level mapping |
| shared/references/audit_scoring.md | Audit scoring formula |
| shared/references/audit_output_schema.md | Audit output schema |
vulnerabilities_only mode, skip checks 1-4 entirelyshared/references/cvss_severity_mapping.mdshared/references/audit_scoring.md{output_dir}/625-dependencies.md (atomic single Write call)Version: 4.0.0 Last Updated: 2026-02-05
testing
When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.
development
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
development
Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Covers subject lines, opening lines, body copy, CTAs, personalization, and multi-touch follow-up sequences.
development
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' or 'involuntary churn.' This skill covers voluntary churn (cancel flows, save offers, exit surveys) and involuntary churn (dunning, payment recovery). For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro.