deps
SolidAudit dependencies for known vulnerabilities, abandonment, floating versions, and unused packages. Use when the user says "procoder deps", "dependency audit", "supply chain", "are my packages safe", "vulnerable dependencies", "check my dependencies", or invokes /procoder:deps. Reports what each ecosystem's own auditor says; it never guesses at CVEs.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- azrtydxb
- Repository
- azrtydxb/procoder
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
dependency-audit
Audit dependencies for known vulnerabilities, malicious packages, and supply-chain risk. Use when adding or upgrading a dependency, reviewing package.json, requirements.txt, go.mod, or Cargo.toml, or before merging a PR that touches dependency files.
dependency-audit
Runs a comprehensive third-party dependency health check across every package manager and manifest in a project (npm/yarn/pnpm, pip/poetry/Pipenv, NuGet, Maven/Gradle, Cargo, Go modules, Composer, RubyGems, CocoaPods/SwiftPM, and container base images where relevant), then reports the results as one table (check, area, status, evidence, recommendation). Covers known vulnerabilities/CVEs (native audit tooling per ecosystem), outdated packages (patch/minor vs. major, migration risk), license compliance (copyleft/GPL/AGPL/LGPL conflicts with closed-source distribution, missing/unknown licenses), unused and dead dependencies, lockfile integrity and manifest/lockfile drift, reproducibility of installs, and supply-chain risk signals (unmaintained packages, single-maintainer risk, suspicious/low-download additions, install/postinstall scripts as an attack vector, typosquatting-risk names), plus whether automated update tooling (Dependabot/Renovate or equivalent) is configured. Use this whenever the user asks for a "
deps-audit
Dependency security + license audit for the current project (supply-chain complement to /security-review, which covers the code itself). Use for "audit dependencies", "any vulnerable packages?", "license check", or before a release.