ln-625-dependencies-auditor

Solid

Checks outdated packages, unused deps, reinvented wheels, CVE/CVSS vulnerability scan. Use when auditing dependencies.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **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. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Dependencies & Reuse Auditor (L3 Worker) **Type:** L3 Worker Specialized worker auditing dependency management, code reuse, and security vulnerabilities. ## Purpose & Scope - **Worker in ln-760 security-setup pipeline** (vulnerabilities_only mode) - Audit **dependencies and reuse** (Categories 7+8: Medium Priority) - Check outdated packages, unused deps, wheel reinvention, **CVE vulnerabilities** - Calculate compliance score (X/10) ## Parameters | Param | Values | Default | Description | |-------|--------|---------|-------------| | mode | `full` / `vulnerabilities_only` | `full` | `full` = all 5 checks, `vulnerabilities_only` = only CVE scan | ## Inputs **MANDATORY READ:** Load `shared/references/audit_worker_core_contract.md`. 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 ## Workflow **MANDATORY READ:** Load `shared/references/two_layer_detection.md` for detection methodology. 1) Parse context + mode parameter + output_dir 2) Run dependency checks (Layer 1: audit tools, based ...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category